Shades of Bone #E3C7AF
Tints of Bone #E3C7AF
RGB
CMYK
RGB Variations
Color information
#E3C7AF (or 0xE3C7AF) is known color: Bone. HEX triplet: E3, C7 and AF. RGB value is (227,199,175). Sum of RGB (Red+Green+Blue) = 227+199+175=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C7AF is #1C3850. Grayscale: #CCCCCC. Windows color (decimal): -1849425 or 11519971. OLE color: 11519971.
HSL color Cylindrical-coordinate representation of color #E3C7AF: hue angle of 27.69º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3C7AF is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 199 | 175 | - |
CMYK | 0 | 0.12 | 0.23 | 0.11 |
HSL | 27.69º | 0.48% | 0.79% | - |
HSV(B) | 27.69º | 0.23% | 0.89% | - |
XYZ | 59.84 | 60.27 | 49.04 | - |
YUV | 204.64 | 111.28 | 143.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 199 | 175 | 0 | 0.12 | 0.23 | 0.11 | 27.69 | 0.48 | 0.79 |
Hex | E3 | C7 | AF | 0 | C | 17 | B | 1C | 30 | 4F |
Octal | 343 | 307 | 257 | 0 | 14 | 27 | 13 | 34 | 60 | 117 |
Binary | 11100011 | 11000111 | 10101111 | 0 | 1100 | 10111 | 1011 | 11100 | 110000 | 1001111 |
Color Harmonies of #E3C7AF
Complementary color
Monochromatic Colors of #E3C7AF
Black with #E3C7AF
Text Example
Text Example
White with #E3C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C7AF; }
p { color: rgb(227,199,175); }
H1.HeaderClassName
{
color: #E3C7AF;
}
.AnyTagClassName
{
color: #E3C7AF;
}
</style>
background-color css
<style>
a { background-color: #E3C7AF; }
a { background-color: rgb(227,199,175); }
div.DivClassName
{
background-color: #E3C7AF;
}
.BgClassName
{
background-color: #E3C7AF;
}
</style>
border-color css
<style>
span { border-color: #E3C7AF; }
span { border-color: rgb(227,199,175); }
td.TdClassName
{
border-color: #E3C7AF;
}
.TagClassName
{
border-color: #E3C7AF;
}
</style>