#EEF815

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

Shades of Lemon #EEF815

Tints of Lemon #EEF815

Color information

#EEF815 (or 0xEEF815) is unknown color: approx Lemon. HEX triplet: EE, F8 and 15. RGB value is (238,248,21). Sum of RGB (Red+Green+Blue) = 238+248+21=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 21 (8.59% from 255 or 4.14% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF815 is #1107EA. Grayscale: #DCDCDC. Windows color (decimal): -1116139 or 1439982. OLE color: 1439982.

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

Color convert

RGB23824821-
CMYK0.0400.920.03
HSL62.64º94.19%52.75%-
HSV(B)62.64º91.53%97.25%-
XYZ68.9685.3713.55-
YUV219.1316.19141.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 248 (97.27% from 255) = 48.92%
BLUE value IS 21 (8.59% from 255) = 4.14%
R=46.94%
G=48.92%
B=4.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal238248210.0400.920.0362.6494.1952.75
HexEEF815405C33f5e35
Octal356370254013437713665
Binary11101110111110001010110001011100111111111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF815; }

 p { color: rgb(238,248,21); }

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

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

 a { background-color: rgb(238,248,21); }

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

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

 span { border-color: rgb(238,248,21); }

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