#E9DC13

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

Shades of Lemon #E9DC13

Tints of Lemon #E9DC13

Color information

#E9DC13 (or 0xE9DC13) is unknown color: approx Lemon. HEX triplet: E9, DC and 13. RGB value is (233,220,19). Sum of RGB (Red+Green+Blue) = 233+220+19=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DC13 is #1623EC. Grayscale: #C9C9C9. Windows color (decimal): -1450989 or 1301737. OLE color: 1301737.

HSL color Cylindrical-coordinate representation of color #E9DC13: hue angle of 56.36º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9DC13 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB23322019-
CMYK00.060.920.09
HSL56.36º84.92%49.41%-
HSV(B)56.36º91.85%91.37%-
XYZ59.3268.5610.72-
YUV200.9725.31150.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.36%
GREEN value IS 220 (86.33% from 255) = 46.61%
BLUE value IS 19 (7.81% from 255) = 4.03%
R=49.36%
G=46.61%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332201900.060.920.0956.3684.9249.41
HexE9DC13065C9385531
Octal3513342306134117012561
Binary1110100111011100100110110101110010011110001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC13; }

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

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

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

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

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

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

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

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