Html Css Color HEX #EED408 Gold

📋 copy color: '#EED408'

red 238 ◦ green 212 ◦ blue 8

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

Shades of Gold #EED408

Tints of Gold #EED408

RGB

 RED value IS 238 (93.36% from 255) = 51.97%

 GREEN value IS 212 (83.2% from 255) = 46.29%

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

R = 51.97%
G = 46.29%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EED408 (or 0xEED408) is known color: Gold. HEX triplet: EE, D4 and 08. RGB value is (238,212,8). Sum of RGB (Red+Green+Blue) = 238+212+8=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EED408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED408 is #112BF7. Grayscale: #C5C5C5. Windows color (decimal): -1125368 or 578798. OLE color: 578798.

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

Color convert

RGB 238 212 8 -
CMYK 0 0.11 0.97 0.07
HSL 53.22º 0.93% 0.48% -
HSV(B) 53.22º 0.97% 0.93% -
XYZ 58.85 65.28 9.73 -
YUV 196.52 21.61 157.59 -
System Red Green Blue C M Y K H S L
Decimal 238 212 8 0 0.11 0.97 0.07 53.22 0.93 0.48
Hex EE D4 8 0 B 61 7 35 5D 30
Octal 356 324 10 0 13 141 7 65 135 60
Binary 11101110 11010100 1000 0 1011 1100001 111 110101 1011101 110000

Color Harmonies of #EED408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED408

Black with #EED408

Text Example


Text Example

White with #EED408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED408; }

 p { color: rgb(238,212,8); }

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

background-color css

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

 a { background-color: rgb(238,212,8); }

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

border-color css

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

 span { border-color: rgb(238,212,8); }

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