Html Css Color HEX #E0DDAE Mint Julep

📋 copy color: '#E0DDAE'

red 224 ◦ green 221 ◦ blue 174

#E0DDAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #E0DDAE

Tints of Mint Julep #E0DDAE

RGB

 RED value IS 224 (87.89% from 255) = 36.19%

 GREEN value IS 221 (86.72% from 255) = 35.7%

 BLUE value IS 174 (68.36% from 255) = 28.11%

R = 36.19%
G = 35.7%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0DDAE (or 0xE0DDAE) is known color: Mint Julep. HEX triplet: E0, DD and AE. RGB value is (224,221,174). Sum of RGB (Red+Green+Blue) = 224+221+174=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DDAE is #1F2251. Grayscale: #D8D8D8. Windows color (decimal): -2040402 or 11460064. OLE color: 11460064.

HSL color Cylindrical-coordinate representation of color #E0DDAE: hue angle of 56.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0DDAE is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 221 174 -
CMYK 0 0.01 0.22 0.12
HSL 56.4º 0.45% 0.78% -
HSV(B) 56.4º 0.22% 0.88% -
XYZ 64.24 70.62 50.29 -
YUV 216.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 224 221 174 0 0.01 0.22 0.12 56.4 0.45 0.78
Hex E0 DD AE 0 1 16 C 38 2D 4E
Octal 340 335 256 0 1 26 14 70 55 116
Binary 11100000 11011101 10101110 0 1 10110 1100 111000 101101 1001110

Color Harmonies of #E0DDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDAE

Black with #E0DDAE

Text Example


Text Example

White with #E0DDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDAE; }

 p { color: rgb(224,221,174); }

 H1.HeaderClassName
 {
   color: #E0DDAE;
 }
 .AnyTagClassName
 {
   color: #E0DDAE;
 }
</style>

background-color css

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

 a { background-color: rgb(224,221,174); }

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

border-color css

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

 span { border-color: rgb(224,221,174); }

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