Html Css Color HEX #E0D5AE Sapling

📋 copy color: '#E0D5AE'

red 224 ◦ green 213 ◦ blue 174

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

Shades of Sapling #E0D5AE

Tints of Sapling #E0D5AE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.86%

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

R = 36.66%
G = 34.86%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0D5AE (or 0xE0D5AE) is known color: Sapling. HEX triplet: E0, D5 and AE. RGB value is (224,213,174). Sum of RGB (Red+Green+Blue) = 224+213+174=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D5AE is #1F2A51. Grayscale: #D4D4D4. Windows color (decimal): -2042450 or 11458016. OLE color: 11458016.

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

Color convert

RGB 224 213 174 -
CMYK 0 0.05 0.22 0.12
HSL 46.8º 0.45% 0.78% -
HSV(B) 46.8º 0.22% 0.88% -
XYZ 62.17 66.49 49.6 -
YUV 211.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 224 213 174 0 0.05 0.22 0.12 46.8 0.45 0.78
Hex E0 D5 AE 0 5 16 C 2F 2D 4E
Octal 340 325 256 0 5 26 14 57 55 116
Binary 11100000 11010101 10101110 0 101 10110 1100 101111 101101 1001110

Color Harmonies of #E0D5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D5AE

Black with #E0D5AE

Text Example


Text Example

White with #E0D5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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