Html Css Color HEX #E9D008 Gold

📋 copy color: '#E9D008'

red 233 ◦ green 208 ◦ blue 8

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

Shades of Gold #E9D008

Tints of Gold #E9D008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.33%

 BLUE value IS 8 (3.52% from 255) = 1.78%

R = 51.89%
G = 46.33%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E9D008 (or 0xE9D008) is known color: Gold. HEX triplet: E9, D0 and 08. RGB value is (233,208,8). Sum of RGB (Red+Green+Blue) = 233+208+8=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D008 is #162FF7. Grayscale: #C1C1C1. Windows color (decimal): -1454072 or 577769. OLE color: 577769.

HSL color Cylindrical-coordinate representation of color #E9D008: hue angle of 53.33º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9D008 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 208 8 -
CMYK 0 0.11 0.97 0.09
HSL 53.33º 0.93% 0.47% -
HSV(B) 53.33º 0.97% 0.91% -
XYZ 56.2 62.45 9.32 -
YUV 192.68 23.78 156.76 -
System Red Green Blue C M Y K H S L
Decimal 233 208 8 0 0.11 0.97 0.09 53.33 0.93 0.47
Hex E9 D0 8 0 B 61 9 35 5D 2F
Octal 351 320 10 0 13 141 11 65 135 57
Binary 11101001 11010000 1000 0 1011 1100001 1001 110101 1011101 101111

Color Harmonies of #E9D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D008

Black with #E9D008

Text Example


Text Example

White with #E9D008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D008; }

 p { color: rgb(233,208,8); }

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

background-color css

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

 a { background-color: rgb(233,208,8); }

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

border-color css

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

 span { border-color: rgb(233,208,8); }

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