Shades of Sandy Brown #EFAA5C
Tints of Sandy Brown #EFAA5C
RGB
CMYK
RGB Variations
Color information
#EFAA5C (or 0xEFAA5C) is known color: Sandy Brown. HEX triplet: EF, AA and 5C. RGB value is (239,170,92). Sum of RGB (Red+Green+Blue) = 239+170+92=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA5C is #1055A3. Grayscale: #B6B6B6. Windows color (decimal): -1070500 or 6073071. OLE color: 6073071.
HSL color Cylindrical-coordinate representation of color #EFAA5C: hue angle of 31.84º 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 #EFAA5C is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 92 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.06 |
| HSL | 31.84º | 0.82% | 0.65% | - |
| HSV(B) | 31.84º | 0.62% | 0.94% | - |
| XYZ | 51.9 | 47.87 | 16.63 | - |
| YUV | 181.74 | 77.36 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 92 | 0 | 0.29 | 0.62 | 0.06 | 31.84 | 0.82 | 0.65 |
| Hex | EF | AA | 5C | 0 | 1D | 3E | 6 | 20 | 52 | 41 |
| Octal | 357 | 252 | 134 | 0 | 35 | 76 | 6 | 40 | 122 | 101 |
| Binary | 11101111 | 10101010 | 1011100 | 0 | 11101 | 111110 | 110 | 100000 | 1010010 | 1000001 |
Color Harmonies of #EFAA5C
Complementary color
Monochromatic Colors of #EFAA5C
Black with #EFAA5C
Text Example
Text Example
White with #EFAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA5C; }
p { color: rgb(239,170,92); }
H1.HeaderClassName
{
color: #EFAA5C;
}
.AnyTagClassName
{
color: #EFAA5C;
}
</style>
background-color css
<style>
a { background-color: #EFAA5C; }
a { background-color: rgb(239,170,92); }
div.DivClassName
{
background-color: #EFAA5C;
}
.BgClassName
{
background-color: #EFAA5C;
}
</style>
border-color css
<style>
span { border-color: #EFAA5C; }
span { border-color: rgb(239,170,92); }
td.TdClassName
{
border-color: #EFAA5C;
}
.TagClassName
{
border-color: #EFAA5C;
}
</style>