#EBE4DE

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

Shades of Spring Wood #EBE4DE

Tints of Spring Wood #EBE4DE

Color information

#EBE4DE (or 0xEBE4DE) is unknown color: approx Spring Wood. HEX triplet: EB, E4 and DE. RGB value is (235,228,222). Sum of RGB (Red+Green+Blue) = 235+228+222=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4DE is #141B21. Grayscale: #E5E5E5. Windows color (decimal): -1317666 or 14607595. OLE color: 14607595.

HSL color Cylindrical-coordinate representation of color #EBE4DE: hue angle of 27.69º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBE4DE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235228222-
CMYK00.030.060.08
HSL27.69º24.53%89.61%-
HSV(B)27.69º5.53%92.16%-
XYZ75.1978.4280.28-
YUV229.41123.82131.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 228 (89.45% from 255) = 33.28%
BLUE value IS 222 (87.11% from 255) = 32.41%
R=34.31%
G=33.28%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522822200.030.060.0827.6924.5389.61
HexEBE4DE03681c195a
Octal353344336036103431132
Binary111010111110010011011110011110100011100110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4DE; }

 p { color: rgb(235,228,222); }

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

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

 a { background-color: rgb(235,228,222); }

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

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

 span { border-color: rgb(235,228,222); }

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