Shades of Sandy Brown #EA9F66
Tints of Sandy Brown #EA9F66
RGB
CMYK
RGB Variations
Color information
#EA9F66 (or 0xEA9F66) is known color: Sandy Brown. HEX triplet: EA, 9F and 66. RGB value is (234,159,102). Sum of RGB (Red+Green+Blue) = 234+159+102=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F66 is #156099. Grayscale: #AFAFAF. Windows color (decimal): -1400986 or 6725610. OLE color: 6725610.
HSL color Cylindrical-coordinate representation of color #EA9F66: hue angle of 25.91º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA9F66 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 102 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.08 |
| HSL | 25.91º | 0.76% | 0.66% | - |
| HSV(B) | 25.91º | 0.56% | 0.92% | - |
| XYZ | 48.73 | 43.25 | 18.35 | - |
| YUV | 174.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 102 | 0 | 0.32 | 0.56 | 0.08 | 25.91 | 0.76 | 0.66 |
| Hex | EA | 9F | 66 | 0 | 20 | 38 | 8 | 1A | 4C | 42 |
| Octal | 352 | 237 | 146 | 0 | 40 | 70 | 10 | 32 | 114 | 102 |
| Binary | 11101010 | 10011111 | 1100110 | 0 | 100000 | 111000 | 1000 | 11010 | 1001100 | 1000010 |
Color Harmonies of #EA9F66
Complementary color
Monochromatic Colors of #EA9F66
Black with #EA9F66
Text Example
Text Example
White with #EA9F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F66; }
p { color: rgb(234,159,102); }
H1.HeaderClassName
{
color: #EA9F66;
}
.AnyTagClassName
{
color: #EA9F66;
}
</style>
background-color css
<style>
a { background-color: #EA9F66; }
a { background-color: rgb(234,159,102); }
div.DivClassName
{
background-color: #EA9F66;
}
.BgClassName
{
background-color: #EA9F66;
}
</style>
border-color css
<style>
span { border-color: #EA9F66; }
span { border-color: rgb(234,159,102); }
td.TdClassName
{
border-color: #EA9F66;
}
.TagClassName
{
border-color: #EA9F66;
}
</style>