Shades of Sandy Brown #EFA456
Tints of Sandy Brown #EFA456
RGB
CMYK
RGB Variations
Color information
#EFA456 (or 0xEFA456) is known color: Sandy Brown. HEX triplet: EF, A4 and 56. RGB value is (239,164,86). Sum of RGB (Red+Green+Blue) = 239+164+86=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA456 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA456 is #105BA9. Grayscale: #B1B1B1. Windows color (decimal): -1072042 or 5678319. OLE color: 5678319.
HSL color Cylindrical-coordinate representation of color #EFA456: hue angle of 30.59º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFA456 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 86 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.06 |
| HSL | 30.59º | 0.83% | 0.64% | - |
| HSV(B) | 30.59º | 0.64% | 0.94% | - |
| XYZ | 50.55 | 45.57 | 14.94 | - |
| YUV | 177.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 86 | 0 | 0.31 | 0.64 | 0.06 | 30.59 | 0.83 | 0.64 |
| Hex | EF | A4 | 56 | 0 | 1F | 40 | 6 | 1F | 53 | 40 |
| Octal | 357 | 244 | 126 | 0 | 37 | 100 | 6 | 37 | 123 | 100 |
| Binary | 11101111 | 10100100 | 1010110 | 0 | 11111 | 1000000 | 110 | 11111 | 1010011 | 1000000 |
Color Harmonies of #EFA456
Complementary color
Monochromatic Colors of #EFA456
Black with #EFA456
Text Example
Text Example
White with #EFA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA456; }
p { color: rgb(239,164,86); }
H1.HeaderClassName
{
color: #EFA456;
}
.AnyTagClassName
{
color: #EFA456;
}
</style>
background-color css
<style>
a { background-color: #EFA456; }
a { background-color: rgb(239,164,86); }
div.DivClassName
{
background-color: #EFA456;
}
.BgClassName
{
background-color: #EFA456;
}
</style>
border-color css
<style>
span { border-color: #EFA456; }
span { border-color: rgb(239,164,86); }
td.TdClassName
{
border-color: #EFA456;
}
.TagClassName
{
border-color: #EFA456;
}
</style>