Shades of Sandy Brown #EFA053
Tints of Sandy Brown #EFA053
RGB
CMYK
RGB Variations
Color information
#EFA053 (or 0xEFA053) is known color: Sandy Brown. HEX triplet: EF, A0 and 53. RGB value is (239,160,83). Sum of RGB (Red+Green+Blue) = 239+160+83=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA053 is #105FAC. Grayscale: #AFAFAF. Windows color (decimal): -1073069 or 5480687. OLE color: 5480687.
HSL color Cylindrical-coordinate representation of color #EFA053: hue angle of 29.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFA053 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 83 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.06 |
| HSL | 29.62º | 0.83% | 0.63% | - |
| HSV(B) | 29.62º | 0.65% | 0.94% | - |
| XYZ | 49.73 | 44.12 | 14.08 | - |
| YUV | 174.84 | 76.17 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 83 | 0 | 0.33 | 0.65 | 0.06 | 29.62 | 0.83 | 0.63 |
| Hex | EF | A0 | 53 | 0 | 21 | 41 | 6 | 1E | 53 | 3F |
| Octal | 357 | 240 | 123 | 0 | 41 | 101 | 6 | 36 | 123 | 77 |
| Binary | 11101111 | 10100000 | 1010011 | 0 | 100001 | 1000001 | 110 | 11110 | 1010011 | 111111 |
Color Harmonies of #EFA053
Complementary color
Monochromatic Colors of #EFA053
Black with #EFA053
Text Example
Text Example
White with #EFA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA053; }
p { color: rgb(239,160,83); }
H1.HeaderClassName
{
color: #EFA053;
}
.AnyTagClassName
{
color: #EFA053;
}
</style>
background-color css
<style>
a { background-color: #EFA053; }
a { background-color: rgb(239,160,83); }
div.DivClassName
{
background-color: #EFA053;
}
.BgClassName
{
background-color: #EFA053;
}
</style>
border-color css
<style>
span { border-color: #EFA053; }
span { border-color: rgb(239,160,83); }
td.TdClassName
{
border-color: #EFA053;
}
.TagClassName
{
border-color: #EFA053;
}
</style>