Shades of Sandy Brown #EFAC5E
Tints of Sandy Brown #EFAC5E
RGB
CMYK
RGB Variations
Color information
#EFAC5E (or 0xEFAC5E) is known color: Sandy Brown. HEX triplet: EF, AC and 5E. RGB value is (239,172,94). Sum of RGB (Red+Green+Blue) = 239+172+94=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC5E is #1053A1. Grayscale: #B7B7B7. Windows color (decimal): -1069986 or 6204655. OLE color: 6204655.
HSL color Cylindrical-coordinate representation of color #EFAC5E: hue angle of 32.28º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFAC5E is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 94 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.06 |
| HSL | 32.28º | 0.82% | 0.65% | - |
| HSV(B) | 32.28º | 0.61% | 0.94% | - |
| XYZ | 52.37 | 48.66 | 17.22 | - |
| YUV | 183.14 | 77.7 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 94 | 0 | 0.28 | 0.61 | 0.06 | 32.28 | 0.82 | 0.65 |
| Hex | EF | AC | 5E | 0 | 1C | 3D | 6 | 20 | 52 | 41 |
| Octal | 357 | 254 | 136 | 0 | 34 | 75 | 6 | 40 | 122 | 101 |
| Binary | 11101111 | 10101100 | 1011110 | 0 | 11100 | 111101 | 110 | 100000 | 1010010 | 1000001 |
Color Harmonies of #EFAC5E
Complementary color
Monochromatic Colors of #EFAC5E
Black with #EFAC5E
Text Example
Text Example
White with #EFAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC5E; }
p { color: rgb(239,172,94); }
H1.HeaderClassName
{
color: #EFAC5E;
}
.AnyTagClassName
{
color: #EFAC5E;
}
</style>
background-color css
<style>
a { background-color: #EFAC5E; }
a { background-color: rgb(239,172,94); }
div.DivClassName
{
background-color: #EFAC5E;
}
.BgClassName
{
background-color: #EFAC5E;
}
</style>
border-color css
<style>
span { border-color: #EFAC5E; }
span { border-color: rgb(239,172,94); }
td.TdClassName
{
border-color: #EFAC5E;
}
.TagClassName
{
border-color: #EFAC5E;
}
</style>