Shades of Sandy Brown #EA9E69
Tints of Sandy Brown #EA9E69
RGB
CMYK
RGB Variations
Color information
#EA9E69 (or 0xEA9E69) is known color: Sandy Brown. HEX triplet: EA, 9E and 69. RGB value is (234,158,105). Sum of RGB (Red+Green+Blue) = 234+158+105=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E69 is #156196. Grayscale: #AEAEAE. Windows color (decimal): -1401239 or 6921962. OLE color: 6921962.
HSL color Cylindrical-coordinate representation of color #EA9E69: hue angle of 24.65º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA9E69 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 105 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.08 |
| HSL | 24.65º | 0.75% | 0.66% | - |
| HSV(B) | 24.65º | 0.55% | 0.92% | - |
| XYZ | 48.71 | 42.97 | 19.09 | - |
| YUV | 174.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 105 | 0 | 0.32 | 0.55 | 0.08 | 24.65 | 0.75 | 0.66 |
| Hex | EA | 9E | 69 | 0 | 20 | 37 | 8 | 19 | 4B | 42 |
| Octal | 352 | 236 | 151 | 0 | 40 | 67 | 10 | 31 | 113 | 102 |
| Binary | 11101010 | 10011110 | 1101001 | 0 | 100000 | 110111 | 1000 | 11001 | 1001011 | 1000010 |
Color Harmonies of #EA9E69
Complementary color
Monochromatic Colors of #EA9E69
Black with #EA9E69
Text Example
Text Example
White with #EA9E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E69; }
p { color: rgb(234,158,105); }
H1.HeaderClassName
{
color: #EA9E69;
}
.AnyTagClassName
{
color: #EA9E69;
}
</style>
background-color css
<style>
a { background-color: #EA9E69; }
a { background-color: rgb(234,158,105); }
div.DivClassName
{
background-color: #EA9E69;
}
.BgClassName
{
background-color: #EA9E69;
}
</style>
border-color css
<style>
span { border-color: #EA9E69; }
span { border-color: rgb(234,158,105); }
td.TdClassName
{
border-color: #EA9E69;
}
.TagClassName
{
border-color: #EA9E69;
}
</style>