Html Css Color HEX #EAF91E Lemon

📋 copy color: '#EAF91E'

red 234 ◦ green 249 ◦ blue 30

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

Shades of Lemon #EAF91E

Tints of Lemon #EAF91E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.54%

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

R = 45.61%
G = 48.54%
B = 5.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#EAF91E (or 0xEAF91E) is known color: Lemon. HEX triplet: EA, F9 and 1E. RGB value is (234,249,30). Sum of RGB (Red+Green+Blue) = 234+249+30=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 30 (12.11% from 255 or 5.85% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF91E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF91E is #1506E1. Grayscale: #DCDCDC. Windows color (decimal): -1378018 or 2030058. OLE color: 2030058.

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

Color convert

RGB 234 249 30 -
CMYK 0.06 0 0.88 0.02
HSL 64.11º 0.95% 0.55% -
HSV(B) 64.11º 0.88% 0.98% -
XYZ 68.04 85.34 14.11 -
YUV 219.55 21.03 138.31 -
System Red Green Blue C M Y K H S L
Decimal 234 249 30 0.06 0 0.88 0.02 64.11 0.95 0.55
Hex EA F9 1E 6 0 58 2 40 5F 37
Octal 352 371 36 6 0 130 2 100 137 67
Binary 11101010 11111001 11110 110 0 1011000 10 1000000 1011111 110111

Color Harmonies of #EAF91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF91E

Black with #EAF91E

Text Example


Text Example

White with #EAF91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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