Html Css Color HEX #E1D7AF Sapling

📋 copy color: '#E1D7AF'

red 225 ◦ green 215 ◦ blue 175

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

Shades of Sapling #E1D7AF

Tints of Sapling #E1D7AF

RGB

 RED value IS 225 (88.28% from 255) = 36.59%

 GREEN value IS 215 (84.38% from 255) = 34.96%

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

R = 36.59%
G = 34.96%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1D7AF (or 0xE1D7AF) is known color: Sapling. HEX triplet: E1, D7 and AF. RGB value is (225,215,175). Sum of RGB (Red+Green+Blue) = 225+215+175=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D7AF is #1E2850. Grayscale: #D5D5D5. Windows color (decimal): -1976401 or 11524065. OLE color: 11524065.

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

Color convert

RGB 225 215 175 -
CMYK 0 0.04 0.22 0.12
HSL 48º 0.45% 0.78% -
HSV(B) 48º 0.22% 0.88% -
XYZ 63.09 67.7 50.3 -
YUV 213.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 225 215 175 0 0.04 0.22 0.12 48 0.45 0.78
Hex E1 D7 AF 0 4 16 C 30 2D 4E
Octal 341 327 257 0 4 26 14 60 55 116
Binary 11100001 11010111 10101111 0 100 10110 1100 110000 101101 1001110

Color Harmonies of #E1D7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D7AF

Black with #E1D7AF

Text Example


Text Example

White with #E1D7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D7AF; }

 p { color: rgb(225,215,175); }

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

background-color css

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

 a { background-color: rgb(225,215,175); }

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

border-color css

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

 span { border-color: rgb(225,215,175); }

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