Html Css Color HEX #EAE006 Golden Yellow

📋 copy color: '#EAE006'

red 234 ◦ green 224 ◦ blue 6

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

Shades of Golden Yellow #EAE006

Tints of Golden Yellow #EAE006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.29%

R = 50.43%
G = 48.28%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAE006 (or 0xEAE006) is known color: Golden Yellow. HEX triplet: EA, E0 and 06. RGB value is (234,224,6). Sum of RGB (Red+Green+Blue) = 234+224+6=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE006 is #151FF9. Grayscale: #CBCBCB. Windows color (decimal): -1384442 or 450794. OLE color: 450794.

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

Color convert

RGB 234 224 6 -
CMYK 0 0.04 0.97 0.08
HSL 57.37º 0.95% 0.47% -
HSV(B) 57.37º 0.97% 0.92% -
XYZ 60.62 70.82 10.65 -
YUV 202.14 17.31 150.73 -
System Red Green Blue C M Y K H S L
Decimal 234 224 6 0 0.04 0.97 0.08 57.37 0.95 0.47
Hex EA E0 6 0 4 61 8 39 5F 2F
Octal 352 340 6 0 4 141 10 71 137 57
Binary 11101010 11100000 110 0 100 1100001 1000 111001 1011111 101111

Color Harmonies of #EAE006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE006

Black with #EAE006

Text Example


Text Example

White with #EAE006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE006; }

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

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

background-color css

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

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

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

border-color css

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

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

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