#EEFF1F

Color #EEFF1F Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #EEFF1F

Tints of Lemon #EEFF1F

Color information

#EEFF1F (or 0xEEFF1F) is unknown color: approx Lemon. HEX triplet: EE, FF and 1F. RGB value is (238,255,31). Sum of RGB (Red+Green+Blue) = 238+255+31=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 31 (12.5% from 255 or 5.92% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF1F is #1100E0. Grayscale: #E1E1E1. Windows color (decimal): -1114337 or 2097134. OLE color: 2097134.

HSL color Cylindrical-coordinate representation of color #EEFF1F: hue angle of 64.55º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEFF1F is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB23825531-
CMYK0.0700.880
HSL64.55º100%56.08%-
HSV(B)64.55º87.84%100%-
XYZ71.2789.814.87-
YUV224.3818.87137.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 255 (100% from 255) = 48.66%
BLUE value IS 31 (12.5% from 255) = 5.92%
R=45.42%
G=48.66%
B=5.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal238255310.0700.88064.5510056.08
HexEEFF1F70580416438
Octal3563773770130010114470
Binary11101110111111111111111101011000010000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFF1F; }

 p { color: rgb(238,255,31); }

 H1.HeaderClassName
 {
   color: #EEFF1F;
 }
 .AnyTagClassName
 {
   color: #EEFF1F;
 }
</style>
background-color css

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

 a { background-color: rgb(238,255,31); }

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

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

 span { border-color: rgb(238,255,31); }

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