Shades of Sandy Brown #EFA558
Tints of Sandy Brown #EFA558
RGB
CMYK
RGB Variations
Color information
#EFA558 (or 0xEFA558) is known color: Sandy Brown. HEX triplet: EF, A5 and 58. RGB value is (239,165,88). Sum of RGB (Red+Green+Blue) = 239+165+88=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA558 is #105AA7. Grayscale: #B2B2B2. Windows color (decimal): -1071784 or 5809647. OLE color: 5809647.
HSL color Cylindrical-coordinate representation of color #EFA558: hue angle of 30.6º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFA558 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 88 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.06 |
| HSL | 30.6º | 0.83% | 0.64% | - |
| HSV(B) | 30.6º | 0.63% | 0.94% | - |
| XYZ | 50.81 | 45.97 | 15.43 | - |
| YUV | 178.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 88 | 0 | 0.31 | 0.63 | 0.06 | 30.6 | 0.83 | 0.64 |
| Hex | EF | A5 | 58 | 0 | 1F | 3F | 6 | 1F | 53 | 40 |
| Octal | 357 | 245 | 130 | 0 | 37 | 77 | 6 | 37 | 123 | 100 |
| Binary | 11101111 | 10100101 | 1011000 | 0 | 11111 | 111111 | 110 | 11111 | 1010011 | 1000000 |
Color Harmonies of #EFA558
Complementary color
Monochromatic Colors of #EFA558
Black with #EFA558
Text Example
Text Example
White with #EFA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA558; }
p { color: rgb(239,165,88); }
H1.HeaderClassName
{
color: #EFA558;
}
.AnyTagClassName
{
color: #EFA558;
}
</style>
background-color css
<style>
a { background-color: #EFA558; }
a { background-color: rgb(239,165,88); }
div.DivClassName
{
background-color: #EFA558;
}
.BgClassName
{
background-color: #EFA558;
}
</style>
border-color css
<style>
span { border-color: #EFA558; }
span { border-color: rgb(239,165,88); }
td.TdClassName
{
border-color: #EFA558;
}
.TagClassName
{
border-color: #EFA558;
}
</style>