#EBE0D3

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

Shades of Spring Wood #EBE0D3

Tints of Spring Wood #EBE0D3

Color information

#EBE0D3 (or 0xEBE0D3) is unknown color: approx Spring Wood. HEX triplet: EB, E0 and D3. RGB value is (235,224,211). Sum of RGB (Red+Green+Blue) = 235+224+211=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0D3 is #141F2C. Grayscale: #E1E1E1. Windows color (decimal): -1318701 or 13885675. OLE color: 13885675.

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

Color convert

RGB235224211-
CMYK00.050.100.08
HSL32.5º37.5%87.45%-
HSV(B)32.5º10.21%92.16%-
XYZ72.6775.6872.4-
YUV225.81119.64134.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 224 (87.89% from 255) = 33.43%
BLUE value IS 211 (82.81% from 255) = 31.49%
R=35.07%
G=33.43%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522421100.050.100.0832.537.587.45
HexEBE0D305A8212657
Octal3533403230512104146127
Binary1110101111100000110100110101101010001000011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0D3; }

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

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

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

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

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

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

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

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