#EBE2D9

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

Shades of Spring Wood #EBE2D9

Tints of Spring Wood #EBE2D9

Color information

#EBE2D9 (or 0xEBE2D9) is unknown color: approx Spring Wood. HEX triplet: EB, E2 and D9. RGB value is (235,226,217). Sum of RGB (Red+Green+Blue) = 235+226+217=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2D9 is #141D26. Grayscale: #E3E3E3. Windows color (decimal): -1318183 or 14279403. OLE color: 14279403.

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

Color convert

RGB235226217-
CMYK00.040.080.08
HSL30º31.03%88.63%-
HSV(B)30º7.66%92.16%-
XYZ73.9877.0676.62-
YUV227.67121.98133.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 226 (88.67% from 255) = 33.33%
BLUE value IS 217 (85.16% from 255) = 32.01%
R=34.66%
G=33.33%
B=32.01%

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
Decimal23522621700.040.080.083031.0388.63
HexEBE2D904881e1f59
Octal3533423310410103637131
Binary11101011111000101101100101001000100011110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2D9; }

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

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

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

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

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

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

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

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