Html Css Color HEX #EAE401 Golden Yellow

📋 copy color: '#EAE401'

red 234 ◦ green 228 ◦ blue 1

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

Shades of Golden Yellow #EAE401

Tints of Golden Yellow #EAE401

RGB

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

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

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

R = 50.54%
G = 49.24%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAE401 (or 0xEAE401) is known color: Golden Yellow. HEX triplet: EA, E4 and 01. RGB value is (234,228,1). Sum of RGB (Red+Green+Blue) = 234+228+1=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE401 is #151BFE. Grayscale: #CCCCCC. Windows color (decimal): -1383423 or 124138. OLE color: 124138.

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

Color convert

RGB 234 228 1 -
CMYK 0 0.03 1.00 0.08
HSL 58.45º 0.99% 0.46% -
HSV(B) 58.45º 1% 0.92% -
XYZ 61.68 72.98 10.86 -
YUV 203.92 13.49 149.46 -
System Red Green Blue C M Y K H S L
Decimal 234 228 1 0 0.03 1.00 0.08 58.45 0.99 0.46
Hex EA E4 1 0 3 64 8 3A 63 2E
Octal 352 344 1 0 3 144 10 72 143 56
Binary 11101010 11100100 1 0 11 1100100 1000 111010 1100011 101110

Color Harmonies of #EAE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE401

Black with #EAE401

Text Example


Text Example

White with #EAE401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE401; }

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

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

background-color css

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

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

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

border-color css

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

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

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