Html Css Color HEX #EAF81E Lemon

📋 copy color: '#EAF81E'

red 234 ◦ green 248 ◦ blue 30

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

Shades of Lemon #EAF81E

Tints of Lemon #EAF81E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.44%

 BLUE value IS 30 (12.11% from 255) = 5.86%

R = 45.7%
G = 48.44%
B = 5.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#EAF81E (or 0xEAF81E) is known color: Lemon. HEX triplet: EA, F8 and 1E. RGB value is (234,248,30). Sum of RGB (Red+Green+Blue) = 234+248+30=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 30 (12.11% from 255 or 5.86% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF81E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF81E is #1507E1. Grayscale: #DBDBDB. Windows color (decimal): -1378274 or 2029802. OLE color: 2029802.

HSL color Cylindrical-coordinate representation of color #EAF81E: hue angle of 63.85º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAF81E is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 30 -
CMYK 0.06 0 0.88 0.03
HSL 63.85º 0.94% 0.55% -
HSV(B) 63.85º 0.88% 0.97% -
XYZ 67.73 84.72 14.01 -
YUV 218.96 21.36 138.73 -
System Red Green Blue C M Y K H S L
Decimal 234 248 30 0.06 0 0.88 0.03 63.85 0.94 0.55
Hex EA F8 1E 6 0 58 3 40 5E 37
Octal 352 370 36 6 0 130 3 100 136 67
Binary 11101010 11111000 11110 110 0 1011000 11 1000000 1011110 110111

Color Harmonies of #EAF81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF81E

Black with #EAF81E

Text Example


Text Example

White with #EAF81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF81E; }

 p { color: rgb(234,248,30); }

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

background-color css

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

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

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

border-color css

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

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

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