#EBE0D5

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

Shades of Spring Wood #EBE0D5

Tints of Spring Wood #EBE0D5

Color information

#EBE0D5 (or 0xEBE0D5) is unknown color: approx Spring Wood. HEX triplet: EB, E0 and D5. RGB value is (235,224,213). Sum of RGB (Red+Green+Blue) = 235+224+213=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0D5 is #141F2A. Grayscale: #E2E2E2. Windows color (decimal): -1318699 or 14016747. OLE color: 14016747.

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

Color convert

RGB235224213-
CMYK00.050.090.08
HSL30º35.48%87.84%-
HSV(B)30º9.36%92.16%-
XYZ72.9375.7873.73-
YUV226.04120.64134.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 224 (87.89% from 255) = 33.33%
BLUE value IS 213 (83.59% from 255) = 31.70%
R=34.97%
G=33.33%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522421300.050.090.083035.4887.84
HexEBE0D505981e2358
Octal3533403250511103643130
Binary111010111110000011010101010110011000111101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0D5; }

 p { color: rgb(235,224,213); }

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

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

 a { background-color: rgb(235,224,213); }

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

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

 span { border-color: rgb(235,224,213); }

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