#E0DB9B

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

Shades of Mint Julep #E0DB9B

Tints of Mint Julep #E0DB9B

Color information

#E0DB9B (or 0xE0DB9B) is unknown color: approx Mint Julep. HEX triplet: E0, DB and 9B. RGB value is (224,219,155). Sum of RGB (Red+Green+Blue) = 224+219+155=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DB9B is #1F2464. Grayscale: #D5D5D5. Windows color (decimal): -2040933 or 10214368. OLE color: 10214368.

HSL color Cylindrical-coordinate representation of color #E0DB9B: hue angle of 55.65º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0DB9B is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224219155-
CMYK00.020.310.12
HSL55.65º52.67%74.31%-
HSV(B)55.65º30.8%87.84%-
XYZ61.9968.8841.04-
YUV213.295.16135.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.46%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 155 (60.94% from 255) = 25.92%
R=37.46%
G=36.62%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421915500.020.310.1255.6552.6774.31
HexE0DB9B021FC38354a
Octal3403332330237147065112
Binary1110000011011011100110110101111111001110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DB9B; }

 p { color: rgb(224,219,155); }

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

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

 a { background-color: rgb(224,219,155); }

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

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

 span { border-color: rgb(224,219,155); }

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