Shades of Sandy Brown #E9A069
Tints of Sandy Brown #E9A069
RGB
CMYK
RGB Variations
Color information
#E9A069 (or 0xE9A069) is known color: Sandy Brown. HEX triplet: E9, A0 and 69. RGB value is (233,160,105). Sum of RGB (Red+Green+Blue) = 233+160+105=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A069 is #165F96. Grayscale: #AFAFAF. Windows color (decimal): -1466263 or 6922473. OLE color: 6922473.
HSL color Cylindrical-coordinate representation of color #E9A069: hue angle of 25.78º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9A069 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 105 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.09 |
| HSL | 25.78º | 0.74% | 0.66% | - |
| HSV(B) | 25.78º | 0.55% | 0.91% | - |
| XYZ | 48.72 | 43.49 | 19.19 | - |
| YUV | 175.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 105 | 0 | 0.31 | 0.55 | 0.09 | 25.78 | 0.74 | 0.66 |
| Hex | E9 | A0 | 69 | 0 | 1F | 37 | 9 | 1A | 4A | 42 |
| Octal | 351 | 240 | 151 | 0 | 37 | 67 | 11 | 32 | 112 | 102 |
| Binary | 11101001 | 10100000 | 1101001 | 0 | 11111 | 110111 | 1001 | 11010 | 1001010 | 1000010 |
Color Harmonies of #E9A069
Complementary color
Monochromatic Colors of #E9A069
Black with #E9A069
Text Example
Text Example
White with #E9A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A069; }
p { color: rgb(233,160,105); }
H1.HeaderClassName
{
color: #E9A069;
}
.AnyTagClassName
{
color: #E9A069;
}
</style>
background-color css
<style>
a { background-color: #E9A069; }
a { background-color: rgb(233,160,105); }
div.DivClassName
{
background-color: #E9A069;
}
.BgClassName
{
background-color: #E9A069;
}
</style>
border-color css
<style>
span { border-color: #E9A069; }
span { border-color: rgb(233,160,105); }
td.TdClassName
{
border-color: #E9A069;
}
.TagClassName
{
border-color: #E9A069;
}
</style>