#EBE1D9

Color #EBE1D9 Spring Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Wood #EBE1D9

Tints of Spring Wood #EBE1D9

Color information

#EBE1D9 (or 0xEBE1D9) is unknown color: approx Spring Wood. HEX triplet: EB, E1 and D9. RGB value is (235,225,217). Sum of RGB (Red+Green+Blue) = 235+225+217=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1D9 is #141E26. Grayscale: #E3E3E3. Windows color (decimal): -1318439 or 14279147. OLE color: 14279147.

HSL color Cylindrical-coordinate representation of color #EBE1D9: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBE1D9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235225217-
CMYK00.040.080.08
HSL26.67º31.03%88.63%-
HSV(B)26.67º7.66%92.16%-
XYZ73.7176.5276.53-
YUV227.08122.31133.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 225 (88.28% from 255) = 33.23%
BLUE value IS 217 (85.16% from 255) = 32.05%
R=34.71%
G=33.23%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522521700.040.080.0826.6731.0388.63
HexEBE1D904881b1f59
Octal3533413310410103337131
Binary11101011111000011101100101001000100011011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1D9; }

 p { color: rgb(235,225,217); }

 H1.HeaderClassName
 {
   color: #EBE1D9;
 }
 .AnyTagClassName
 {
   color: #EBE1D9;
 }
</style>
background-color css

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

 a { background-color: rgb(235,225,217); }

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

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

 span { border-color: rgb(235,225,217); }

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