#E0DBA4

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

Shades of Mint Julep #E0DBA4

Tints of Mint Julep #E0DBA4

Color information

#E0DBA4 (or 0xE0DBA4) is unknown color: approx Mint Julep. HEX triplet: E0, DB and A4. RGB value is (224,219,164). Sum of RGB (Red+Green+Blue) = 224+219+164=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DBA4 is #1F245B. Grayscale: #D6D6D6. Windows color (decimal): -2040924 or 10804192. OLE color: 10804192.

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

Color convert

RGB224219164-
CMYK00.020.270.12
HSL55º49.18%76.08%-
HSV(B)55º26.79%87.84%-
XYZ62.7769.1945.17-
YUV214.2299.66134.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 164 (64.45% from 255) = 27.02%
R=36.90%
G=36.08%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421916400.020.270.125549.1876.08
HexE0DBA4021BC37314c
Octal3403332440233146761114
Binary1110000011011011101001000101101111001101111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBA4; }

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

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

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

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

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

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

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

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