#EBE4DD

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

Shades of Spring Wood #EBE4DD

Tints of Spring Wood #EBE4DD

Color information

#EBE4DD (or 0xEBE4DD) is unknown color: approx Spring Wood. HEX triplet: EB, E4 and DD. RGB value is (235,228,221). Sum of RGB (Red+Green+Blue) = 235+228+221=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4DD is #141B22. Grayscale: #E5E5E5. Windows color (decimal): -1317667 or 14542059. OLE color: 14542059.

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

Color convert

RGB235228221-
CMYK00.030.060.08
HSL30º25.93%89.41%-
HSV(B)30º5.96%92.16%-
XYZ75.0678.3779.58-
YUV229.3123.32132.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 32.31%
R=34.36%
G=33.33%
B=32.31%

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
Decimal23522822100.030.060.083025.9389.41
HexEBE4DD03681e1a59
Octal353344335036103632131
Binary111010111110010011011101011110100011110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4DD; }

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

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

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

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

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

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

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

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