Shades of Sandy Brown #EFA054
Tints of Sandy Brown #EFA054
RGB
CMYK
RGB Variations
Color information
#EFA054 (or 0xEFA054) is known color: Sandy Brown. HEX triplet: EF, A0 and 54. RGB value is (239,160,84). Sum of RGB (Red+Green+Blue) = 239+160+84=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA054 is #105FAB. Grayscale: #AFAFAF. Windows color (decimal): -1073068 or 5546223. OLE color: 5546223.
HSL color Cylindrical-coordinate representation of color #EFA054: hue angle of 29.42º 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 #EFA054 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 84 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.06 |
| HSL | 29.42º | 0.83% | 0.63% | - |
| HSV(B) | 29.42º | 0.65% | 0.94% | - |
| XYZ | 49.77 | 44.13 | 14.28 | - |
| YUV | 174.96 | 76.67 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 84 | 0 | 0.33 | 0.65 | 0.06 | 29.42 | 0.83 | 0.63 |
| Hex | EF | A0 | 54 | 0 | 21 | 41 | 6 | 1D | 53 | 3F |
| Octal | 357 | 240 | 124 | 0 | 41 | 101 | 6 | 35 | 123 | 77 |
| Binary | 11101111 | 10100000 | 1010100 | 0 | 100001 | 1000001 | 110 | 11101 | 1010011 | 111111 |
Color Harmonies of #EFA054
Complementary color
Monochromatic Colors of #EFA054
Black with #EFA054
Text Example
Text Example
White with #EFA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA054; }
p { color: rgb(239,160,84); }
H1.HeaderClassName
{
color: #EFA054;
}
.AnyTagClassName
{
color: #EFA054;
}
</style>
background-color css
<style>
a { background-color: #EFA054; }
a { background-color: rgb(239,160,84); }
div.DivClassName
{
background-color: #EFA054;
}
.BgClassName
{
background-color: #EFA054;
}
</style>
border-color css
<style>
span { border-color: #EFA054; }
span { border-color: rgb(239,160,84); }
td.TdClassName
{
border-color: #EFA054;
}
.TagClassName
{
border-color: #EFA054;
}
</style>