Html Css Color HEX #EED604 Gold

📋 copy color: '#EED604'

red 238 ◦ green 214 ◦ blue 4

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

Shades of Gold #EED604

Tints of Gold #EED604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 52.19%
G = 46.93%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EED604 (or 0xEED604) is known color: Gold. HEX triplet: EE, D6 and 04. RGB value is (238,214,4). Sum of RGB (Red+Green+Blue) = 238+214+4=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EED604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED604 is #1129FB. Grayscale: #C6C6C6. Windows color (decimal): -1124860 or 317166. OLE color: 317166.

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

Color convert

RGB 238 214 4 -
CMYK 0 0.10 0.98 0.07
HSL 53.85º 0.97% 0.47% -
HSV(B) 53.85º 0.98% 0.93% -
XYZ 59.33 66.28 9.78 -
YUV 197.24 18.95 157.08 -
System Red Green Blue C M Y K H S L
Decimal 238 214 4 0 0.10 0.98 0.07 53.85 0.97 0.47
Hex EE D6 4 0 A 62 7 36 61 2F
Octal 356 326 4 0 12 142 7 66 141 57
Binary 11101110 11010110 100 0 1010 1100010 111 110110 1100001 101111

Color Harmonies of #EED604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED604

Black with #EED604

Text Example


Text Example

White with #EED604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED604; }

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

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

background-color css

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

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

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

border-color css

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

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

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