Html Css Color HEX #EED404 Gold

📋 copy color: '#EED404'

red 238 ◦ green 212 ◦ blue 4

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

Shades of Gold #EED404

Tints of Gold #EED404

RGB

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

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

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

R = 52.42%
G = 46.7%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EED404 (or 0xEED404) is known color: Gold. HEX triplet: EE, D4 and 04. RGB value is (238,212,4). Sum of RGB (Red+Green+Blue) = 238+212+4=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EED404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED404 is #112BFB. Grayscale: #C4C4C4. Windows color (decimal): -1125372 or 316654. OLE color: 316654.

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

Color convert

RGB 238 212 4 -
CMYK 0 0.11 0.98 0.07
HSL 53.33º 0.97% 0.47% -
HSV(B) 53.33º 0.98% 0.93% -
XYZ 58.83 65.27 9.61 -
YUV 196.06 19.61 157.91 -
System Red Green Blue C M Y K H S L
Decimal 238 212 4 0 0.11 0.98 0.07 53.33 0.97 0.47
Hex EE D4 4 0 B 62 7 35 61 2F
Octal 356 324 4 0 13 142 7 65 141 57
Binary 11101110 11010100 100 0 1011 1100010 111 110101 1100001 101111

Color Harmonies of #EED404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED404

Black with #EED404

Text Example


Text Example

White with #EED404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED404; }

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

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

background-color css

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

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

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

border-color css

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

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

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