#EBE3DA

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

Shades of Spring Wood #EBE3DA

Tints of Spring Wood #EBE3DA

Color information

#EBE3DA (or 0xEBE3DA) is unknown color: approx Spring Wood. HEX triplet: EB, E3 and DA. RGB value is (235,227,218). Sum of RGB (Red+Green+Blue) = 235+227+218=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3DA is #141C25. Grayscale: #E4E4E4. Windows color (decimal): -1317926 or 14345195. OLE color: 14345195.

HSL color Cylindrical-coordinate representation of color #EBE3DA: hue angle of 31.76º 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 #EBE3DA is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235227218-
CMYK00.030.070.08
HSL31.76º29.82%88.82%-
HSV(B)31.76º7.23%92.16%-
XYZ74.3877.6677.4-
YUV228.37122.15132.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 227 (89.06% from 255) = 33.38%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=34.56%
G=33.38%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522721800.030.070.0831.7629.8288.82
HexEBE3DA0378201e59
Octal353343332037104036131
Binary1110101111100011110110100111111000100000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3DA; }

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

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

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

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

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

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

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

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