Html Css Color HEX #EAE404 Golden Yellow

📋 copy color: '#EAE404'

red 234 ◦ green 228 ◦ blue 4

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

Shades of Golden Yellow #EAE404

Tints of Golden Yellow #EAE404

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.93%

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

R = 50.21%
G = 48.93%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAE404 (or 0xEAE404) is known color: Golden Yellow. HEX triplet: EA, E4 and 04. RGB value is (234,228,4). Sum of RGB (Red+Green+Blue) = 234+228+4=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE404 is #151BFB. Grayscale: #CDCDCD. Windows color (decimal): -1383420 or 320746. OLE color: 320746.

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

Color convert

RGB 234 228 4 -
CMYK 0 0.03 0.98 0.08
HSL 58.43º 0.97% 0.47% -
HSV(B) 58.43º 0.98% 0.92% -
XYZ 61.7 72.99 10.95 -
YUV 204.26 14.99 149.21 -
System Red Green Blue C M Y K H S L
Decimal 234 228 4 0 0.03 0.98 0.08 58.43 0.97 0.47
Hex EA E4 4 0 3 62 8 3A 61 2F
Octal 352 344 4 0 3 142 10 72 141 57
Binary 11101010 11100100 100 0 11 1100010 1000 111010 1100001 101111

Color Harmonies of #EAE404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE404

Black with #EAE404

Text Example


Text Example

White with #EAE404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE404; }

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

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

background-color css

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

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

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

border-color css

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

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

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