Html Css Color HEX #EAE005 Golden Yellow

📋 copy color: '#EAE005'

red 234 ◦ green 224 ◦ blue 5

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

Shades of Golden Yellow #EAE005

Tints of Golden Yellow #EAE005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.38%

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 50.54%
G = 48.38%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAE005 (or 0xEAE005) is known color: Golden Yellow. HEX triplet: EA, E0 and 05. RGB value is (234,224,5). Sum of RGB (Red+Green+Blue) = 234+224+5=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE005 is #151FFA. Grayscale: #CACACA. Windows color (decimal): -1384443 or 385258. OLE color: 385258.

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

Color convert

RGB 234 224 5 -
CMYK 0 0.04 0.98 0.08
HSL 57.38º 0.96% 0.47% -
HSV(B) 57.38º 0.98% 0.92% -
XYZ 60.61 70.81 10.62 -
YUV 202.02 16.81 150.81 -
System Red Green Blue C M Y K H S L
Decimal 234 224 5 0 0.04 0.98 0.08 57.38 0.96 0.47
Hex EA E0 5 0 4 62 8 39 60 2F
Octal 352 340 5 0 4 142 10 71 140 57
Binary 11101010 11100000 101 0 100 1100010 1000 111001 1100000 101111

Color Harmonies of #EAE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE005

Black with #EAE005

Text Example


Text Example

White with #EAE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE005; }

 p { color: rgb(234,224,5); }

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

background-color css

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

 a { background-color: rgb(234,224,5); }

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

border-color css

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

 span { border-color: rgb(234,224,5); }

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