Shades of Sandy Brown #EFA060
Tints of Sandy Brown #EFA060
RGB
CMYK
RGB Variations
Color information
#EFA060 (or 0xEFA060) is known color: Sandy Brown. HEX triplet: EF, A0 and 60. RGB value is (239,160,96). Sum of RGB (Red+Green+Blue) = 239+160+96=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA060 is #105F9F. Grayscale: #B0B0B0. Windows color (decimal): -1073056 or 6332655. OLE color: 6332655.
HSL color Cylindrical-coordinate representation of color #EFA060: hue angle of 26.85º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFA060 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 96 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.06 |
| HSL | 26.85º | 0.82% | 0.66% | - |
| HSV(B) | 26.85º | 0.6% | 0.94% | - |
| XYZ | 50.28 | 44.34 | 16.97 | - |
| YUV | 176.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 96 | 0 | 0.33 | 0.60 | 0.06 | 26.85 | 0.82 | 0.66 |
| Hex | EF | A0 | 60 | 0 | 21 | 3C | 6 | 1B | 52 | 42 |
| Octal | 357 | 240 | 140 | 0 | 41 | 74 | 6 | 33 | 122 | 102 |
| Binary | 11101111 | 10100000 | 1100000 | 0 | 100001 | 111100 | 110 | 11011 | 1010010 | 1000010 |
Color Harmonies of #EFA060
Complementary color
Monochromatic Colors of #EFA060
Black with #EFA060
Text Example
Text Example
White with #EFA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA060; }
p { color: rgb(239,160,96); }
H1.HeaderClassName
{
color: #EFA060;
}
.AnyTagClassName
{
color: #EFA060;
}
</style>
background-color css
<style>
a { background-color: #EFA060; }
a { background-color: rgb(239,160,96); }
div.DivClassName
{
background-color: #EFA060;
}
.BgClassName
{
background-color: #EFA060;
}
</style>
border-color css
<style>
span { border-color: #EFA060; }
span { border-color: rgb(239,160,96); }
td.TdClassName
{
border-color: #EFA060;
}
.TagClassName
{
border-color: #EFA060;
}
</style>