Shades of Spring Wood #EDE2D7
Tints of Spring Wood #EDE2D7
RGB
CMYK
RGB Variations
Color information
#EDE2D7 (or 0xEDE2D7) is known color: Spring Wood. HEX triplet: ED, E2 and D7. RGB value is (237,226,215). Sum of RGB (Red+Green+Blue) = 237+226+215=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 215 (84.38% from 255 or 31.71% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2D7 is #121D28. Grayscale: #E4E4E4. Windows color (decimal): -1187113 or 14148333. OLE color: 14148333.
HSL color Cylindrical-coordinate representation of color #EDE2D7: hue angle of 30º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE2D7 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 226 | 215 | - |
CMYK | 0 | 0.05 | 0.09 | 0.07 |
HSL | 30º | 0.38% | 0.89% | - |
HSV(B) | 30º | 0.09% | 0.93% | - |
XYZ | 74.39 | 77.3 | 75.29 | - |
YUV | 228.04 | 120.64 | 134.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 215 | 0 | 0.05 | 0.09 | 0.07 | 30 | 0.38 | 0.89 |
Hex | ED | E2 | D7 | 0 | 5 | 9 | 7 | 1E | 26 | 59 |
Octal | 355 | 342 | 327 | 0 | 5 | 11 | 7 | 36 | 46 | 131 |
Binary | 11101101 | 11100010 | 11010111 | 0 | 101 | 1001 | 111 | 11110 | 100110 | 1011001 |
Color Harmonies of #EDE2D7
Complementary color
Monochromatic Colors of #EDE2D7
Black with #EDE2D7
Text Example
Text Example
White with #EDE2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2D7; }
p { color: rgb(237,226,215); }
H1.HeaderClassName
{
color: #EDE2D7;
}
.AnyTagClassName
{
color: #EDE2D7;
}
</style>
background-color css
<style>
a { background-color: #EDE2D7; }
a { background-color: rgb(237,226,215); }
div.DivClassName
{
background-color: #EDE2D7;
}
.BgClassName
{
background-color: #EDE2D7;
}
</style>
border-color css
<style>
span { border-color: #EDE2D7; }
span { border-color: rgb(237,226,215); }
td.TdClassName
{
border-color: #EDE2D7;
}
.TagClassName
{
border-color: #EDE2D7;
}
</style>