Html Css Color HEX #E0D6AD Sapling

📋 copy color: '#E0D6AD'

red 224 ◦ green 214 ◦ blue 173

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

Shades of Sapling #E0D6AD

Tints of Sapling #E0D6AD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.02%

 BLUE value IS 173 (67.97% from 255) = 28.31%

R = 36.66%
G = 35.02%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E0D6AD (or 0xE0D6AD) is known color: Sapling. HEX triplet: E0, D6 and AD. RGB value is (224,214,173). Sum of RGB (Red+Green+Blue) = 224+214+173=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D6AD is #1F2952. Grayscale: #D4D4D4. Windows color (decimal): -2042195 or 11392736. OLE color: 11392736.

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

Color convert

RGB 224 214 173 -
CMYK 0 0.04 0.23 0.12
HSL 48.24º 0.45% 0.78% -
HSV(B) 48.24º 0.23% 0.88% -
XYZ 62.33 66.96 49.17 -
YUV 212.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 224 214 173 0 0.04 0.23 0.12 48.24 0.45 0.78
Hex E0 D6 AD 0 4 17 C 30 2D 4E
Octal 340 326 255 0 4 27 14 60 55 116
Binary 11100000 11010110 10101101 0 100 10111 1100 110000 101101 1001110

Color Harmonies of #E0D6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D6AD

Black with #E0D6AD

Text Example


Text Example

White with #E0D6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D6AD; }

 p { color: rgb(224,214,173); }

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

background-color css

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

 a { background-color: rgb(224,214,173); }

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

border-color css

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

 span { border-color: rgb(224,214,173); }

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