#EEF213

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

Shades of Lemon #EEF213

Tints of Lemon #EEF213

Color information

#EEF213 (or 0xEEF213) is unknown color: approx Lemon. HEX triplet: EE, F2 and 13. RGB value is (238,242,19). Sum of RGB (Red+Green+Blue) = 238+242+19=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 19 (7.81% from 255 or 3.81% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF213 is #110DEC. Grayscale: #D8D8D8. Windows color (decimal): -1117677 or 1307374. OLE color: 1307374.

HSL color Cylindrical-coordinate representation of color #EEF213: hue angle of 61.08º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEF213 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB23824219-
CMYK0.0200.920.05
HSL61.08º89.56%51.18%-
HSV(B)61.08º92.15%94.9%-
XYZ67.1381.7312.85-
YUV215.3817.17144.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.70%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 19 (7.81% from 255) = 3.81%
R=47.70%
G=48.50%
B=3.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal238242190.0200.920.0561.0889.5651.18
HexEEF213205C53d5a33
Octal356362232013457513263
Binary11101110111100101001110010111001011111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF213; }

 p { color: rgb(238,242,19); }

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

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

 a { background-color: rgb(238,242,19); }

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

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

 span { border-color: rgb(238,242,19); }

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