#E6DD10

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

Shades of Lemon #E6DD10

Tints of Lemon #E6DD10

Color information

#E6DD10 (or 0xE6DD10) is unknown color: approx Lemon. HEX triplet: E6, DD and 10. RGB value is (230,221,16). Sum of RGB (Red+Green+Blue) = 230+221+16=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DD10 is #1922EF. Grayscale: #C9C9C9. Windows color (decimal): -1647344 or 1105382. OLE color: 1105382.

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

Color convert

RGB23022116-
CMYK00.040.930.10
HSL57.48º86.99%48.24%-
HSV(B)57.48º93.04%90.2%-
XYZ58.5868.5710.64-
YUV200.3223.98149.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.25%
GREEN value IS 221 (86.72% from 255) = 47.32%
BLUE value IS 16 (6.64% from 255) = 3.43%
R=49.25%
G=47.32%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302211600.040.930.1057.4886.9948.24
HexE6DD10045DA395730
Octal3463352004135127112760
Binary1110011011011101100000100101110110101110011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DD10; }

 p { color: rgb(230,221,16); }

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

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

 a { background-color: rgb(230,221,16); }

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

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

 span { border-color: rgb(230,221,16); }

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