Shades of Sandy Brown #EFA858
Tints of Sandy Brown #EFA858
RGB
CMYK
RGB Variations
Color information
#EFA858 (or 0xEFA858) is known color: Sandy Brown. HEX triplet: EF, A8 and 58. RGB value is (239,168,88). Sum of RGB (Red+Green+Blue) = 239+168+88=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA858 is #1057A7. Grayscale: #B4B4B4. Windows color (decimal): -1071016 or 5810415. OLE color: 5810415.
HSL color Cylindrical-coordinate representation of color #EFA858: hue angle of 31.79º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFA858 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 88 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.06 |
| HSL | 31.79º | 0.83% | 0.64% | - |
| HSV(B) | 31.79º | 0.63% | 0.94% | - |
| XYZ | 51.36 | 47.06 | 15.61 | - |
| YUV | 180.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 88 | 0 | 0.30 | 0.63 | 0.06 | 31.79 | 0.83 | 0.64 |
| Hex | EF | A8 | 58 | 0 | 1E | 3F | 6 | 20 | 53 | 40 |
| Octal | 357 | 250 | 130 | 0 | 36 | 77 | 6 | 40 | 123 | 100 |
| Binary | 11101111 | 10101000 | 1011000 | 0 | 11110 | 111111 | 110 | 100000 | 1010011 | 1000000 |
Color Harmonies of #EFA858
Complementary color
Monochromatic Colors of #EFA858
Black with #EFA858
Text Example
Text Example
White with #EFA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA858; }
p { color: rgb(239,168,88); }
H1.HeaderClassName
{
color: #EFA858;
}
.AnyTagClassName
{
color: #EFA858;
}
</style>
background-color css
<style>
a { background-color: #EFA858; }
a { background-color: rgb(239,168,88); }
div.DivClassName
{
background-color: #EFA858;
}
.BgClassName
{
background-color: #EFA858;
}
</style>
border-color css
<style>
span { border-color: #EFA858; }
span { border-color: rgb(239,168,88); }
td.TdClassName
{
border-color: #EFA858;
}
.TagClassName
{
border-color: #EFA858;
}
</style>