#E9DC0C

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

Shades of Lemon #E9DC0C

Tints of Lemon #E9DC0C

Color information

#E9DC0C (or 0xE9DC0C) is unknown color: approx Lemon. HEX triplet: E9, DC and 0C. RGB value is (233,220,12). Sum of RGB (Red+Green+Blue) = 233+220+12=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DC0C is #1623F3. Grayscale: #C9C9C9. Windows color (decimal): -1450996 or 842985. OLE color: 842985.

HSL color Cylindrical-coordinate representation of color #E9DC0C: hue angle of 56.47º 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 #E9DC0C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB23322012-
CMYK00.060.950.09
HSL56.47º90.2%48.04%-
HSV(B)56.47º94.85%91.37%-
XYZ59.2668.5410.45-
YUV200.1821.81151.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.11%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 12 (5.08% from 255) = 2.58%
R=50.11%
G=47.31%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332201200.060.950.0956.4790.248.04
HexE9DCC065F9385a30
Octal3513341406137117013260
Binary111010011101110011000110101111110011110001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC0C; }

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

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

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

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

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

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

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

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