Html Css Color HEX #EAE001 Golden Yellow

📋 copy color: '#EAE001'

red 234 ◦ green 224 ◦ blue 1

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

Shades of Golden Yellow #EAE001

Tints of Golden Yellow #EAE001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 50.98%
G = 48.8%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAE001 (or 0xEAE001) is known color: Golden Yellow. HEX triplet: EA, E0 and 01. RGB value is (234,224,1). Sum of RGB (Red+Green+Blue) = 234+224+1=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE001 is #151FFE. Grayscale: #CACACA. Windows color (decimal): -1384447 or 123114. OLE color: 123114.

HSL color Cylindrical-coordinate representation of color #EAE001: hue angle of 57.42º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAE001 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 224 1 -
CMYK 0 0.04 1.00 0.08
HSL 57.42º 0.99% 0.46% -
HSV(B) 57.42º 1% 0.92% -
XYZ 60.59 70.81 10.5 -
YUV 201.57 14.81 151.13 -
System Red Green Blue C M Y K H S L
Decimal 234 224 1 0 0.04 1.00 0.08 57.42 0.99 0.46
Hex EA E0 1 0 4 64 8 39 63 2E
Octal 352 340 1 0 4 144 10 71 143 56
Binary 11101010 11100000 1 0 100 1100100 1000 111001 1100011 101110

Color Harmonies of #EAE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE001

Black with #EAE001

Text Example


Text Example

White with #EAE001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE001; }

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

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

background-color css

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

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

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

border-color css

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

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

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