#E9DD0E

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

Shades of Lemon #E9DD0E

Tints of Lemon #E9DD0E

Color information

#E9DD0E (or 0xE9DD0E) is unknown color: approx Lemon. HEX triplet: E9, DD and 0E. RGB value is (233,221,14). Sum of RGB (Red+Green+Blue) = 233+221+14=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 14 (5.86% from 255 or 2.99% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DD0E is #1622F1. Grayscale: #C9C9C9. Windows color (decimal): -1450738 or 974313. OLE color: 974313.

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

Color convert

RGB23322114-
CMYK00.050.940.09
HSL56.71º88.66%48.43%-
HSV(B)56.71º93.99%91.37%-
XYZ59.5469.0710.61-
YUV200.9922.48150.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 221 (86.72% from 255) = 47.22%
BLUE value IS 14 (5.86% from 255) = 2.99%
R=49.79%
G=47.22%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332211400.050.940.0956.7188.6648.43
HexE9DDE055E9395930
Octal3513351605136117113160
Binary111010011101110111100101101111010011110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DD0E; }

 p { color: rgb(233,221,14); }

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

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

 a { background-color: rgb(233,221,14); }

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

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

 span { border-color: rgb(233,221,14); }

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