Html Css Color HEX #E0DDAF Mint Julep

📋 copy color: '#E0DDAF'

red 224 ◦ green 221 ◦ blue 175

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

Shades of Mint Julep #E0DDAF

Tints of Mint Julep #E0DDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.23%

R = 36.13%
G = 35.65%
B = 28.23%

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

#E0DDAF (or 0xE0DDAF) is known color: Mint Julep. HEX triplet: E0, DD and AF. RGB value is (224,221,175). Sum of RGB (Red+Green+Blue) = 224+221+175=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DDAF is #1F2250. Grayscale: #D8D8D8. Windows color (decimal): -2040401 or 11525600. OLE color: 11525600.

HSL color Cylindrical-coordinate representation of color #E0DDAF: hue angle of 56.33º degrees, saturation: 0.44, 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 #E0DDAF is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 221 175 -
CMYK 0 0.01 0.22 0.12
HSL 56.33º 0.44% 0.78% -
HSV(B) 56.33º 0.22% 0.88% -
XYZ 64.33 70.66 50.8 -
YUV 216.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 224 221 175 0 0.01 0.22 0.12 56.33 0.44 0.78
Hex E0 DD AF 0 1 16 C 38 2C 4E
Octal 340 335 257 0 1 26 14 70 54 116
Binary 11100000 11011101 10101111 0 1 10110 1100 111000 101100 1001110

Color Harmonies of #E0DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDAF

Black with #E0DDAF

Text Example


Text Example

White with #E0DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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