Html Css Color HEX #EAE301 Golden Yellow

📋 copy color: '#EAE301'

red 234 ◦ green 227 ◦ blue 1

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

Shades of Golden Yellow #EAE301

Tints of Golden Yellow #EAE301

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.13%

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

R = 50.65%
G = 49.13%
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

#EAE301 (or 0xEAE301) is known color: Golden Yellow. HEX triplet: EA, E3 and 01. RGB value is (234,227,1). Sum of RGB (Red+Green+Blue) = 234+227+1=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE301 is #151CFE. Grayscale: #CCCCCC. Windows color (decimal): -1383679 or 123882. OLE color: 123882.

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

Color convert

RGB 234 227 1 -
CMYK 0 0.03 1.00 0.08
HSL 58.2º 0.99% 0.46% -
HSV(B) 58.2º 1% 0.92% -
XYZ 61.41 72.43 10.77 -
YUV 203.33 13.82 149.88 -
System Red Green Blue C M Y K H S L
Decimal 234 227 1 0 0.03 1.00 0.08 58.2 0.99 0.46
Hex EA E3 1 0 3 64 8 3A 63 2E
Octal 352 343 1 0 3 144 10 72 143 56
Binary 11101010 11100011 1 0 11 1100100 1000 111010 1100011 101110

Color Harmonies of #EAE301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE301

Black with #EAE301

Text Example


Text Example

White with #EAE301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE301; }

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

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

background-color css

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

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

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

border-color css

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

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

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