#EBE0D4

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

Shades of Spring Wood #EBE0D4

Tints of Spring Wood #EBE0D4

Color information

#EBE0D4 (or 0xEBE0D4) is unknown color: approx Spring Wood. HEX triplet: EB, E0 and D4. RGB value is (235,224,212). Sum of RGB (Red+Green+Blue) = 235+224+212=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0D4 is #141F2B. Grayscale: #E1E1E1. Windows color (decimal): -1318700 or 13951211. OLE color: 13951211.

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

Color convert

RGB235224212-
CMYK00.050.100.08
HSL31.3º36.51%87.65%-
HSV(B)31.3º9.79%92.16%-
XYZ72.875.7373.07-
YUV225.92120.14134.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 212 (83.20% from 255) = 31.59%
R=35.02%
G=33.38%
B=31.59%

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
Decimal23522421200.050.100.0831.336.5187.65
HexEBE0D405A81f2558
Octal3533403240512103745130
Binary111010111110000011010100010110101000111111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0D4; }

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

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

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

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

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

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

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

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