Shades of Sandy Brown #EFA25C
Tints of Sandy Brown #EFA25C
RGB
CMYK
RGB Variations
Color information
#EFA25C (or 0xEFA25C) is known color: Sandy Brown. HEX triplet: EF, A2 and 5C. RGB value is (239,162,92). Sum of RGB (Red+Green+Blue) = 239+162+92=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA25C is #105DA3. Grayscale: #B1B1B1. Windows color (decimal): -1072548 or 6071023. OLE color: 6071023.
HSL color Cylindrical-coordinate representation of color #EFA25C: hue angle of 28.57º 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 #EFA25C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 92 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.06 |
| HSL | 28.57º | 0.82% | 0.65% | - |
| HSV(B) | 28.57º | 0.62% | 0.94% | - |
| XYZ | 50.45 | 44.96 | 16.15 | - |
| YUV | 177.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 92 | 0 | 0.32 | 0.62 | 0.06 | 28.57 | 0.82 | 0.65 |
| Hex | EF | A2 | 5C | 0 | 20 | 3E | 6 | 1D | 52 | 41 |
| Octal | 357 | 242 | 134 | 0 | 40 | 76 | 6 | 35 | 122 | 101 |
| Binary | 11101111 | 10100010 | 1011100 | 0 | 100000 | 111110 | 110 | 11101 | 1010010 | 1000001 |
Color Harmonies of #EFA25C
Complementary color
Monochromatic Colors of #EFA25C
Black with #EFA25C
Text Example
Text Example
White with #EFA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA25C; }
p { color: rgb(239,162,92); }
H1.HeaderClassName
{
color: #EFA25C;
}
.AnyTagClassName
{
color: #EFA25C;
}
</style>
background-color css
<style>
a { background-color: #EFA25C; }
a { background-color: rgb(239,162,92); }
div.DivClassName
{
background-color: #EFA25C;
}
.BgClassName
{
background-color: #EFA25C;
}
</style>
border-color css
<style>
span { border-color: #EFA25C; }
span { border-color: rgb(239,162,92); }
td.TdClassName
{
border-color: #EFA25C;
}
.TagClassName
{
border-color: #EFA25C;
}
</style>