Html Css Color HEX #E9D202 Gold

📋 copy color: '#E9D202'

red 233 ◦ green 210 ◦ blue 2

#E9D202
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #E9D202

Tints of Gold #E9D202

RGB

 RED value IS 233 (91.41% from 255) = 52.36%

 GREEN value IS 210 (82.42% from 255) = 47.19%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 52.36%
G = 47.19%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E9D202 (or 0xE9D202) is known color: Gold. HEX triplet: E9, D2 and 02. RGB value is (233,210,2). Sum of RGB (Red+Green+Blue) = 233+210+2=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D202 is #162DFD. Grayscale: #C2C2C2. Windows color (decimal): -1453566 or 185065. OLE color: 185065.

HSL color Cylindrical-coordinate representation of color #E9D202: hue angle of 54.03º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9D202 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 210 2 -
CMYK 0 0.10 0.99 0.09
HSL 54.03º 0.98% 0.46% -
HSV(B) 54.03º 0.99% 0.91% -
XYZ 56.66 63.42 9.31 -
YUV 193.17 20.12 156.41 -
System Red Green Blue C M Y K H S L
Decimal 233 210 2 0 0.10 0.99 0.09 54.03 0.98 0.46
Hex E9 D2 2 0 A 63 9 36 62 2E
Octal 351 322 2 0 12 143 11 66 142 56
Binary 11101001 11010010 10 0 1010 1100011 1001 110110 1100010 101110

Color Harmonies of #E9D202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D202

Black with #E9D202

Text Example


Text Example

White with #E9D202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D202; }

 p { color: rgb(233,210,2); }

 H1.HeaderClassName
 {
   color: #E9D202;
 }
 .AnyTagClassName
 {
   color: #E9D202;
 }
</style>

background-color css

<style>
 a { background-color: #E9D202; }

 a { background-color: rgb(233,210,2); }

 div.DivClassName
 {
   background-color: #E9D202;
 }
 .BgClassName
 {
   background-color: #E9D202;
 }
</style>

border-color css

<style>
 span { border-color: #E9D202; }

 span { border-color: rgb(233,210,2); }

 td.TdClassName
 {
   border-color: #E9D202;
 }
 .TagClassName
 {
   border-color: #E9D202;
 }
</style>