Shades of Sandy Brown #EFA256
Tints of Sandy Brown #EFA256
RGB
CMYK
RGB Variations
Color information
#EFA256 (or 0xEFA256) is known color: Sandy Brown. HEX triplet: EF, A2 and 56. RGB value is (239,162,86). Sum of RGB (Red+Green+Blue) = 239+162+86=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA256 is #105DA9. Grayscale: #B0B0B0. Windows color (decimal): -1072554 or 5677807. OLE color: 5677807.
HSL color Cylindrical-coordinate representation of color #EFA256: hue angle of 29.8º 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 #EFA256 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 86 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.06 |
| HSL | 29.8º | 0.83% | 0.64% | - |
| HSV(B) | 29.8º | 0.64% | 0.94% | - |
| XYZ | 50.2 | 44.86 | 14.82 | - |
| YUV | 176.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 86 | 0 | 0.32 | 0.64 | 0.06 | 29.8 | 0.83 | 0.64 |
| Hex | EF | A2 | 56 | 0 | 20 | 40 | 6 | 1E | 53 | 40 |
| Octal | 357 | 242 | 126 | 0 | 40 | 100 | 6 | 36 | 123 | 100 |
| Binary | 11101111 | 10100010 | 1010110 | 0 | 100000 | 1000000 | 110 | 11110 | 1010011 | 1000000 |
Color Harmonies of #EFA256
Complementary color
Monochromatic Colors of #EFA256
Black with #EFA256
Text Example
Text Example
White with #EFA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA256; }
p { color: rgb(239,162,86); }
H1.HeaderClassName
{
color: #EFA256;
}
.AnyTagClassName
{
color: #EFA256;
}
</style>
background-color css
<style>
a { background-color: #EFA256; }
a { background-color: rgb(239,162,86); }
div.DivClassName
{
background-color: #EFA256;
}
.BgClassName
{
background-color: #EFA256;
}
</style>
border-color css
<style>
span { border-color: #EFA256; }
span { border-color: rgb(239,162,86); }
td.TdClassName
{
border-color: #EFA256;
}
.TagClassName
{
border-color: #EFA256;
}
</style>