#E0DBA1

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

Shades of Mint Julep #E0DBA1

Tints of Mint Julep #E0DBA1

Color information

#E0DBA1 (or 0xE0DBA1) is unknown color: approx Mint Julep. HEX triplet: E0, DB and A1. RGB value is (224,219,161). Sum of RGB (Red+Green+Blue) = 224+219+161=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DBA1 is #1F245E. Grayscale: #D6D6D6. Windows color (decimal): -2040927 or 10607584. OLE color: 10607584.

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

Color convert

RGB224219161-
CMYK00.020.280.12
HSL55.24º50.4%75.49%-
HSV(B)55.24º28.12%87.84%-
XYZ62.5169.0843.76-
YUV213.8898.16135.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 161 (63.28% from 255) = 26.66%
R=37.09%
G=36.26%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421916100.020.280.1255.2450.475.49
HexE0DBA1021CC37324b
Octal3403332410234146762113
Binary1110000011011011101000010101110011001101111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBA1; }

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

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

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

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

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

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

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

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