Html Css Color HEX #EAE204 Golden Yellow

📋 copy color: '#EAE204'

red 234 ◦ green 226 ◦ blue 4

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

Shades of Golden Yellow #EAE204

Tints of Golden Yellow #EAE204

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.71%

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

R = 50.43%
G = 48.71%
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

#EAE204 (or 0xEAE204) is known color: Golden Yellow. HEX triplet: EA, E2 and 04. RGB value is (234,226,4). Sum of RGB (Red+Green+Blue) = 234+226+4=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE204 is #151DFB. Grayscale: #CBCBCB. Windows color (decimal): -1383932 or 320234. OLE color: 320234.

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

Color convert

RGB 234 226 4 -
CMYK 0 0.03 0.98 0.08
HSL 57.91º 0.97% 0.47% -
HSV(B) 57.91º 0.98% 0.92% -
XYZ 61.15 71.89 10.77 -
YUV 203.08 15.65 150.05 -
System Red Green Blue C M Y K H S L
Decimal 234 226 4 0 0.03 0.98 0.08 57.91 0.97 0.47
Hex EA E2 4 0 3 62 8 3A 61 2F
Octal 352 342 4 0 3 142 10 72 141 57
Binary 11101010 11100010 100 0 11 1100010 1000 111010 1100001 101111

Color Harmonies of #EAE204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE204

Black with #EAE204

Text Example


Text Example

White with #EAE204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE204; }

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

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

background-color css

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

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

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

border-color css

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

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

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