Html Css Color HEX #EED608 Gold

📋 copy color: '#EED608'

red 238 ◦ green 214 ◦ blue 8

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

Shades of Gold #EED608

Tints of Gold #EED608

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.52%

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

R = 51.74%
G = 46.52%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EED608 (or 0xEED608) is known color: Gold. HEX triplet: EE, D6 and 08. RGB value is (238,214,8). Sum of RGB (Red+Green+Blue) = 238+214+8=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EED608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED608 is #1129F7. Grayscale: #C6C6C6. Windows color (decimal): -1124856 or 579310. OLE color: 579310.

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

Color convert

RGB 238 214 8 -
CMYK 0 0.10 0.97 0.07
HSL 53.74º 0.93% 0.48% -
HSV(B) 53.74º 0.97% 0.93% -
XYZ 59.35 66.29 9.9 -
YUV 197.69 20.95 156.75 -
System Red Green Blue C M Y K H S L
Decimal 238 214 8 0 0.10 0.97 0.07 53.74 0.93 0.48
Hex EE D6 8 0 A 61 7 36 5D 30
Octal 356 326 10 0 12 141 7 66 135 60
Binary 11101110 11010110 1000 0 1010 1100001 111 110110 1011101 110000

Color Harmonies of #EED608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED608

Black with #EED608

Text Example


Text Example

White with #EED608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED608; }

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

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

background-color css

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

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

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

border-color css

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

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

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