Shades of Spring Wood #E6E3E0
Tints of Spring Wood #E6E3E0
RGB
CMYK
RGB Variations
Color information
#E6E3E0 (or 0xE6E3E0) is known color: Spring Wood. HEX triplet: E6, E3 and E0. RGB value is (230,227,224). Sum of RGB (Red+Green+Blue) = 230+227+224=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E3E0 is #191C1F. Grayscale: #E3E3E3. Windows color (decimal): -1645600 or 14738406. OLE color: 14738406.
HSL color Cylindrical-coordinate representation of color #E6E3E0: hue angle of 30º degrees, saturation: 0.11, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E3E0 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 227 | 224 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.10 |
| HSL | 30º | 0.11% | 0.89% | - |
| HSV(B) | 30º | 0.03% | 0.9% | - |
| XYZ | 73.56 | 77.14 | 81.53 | - |
| YUV | 227.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 224 | 0 | 0.01 | 0.03 | 0.10 | 30 | 0.11 | 0.89 |
| Hex | E6 | E3 | E0 | 0 | 1 | 3 | A | 1E | B | 59 |
| Octal | 346 | 343 | 340 | 0 | 1 | 3 | 12 | 36 | 13 | 131 |
| Binary | 11100110 | 11100011 | 11100000 | 0 | 1 | 11 | 1010 | 11110 | 1011 | 1011001 |
Color Harmonies of #E6E3E0
Complementary color
Monochromatic Colors of #E6E3E0
Black with #E6E3E0
Text Example
Text Example
White with #E6E3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E3E0; }
p { color: rgb(230,227,224); }
H1.HeaderClassName
{
color: #E6E3E0;
}
.AnyTagClassName
{
color: #E6E3E0;
}
</style>
background-color css
<style>
a { background-color: #E6E3E0; }
a { background-color: rgb(230,227,224); }
div.DivClassName
{
background-color: #E6E3E0;
}
.BgClassName
{
background-color: #E6E3E0;
}
</style>
border-color css
<style>
span { border-color: #E6E3E0; }
span { border-color: rgb(230,227,224); }
td.TdClassName
{
border-color: #E6E3E0;
}
.TagClassName
{
border-color: #E6E3E0;
}
</style>