#eee012

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

Shades of Lemon #EEE012

Tints of Lemon #EEE012

Color information

#EEE012 (or 0xEEE012) is unknown color: approx Lemon. HEX triplet: EE, E0 and 12. RGB value is (238,224,18). Sum of RGB (Red+Green+Blue) = 238+224+18=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE012 is #111FED. Grayscale: #CDCDCD. Windows color (decimal): -1122286 or 1237230. OLE color: 1237230.

HSL color Cylindrical-coordinate representation of color #EEE012: hue angle of 56.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEE012 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB23822418-
CMYK00.060.920.07
HSL56.18º86.61%50.2%-
HSV(B)56.18º92.44%93.33%-
XYZ62.0271.5311.11-
YUV204.722.64151.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.58%
GREEN value IS 224 (87.89% from 255) = 46.67%
BLUE value IS 18 (7.42% from 255) = 3.75%
R=49.58%
G=46.67%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382241800.060.920.0756.1886.6150.2
HexEEE012065C7385732
Octal356340220613477012762
Binary111011101110000010010011010111001111110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eee012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eee012; }

 p { color: rgb(238,224,18); }

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

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

 a { background-color: rgb(238,224,18); }

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

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

 span { border-color: rgb(238,224,18); }

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