Html Css Color HEX #EAEA01 Lemon

📋 copy color: '#EAEA01'

red 234 ◦ green 234 ◦ blue 1

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

Shades of Lemon #EAEA01

Tints of Lemon #EAEA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.89%

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

R = 49.89%
G = 49.89%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAEA01 (or 0xEAEA01) is known color: Lemon. HEX triplet: EA, EA and 01. RGB value is (234,234,1). Sum of RGB (Red+Green+Blue) = 234+234+1=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 1 (0.78% from 255 or 0.21% from 469); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEA01 is #1515FE. Grayscale: #D0D0D0. Windows color (decimal): -1381887 or 125674. OLE color: 125674.

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

Color convert

RGB 234 234 1 -
CMYK 0 0 1.00 0.08
HSL 60º 0.99% 0.46% -
HSV(B) 60º 1% 0.92% -
XYZ 63.36 76.34 11.42 -
YUV 207.44 11.5 146.95 -
System Red Green Blue C M Y K H S L
Decimal 234 234 1 0 0 1.00 0.08 60 0.99 0.46
Hex EA EA 1 0 0 64 8 3C 63 2E
Octal 352 352 1 0 0 144 10 74 143 56
Binary 11101010 11101010 1 0 0 1100100 1000 111100 1100011 101110

Color Harmonies of #EAEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEA01

Black with #EAEA01

Text Example


Text Example

White with #EAEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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