#E4DCA1

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

Shades of Mint Julep #E4DCA1

Tints of Mint Julep #E4DCA1

Color information

#E4DCA1 (or 0xE4DCA1) is unknown color: approx Mint Julep. HEX triplet: E4, DC and A1. RGB value is (228,220,161). Sum of RGB (Red+Green+Blue) = 228+220+161=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DCA1 is #1B235E. Grayscale: #D7D7D7. Windows color (decimal): -1778527 or 10607844. OLE color: 10607844.

HSL color Cylindrical-coordinate representation of color #E4DCA1: hue angle of 52.84º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4DCA1 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB228220161-
CMYK00.040.290.11
HSL52.84º55.37%76.27%-
HSV(B)52.84º29.39%89.41%-
XYZ64.0270.2543.9-
YUV215.6797.15136.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 161 (63.28% from 255) = 26.44%
R=37.44%
G=36.12%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822016100.040.290.1152.8455.3776.27
HexE4DCA1041DB35374c
Octal3443342410435136567114
Binary11100100110111001010000101001110110111101011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCA1; }

 p { color: rgb(228,220,161); }

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

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

 a { background-color: rgb(228,220,161); }

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

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

 span { border-color: rgb(228,220,161); }

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