Shades of Sandy Brown #EA9F63
Tints of Sandy Brown #EA9F63
RGB
CMYK
RGB Variations
Color information
#EA9F63 (or 0xEA9F63) is known color: Sandy Brown. HEX triplet: EA, 9F and 63. RGB value is (234,159,99). Sum of RGB (Red+Green+Blue) = 234+159+99=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F63 is #15609C. Grayscale: #AEAEAE. Windows color (decimal): -1400989 or 6529002. OLE color: 6529002.
HSL color Cylindrical-coordinate representation of color #EA9F63: hue angle of 26.67º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA9F63 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 99 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.08 |
| HSL | 26.67º | 0.76% | 0.65% | - |
| HSV(B) | 26.67º | 0.58% | 0.92% | - |
| XYZ | 48.58 | 43.19 | 17.58 | - |
| YUV | 174.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 99 | 0 | 0.32 | 0.58 | 0.08 | 26.67 | 0.76 | 0.65 |
| Hex | EA | 9F | 63 | 0 | 20 | 3A | 8 | 1B | 4C | 41 |
| Octal | 352 | 237 | 143 | 0 | 40 | 72 | 10 | 33 | 114 | 101 |
| Binary | 11101010 | 10011111 | 1100011 | 0 | 100000 | 111010 | 1000 | 11011 | 1001100 | 1000001 |
Color Harmonies of #EA9F63
Complementary color
Monochromatic Colors of #EA9F63
Black with #EA9F63
Text Example
Text Example
White with #EA9F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F63; }
p { color: rgb(234,159,99); }
H1.HeaderClassName
{
color: #EA9F63;
}
.AnyTagClassName
{
color: #EA9F63;
}
</style>
background-color css
<style>
a { background-color: #EA9F63; }
a { background-color: rgb(234,159,99); }
div.DivClassName
{
background-color: #EA9F63;
}
.BgClassName
{
background-color: #EA9F63;
}
</style>
border-color css
<style>
span { border-color: #EA9F63; }
span { border-color: rgb(234,159,99); }
td.TdClassName
{
border-color: #EA9F63;
}
.TagClassName
{
border-color: #EA9F63;
}
</style>