Html Css Color HEX #EAE901 Lemon

📋 copy color: '#EAE901'

red 234 ◦ green 233 ◦ blue 1

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

Shades of Lemon #EAE901

Tints of Lemon #EAE901

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.79%

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

R = 50%
G = 49.79%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAE901 (or 0xEAE901) is known color: Lemon. HEX triplet: EA, E9 and 01. RGB value is (234,233,1). Sum of RGB (Red+Green+Blue) = 234+233+1=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE901 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE901 is #1516FE. Grayscale: #CFCFCF. Windows color (decimal): -1382143 or 125418. OLE color: 125418.

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

Color convert

RGB 234 233 1 -
CMYK 0 0.00 1.00 0.08
HSL 59.74º 0.99% 0.46% -
HSV(B) 59.74º 1% 0.92% -
XYZ 63.08 75.77 11.33 -
YUV 206.85 11.83 147.36 -
System Red Green Blue C M Y K H S L
Decimal 234 233 1 0 0.00 1.00 0.08 59.74 0.99 0.46
Hex EA E9 1 0 0 64 8 3C 63 2E
Octal 352 351 1 0 0 144 10 74 143 56
Binary 11101010 11101001 1 0 0 1100100 1000 111100 1100011 101110

Color Harmonies of #EAE901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE901

Black with #EAE901

Text Example


Text Example

White with #EAE901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE901; }

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

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

background-color css

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

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

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

border-color css

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

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

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