#EBE1DA

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

Shades of Spring Wood #EBE1DA

Tints of Spring Wood #EBE1DA

Color information

#EBE1DA (or 0xEBE1DA) is unknown color: approx Spring Wood. HEX triplet: EB, E1 and DA. RGB value is (235,225,218). Sum of RGB (Red+Green+Blue) = 235+225+218=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1DA is #141E25. Grayscale: #E3E3E3. Windows color (decimal): -1318438 or 14344683. OLE color: 14344683.

HSL color Cylindrical-coordinate representation of color #EBE1DA: hue angle of 24.71º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE1DA is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235225218-
CMYK00.040.070.08
HSL24.71º29.82%88.82%-
HSV(B)24.71º7.23%92.16%-
XYZ73.8476.5777.22-
YUV227.19122.81133.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 225 (88.28% from 255) = 33.19%
BLUE value IS 218 (85.55% from 255) = 32.15%
R=34.66%
G=33.19%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522521800.040.070.0824.7129.8288.82
HexEBE1DA0478191e59
Octal353341332047103136131
Binary1110101111100001110110100100111100011001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1DA; }

 p { color: rgb(235,225,218); }

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

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

 a { background-color: rgb(235,225,218); }

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

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

 span { border-color: rgb(235,225,218); }

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