Shades of Sandy Brown #EFA25B
Tints of Sandy Brown #EFA25B
RGB
CMYK
RGB Variations
Color information
#EFA25B (or 0xEFA25B) is known color: Sandy Brown. HEX triplet: EF, A2 and 5B. RGB value is (239,162,91). Sum of RGB (Red+Green+Blue) = 239+162+91=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA25B is #105DA4. Grayscale: #B1B1B1. Windows color (decimal): -1072549 or 6005487. OLE color: 6005487.
HSL color Cylindrical-coordinate representation of color #EFA25B: hue angle of 28.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFA25B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 91 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.06 |
| HSL | 28.78º | 0.82% | 0.65% | - |
| HSV(B) | 28.78º | 0.62% | 0.94% | - |
| XYZ | 50.41 | 44.95 | 15.92 | - |
| YUV | 176.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 91 | 0 | 0.32 | 0.62 | 0.06 | 28.78 | 0.82 | 0.65 |
| Hex | EF | A2 | 5B | 0 | 20 | 3E | 6 | 1D | 52 | 41 |
| Octal | 357 | 242 | 133 | 0 | 40 | 76 | 6 | 35 | 122 | 101 |
| Binary | 11101111 | 10100010 | 1011011 | 0 | 100000 | 111110 | 110 | 11101 | 1010010 | 1000001 |
Color Harmonies of #EFA25B
Complementary color
Monochromatic Colors of #EFA25B
Black with #EFA25B
Text Example
Text Example
White with #EFA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA25B; }
p { color: rgb(239,162,91); }
H1.HeaderClassName
{
color: #EFA25B;
}
.AnyTagClassName
{
color: #EFA25B;
}
</style>
background-color css
<style>
a { background-color: #EFA25B; }
a { background-color: rgb(239,162,91); }
div.DivClassName
{
background-color: #EFA25B;
}
.BgClassName
{
background-color: #EFA25B;
}
</style>
border-color css
<style>
span { border-color: #EFA25B; }
span { border-color: rgb(239,162,91); }
td.TdClassName
{
border-color: #EFA25B;
}
.TagClassName
{
border-color: #EFA25B;
}
</style>