#EBE0D8

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

Shades of Spring Wood #EBE0D8

Tints of Spring Wood #EBE0D8

Color information

#EBE0D8 (or 0xEBE0D8) is unknown color: approx Spring Wood. HEX triplet: EB, E0 and D8. RGB value is (235,224,216). Sum of RGB (Red+Green+Blue) = 235+224+216=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0D8 is #141F27. Grayscale: #E2E2E2. Windows color (decimal): -1318696 or 14213355. OLE color: 14213355.

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

Color convert

RGB235224216-
CMYK00.050.080.08
HSL25.26º32.2%88.43%-
HSV(B)25.26º8.09%92.16%-
XYZ73.3175.9375.76-
YUV226.38122.14134.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 224 (87.89% from 255) = 33.19%
BLUE value IS 216 (84.77% from 255) = 32%
R=34.81%
G=33.19%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522421600.050.080.0825.2632.288.43
HexEBE0D80588192058
Octal3533403300510103140130
Binary111010111110000011011000010110001000110011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0D8; }

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

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

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

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

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

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

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

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