#E1DB0A

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

Shades of Lemon #E1DB0A

Tints of Lemon #E1DB0A

Color information

#E1DB0A (or 0xE1DB0A) is unknown color: approx Lemon. HEX triplet: E1, DB and 0A. RGB value is (225,219,10). Sum of RGB (Red+Green+Blue) = 225+219+10=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DB0A is #1E24F5. Grayscale: #C5C5C5. Windows color (decimal): -1975542 or 711649. OLE color: 711649.

HSL color Cylindrical-coordinate representation of color #E1DB0A: hue angle of 58.33º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1DB0A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB22521910-
CMYK00.030.960.12
HSL58.33º91.49%46.08%-
HSV(B)58.33º95.56%88.24%-
XYZ56.4466.6910.19-
YUV196.9722.49147.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 219 (85.94% from 255) = 48.24%
BLUE value IS 10 (4.30% from 255) = 2.20%
R=49.56%
G=48.24%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252191000.030.960.1258.3391.4946.08
HexE1DBA0360C3a5b2e
Octal3413331203140147213356
Binary11100001110110111010011110000011001110101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB0A; }

 p { color: rgb(225,219,10); }

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

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

 a { background-color: rgb(225,219,10); }

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

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

 span { border-color: rgb(225,219,10); }

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