#EEF01D

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

Shades of Lemon #EEF01D

Tints of Lemon #EEF01D

Color information

#EEF01D (or 0xEEF01D) is unknown color: approx Lemon. HEX triplet: EE, F0 and 1D. RGB value is (238,240,29). Sum of RGB (Red+Green+Blue) = 238+240+29=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 29 (11.72% from 255 or 5.72% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF01D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF01D is #110FE2. Grayscale: #D8D8D8. Windows color (decimal): -1118179 or 1962222. OLE color: 1962222.

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

Color convert

RGB23824029-
CMYK0.0100.880.06
HSL60.57º87.55%52.75%-
HSV(B)60.57º87.92%94.12%-
XYZ66.6480.5913.2-
YUV215.3522.84144.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 240 (94.14% from 255) = 47.34%
BLUE value IS 29 (11.72% from 255) = 5.72%
R=46.94%
G=47.34%
B=5.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal238240290.0100.880.0660.5787.5552.75
HexEEF01D105863d5835
Octal356360351013067513065
Binary1110111011110000111011010110001101111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF01D; }

 p { color: rgb(238,240,29); }

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

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

 a { background-color: rgb(238,240,29); }

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

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

 span { border-color: rgb(238,240,29); }

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