Html Css Color HEX #EED204 Gold

📋 copy color: '#EED204'

red 238 ◦ green 210 ◦ blue 4

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

Shades of Gold #EED204

Tints of Gold #EED204

RGB

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

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

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

R = 52.65%
G = 46.46%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EED204 (or 0xEED204) is known color: Gold. HEX triplet: EE, D2 and 04. RGB value is (238,210,4). Sum of RGB (Red+Green+Blue) = 238+210+4=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 4 (1.95% from 255 or 0.88% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EED204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED204 is #112DFB. Grayscale: #C3C3C3. Windows color (decimal): -1125884 or 316142. OLE color: 316142.

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

Color convert

RGB 238 210 4 -
CMYK 0 0.12 0.98 0.07
HSL 52.82º 0.97% 0.47% -
HSV(B) 52.82º 0.98% 0.93% -
XYZ 58.33 64.28 9.45 -
YUV 194.89 20.28 158.75 -
System Red Green Blue C M Y K H S L
Decimal 238 210 4 0 0.12 0.98 0.07 52.82 0.97 0.47
Hex EE D2 4 0 C 62 7 35 61 2F
Octal 356 322 4 0 14 142 7 65 141 57
Binary 11101110 11010010 100 0 1100 1100010 111 110101 1100001 101111

Color Harmonies of #EED204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED204

Black with #EED204

Text Example


Text Example

White with #EED204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED204; }

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

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

background-color css

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

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

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

border-color css

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

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

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