Html Css Color HEX #E9D206 Gold

📋 copy color: '#E9D206'

red 233 ◦ green 210 ◦ blue 6

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

Shades of Gold #E9D206

Tints of Gold #E9D206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.34%

R = 51.89%
G = 46.77%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E9D206 (or 0xE9D206) is known color: Gold. HEX triplet: E9, D2 and 06. RGB value is (233,210,6). Sum of RGB (Red+Green+Blue) = 233+210+6=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D206 is #162DF9. Grayscale: #C2C2C2. Windows color (decimal): -1453562 or 447209. OLE color: 447209.

HSL color Cylindrical-coordinate representation of color #E9D206: hue angle of 53.92º degrees, saturation: 0.95, 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 #E9D206 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 210 6 -
CMYK 0 0.10 0.97 0.09
HSL 53.92º 0.95% 0.47% -
HSV(B) 53.92º 0.97% 0.91% -
XYZ 56.68 63.43 9.43 -
YUV 193.62 22.12 156.09 -
System Red Green Blue C M Y K H S L
Decimal 233 210 6 0 0.10 0.97 0.09 53.92 0.95 0.47
Hex E9 D2 6 0 A 61 9 36 5F 2F
Octal 351 322 6 0 12 141 11 66 137 57
Binary 11101001 11010010 110 0 1010 1100001 1001 110110 1011111 101111

Color Harmonies of #E9D206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D206

Black with #E9D206

Text Example


Text Example

White with #E9D206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D206; }

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

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

background-color css

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

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

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

border-color css

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

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

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