COLOR #E9D253

HEX: #E9D253
RGB: (233,210,83)

Renk bilgisi

#E9D253 contains mainly red and green colors. #E9D253 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#E9D253 color RGB value is (233,210,83).

  • kırmız ton 233;
  • yeşil ton 210;
  • mavi ton 83.
RGB:
(233,210,83)
(91%,82%,33%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 210 of 255 = 82%
B 83 of 255 = 33%

233
210
83

R + G + B ~ 69%. #E9D253 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 210 + 83 = 526 (100%)
R 233 of 526 ~ 44.3%
G 210 of 526 ~ 39.92%
B 83 of 526 ~ 15.78%

%44.3
%39.92
%15.78

CMYK RENK MODELİ

#E9D253 rengi CMYK tonu (0,10,64,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.87%
  • sarı tonu 64.38%
  • ana renk tonu 8.63%
CMYK:
(0,10,64,9)
C0M10Y64K9 
(0%,10%,64%,9%)
(0.00/0.10/0.64/0.09)	

CMYK yüzdeleri

%0
%9.87
%64.38
%8.63

Codes

Color #E9D253 in popluar color models

E9D253
RGB23321083
HSL51°77.32%61.96%
HSB/HSV51°64.38%91.37%
CMYK0.00%9.87%64.38%
8.63%

Color #E9D253 in popluar number systems.

HEXE9D253
Decimal23321083
Binary11101001110100101010011
Octal351322123

Shades and tints

Shades of #E9D253

#E9D253
(233,210,83)
#D4BF4C
(212,191,76)
#BFAC45
(191,172,69)
#AA993E
(170,153,62)
#958637
(149,134,55)
#807330
(128,115,48)
#6B6029
(107,96,41)
#564D22
(86,77,34)
#413A1B
(65,58,27)
#2C2714
(44,39,20)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #E9D253

#E9D253
(233,210,83)
#EBD662
(235,214,98)
#EDDA71
(237,218,113)
#EFDE80
(239,222,128)
#F1E28F
(241,226,143)
#F3E69E
(243,230,158)
#F5EAAD
(245,234,173)
#F7EEBC
(247,238,188)
#F9F2CB
(249,242,203)
#FBF6DA
(251,246,218)
#FDFAE9
(253,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D253 color. Also use rgb(233,210,83) instead hex code.

Text Font Color

.myTextColor { color: #E9D253; }

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

This text font color is #E9D253.


Background Color

.myBgColor { background-color: #E9D253; }

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

This div background color is #E9D253.


Border color

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

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

This div border color is #E9D253.


Opacity

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

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

Text with #E9D253 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 #E9D253;}

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

This text has shadow with #E9D253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D253 on black background.


Color preview on white background

This text has color #E9D253 on white background.



Black color preview on #E9D253 background

This text has black color on #E9D253 background.


White color preview on #E9D253 background

This text has white color on #E9D253 background.