Html Css Color HEX #EAD404 Gold

📋 copy color: '#EAD404'

red 234 ◦ green 212 ◦ blue 4

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

Shades of Gold #EAD404

Tints of Gold #EAD404

RGB

 RED value IS 234 (91.8% from 255) = 52%

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

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

R = 52%
G = 47.11%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAD404 (or 0xEAD404) is known color: Gold. HEX triplet: EA, D4 and 04. RGB value is (234,212,4). Sum of RGB (Red+Green+Blue) = 234+212+4=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD404 is #152BFB. Grayscale: #C3C3C3. Windows color (decimal): -1387516 or 316650. OLE color: 316650.

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

Color convert

RGB 234 212 4 -
CMYK 0 0.09 0.98 0.08
HSL 54.26º 0.97% 0.47% -
HSV(B) 54.26º 0.98% 0.92% -
XYZ 57.5 64.59 9.55 -
YUV 194.87 20.29 155.91 -
System Red Green Blue C M Y K H S L
Decimal 234 212 4 0 0.09 0.98 0.08 54.26 0.97 0.47
Hex EA D4 4 0 9 62 8 36 61 2F
Octal 352 324 4 0 11 142 10 66 141 57
Binary 11101010 11010100 100 0 1001 1100010 1000 110110 1100001 101111

Color Harmonies of #EAD404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD404

Black with #EAD404

Text Example


Text Example

White with #EAD404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD404; }

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

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

background-color css

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

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

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

border-color css

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

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

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