#EBE3DB

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

Shades of Spring Wood #EBE3DB

Tints of Spring Wood #EBE3DB

Color information

#EBE3DB (or 0xEBE3DB) is unknown color: approx Spring Wood. HEX triplet: EB, E3 and DB. RGB value is (235,227,219). Sum of RGB (Red+Green+Blue) = 235+227+219=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3DB is #141C24. Grayscale: #E4E4E4. Windows color (decimal): -1317925 or 14410731. OLE color: 14410731.

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

Color convert

RGB235227219-
CMYK00.030.070.08
HSL30º28.57%89.02%-
HSV(B)30º6.81%92.16%-
XYZ74.5277.7178.09-
YUV228.48122.65132.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 227 (89.06% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 32.16%
R=34.51%
G=33.33%
B=32.16%

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
Decimal23522721900.030.070.083028.5789.02
HexEBE3DB03781e1d59
Octal353343333037103635131
Binary111010111110001111011011011111100011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3DB; }

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

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

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

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

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

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

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

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