COLOR #EDA33D

HEX: #EDA33D
RGB: (237,163,61)

Renk bilgisi

#EDA33D contains mainly red color. #EDA33D ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#EDA33D color RGB value is (237,163,61).

  • kırmız ton 237;
  • yeşil ton 163;
  • mavi ton 61.
RGB:
(237,163,61)
(93%,64%,24%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 163 of 255 = 64%
B 61 of 255 = 24%

237
163
61

R + G + B ~ 60%. #EDA33D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 163 + 61 = 461 (100%)
R 237 of 461 ~ 51.41%
G 163 of 461 ~ 35.36%
B 61 of 461 ~ 13.23%

%51.41
%35.36
%13.23

CMYK RENK MODELİ

#EDA33D rengi CMYK tonu (0,31,74,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.22%
  • sarı tonu 74.26%
  • ana renk tonu 7.06%
CMYK:
(0,31,74,7)
C0M31Y74K7 
(0%,31%,74%,7%)
(0.00/0.31/0.74/0.07)	

CMYK yüzdeleri

%0
%31.22
%74.26
%7.06

Codes

Color #EDA33D in popluar color models

EDA33D
RGB23716361
HSL35°83.02%58.43%
HSB/HSV35°74.26%92.94%
CMYK0.00%31.22%74.26%
7.06%

Color #EDA33D in popluar number systems.

HEXEDA33D
Decimal23716361
Binary1110110110100011111101
Octal35524375

Shades and tints

Shades of #EDA33D

#EDA33D
(237,163,61)
#D89538
(216,149,56)
#C38733
(195,135,51)
#AE792E
(174,121,46)
#996B29
(153,107,41)
#845D24
(132,93,36)
#6F4F1F
(111,79,31)
#5A411A
(90,65,26)
#453315
(69,51,21)
#302510
(48,37,16)
#1B170B
(27,23,11)
#000000
(0,0,0)

Tints of #EDA33D

#EDA33D
(237,163,61)
#EEAB4E
(238,171,78)
#EFB35F
(239,179,95)
#F0BB70
(240,187,112)
#F1C381
(241,195,129)
#F2CB92
(242,203,146)
#F3D3A3
(243,211,163)
#F4DBB4
(244,219,180)
#F5E3C5
(245,227,197)
#F6EBD6
(246,235,214)
#F7F3E7
(247,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA33D color. Also use rgb(237,163,61) instead hex code.

Text Font Color

.myTextColor { color: #EDA33D; }

<p style="color:#EDA33D">This sample text font color is #EDA33D.</p>

This text font color is #EDA33D.


Background Color

.myBgColor { background-color: #EDA33D; }

<div style="background-color:#EDA33D">Inner text</div>

This div background color is #EDA33D.


Border color

.myBorderColor { border: 1px solid #EDA33D; }

<div style="border:3px solid #EDA33D">Div</div>

This div border color is #EDA33D.


Opacity

.myOpacity80 { color: #EDA33D; opacity: 0.8; }

<p style="color:#EDA33D;opacity:0.8;">80%</p>

Text with #EDA33D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDA33D;}

<p style="text-shadow: 3px 3px 1px #EDA33D">Text here.</p>

This text has shadow with #EDA33D color.

.textShadow {text-shadow: 3px 3px 1px #EDA33D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDA33D, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDA33D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDA33D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDA33D, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDA33D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDA33D;
  -webkit-box-shadow:	1px 1px 3px 2px #EDA33D;
  box-shadow:		1px 1px 3px 2px #EDA33D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDA33D;
-webkit-box-shadow: 1px 1px 3px 2px #EDA33D;
box-shadow:1px 1px 3px 2px #EDA33D;">
Div content here</div>
This div box has shadow with color #EDA33D.

Preview

Color preview on black background

This text has color #EDA33D on black background.


Color preview on white background

This text has color #EDA33D on white background.



Black color preview on #EDA33D background

This text has black color on #EDA33D background.


White color preview on #EDA33D background

This text has white color on #EDA33D background.