Html Css Color HEX #EAF11E Lemon

📋 copy color: '#EAF11E'

red 234 ◦ green 241 ◦ blue 30

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

Shades of Lemon #EAF11E

Tints of Lemon #EAF11E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.72%

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

R = 46.34%
G = 47.72%
B = 5.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#EAF11E (or 0xEAF11E) is known color: Lemon. HEX triplet: EA, F1 and 1E. RGB value is (234,241,30). Sum of RGB (Red+Green+Blue) = 234+241+30=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 30 (12.11% from 255 or 5.94% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF11E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF11E is #150EE1. Grayscale: #D7D7D7. Windows color (decimal): -1380066 or 2028010. OLE color: 2028010.

HSL color Cylindrical-coordinate representation of color #EAF11E: hue angle of 61.99º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAF11E is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 30 -
CMYK 0.03 0 0.88 0.05
HSL 61.99º 0.88% 0.53% -
HSV(B) 61.99º 0.88% 0.95% -
XYZ 65.62 80.5 13.31 -
YUV 214.85 23.68 141.66 -
System Red Green Blue C M Y K H S L
Decimal 234 241 30 0.03 0 0.88 0.05 61.99 0.88 0.53
Hex EA F1 1E 3 0 58 5 3E 58 35
Octal 352 361 36 3 0 130 5 76 130 65
Binary 11101010 11110001 11110 11 0 1011000 101 111110 1011000 110101

Color Harmonies of #EAF11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF11E

Black with #EAF11E

Text Example


Text Example

White with #EAF11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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