#EBE1D7

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

Shades of Spring Wood #EBE1D7

Tints of Spring Wood #EBE1D7

Color information

#EBE1D7 (or 0xEBE1D7) is unknown color: approx Spring Wood. HEX triplet: EB, E1 and D7. RGB value is (235,225,215). Sum of RGB (Red+Green+Blue) = 235+225+215=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1D7 is #141E28. Grayscale: #E2E2E2. Windows color (decimal): -1318441 or 14148075. OLE color: 14148075.

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

Color convert

RGB235225215-
CMYK00.040.090.08
HSL30º33.33%88.24%-
HSV(B)30º8.51%92.16%-
XYZ73.4576.4275.17-
YUV226.85121.31133.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 225 (88.28% from 255) = 33.33%
BLUE value IS 215 (84.38% from 255) = 31.85%
R=34.81%
G=33.33%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522521500.040.090.083033.3388.24
HexEBE1D704981e2158
Octal3533413270411103641130
Binary111010111110000111010111010010011000111101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1D7; }

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

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

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

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

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

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

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

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