#E9DF0C

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

Shades of Lemon #E9DF0C

Tints of Lemon #E9DF0C

Color information

#E9DF0C (or 0xE9DF0C) is unknown color: approx Lemon. HEX triplet: E9, DF and 0C. RGB value is (233,223,12). Sum of RGB (Red+Green+Blue) = 233+223+12=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DF0C is #1620F3. Grayscale: #CACACA. Windows color (decimal): -1450228 or 843753. OLE color: 843753.

HSL color Cylindrical-coordinate representation of color #E9DF0C: hue angle of 57.29º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9DF0C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB23322312-
CMYK00.040.950.09
HSL57.29º90.2%48.04%-
HSV(B)57.29º94.85%91.37%-
XYZ60.0670.1310.72-
YUV201.9420.81150.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 223 (87.5% from 255) = 47.65%
BLUE value IS 12 (5.08% from 255) = 2.56%
R=49.79%
G=47.65%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332231200.040.950.0957.2990.248.04
HexE9DFC045F9395a30
Octal3513371404137117113260
Binary111010011101111111000100101111110011110011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DF0C; }

 p { color: rgb(233,223,12); }

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

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

 a { background-color: rgb(233,223,12); }

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

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

 span { border-color: rgb(233,223,12); }

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