Shades of Sandy Brown #EFAA5D
Tints of Sandy Brown #EFAA5D
RGB
CMYK
RGB Variations
Color information
#EFAA5D (or 0xEFAA5D) is known color: Sandy Brown. HEX triplet: EF, AA and 5D. RGB value is (239,170,93). Sum of RGB (Red+Green+Blue) = 239+170+93=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA5D is #1055A2. Grayscale: #B6B6B6. Windows color (decimal): -1070499 or 6138607. OLE color: 6138607.
HSL color Cylindrical-coordinate representation of color #EFAA5D: hue angle of 31.64º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFAA5D is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 93 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.06 |
| HSL | 31.64º | 0.82% | 0.65% | - |
| HSV(B) | 31.64º | 0.61% | 0.94% | - |
| XYZ | 51.95 | 47.89 | 16.86 | - |
| YUV | 181.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 93 | 0 | 0.29 | 0.61 | 0.06 | 31.64 | 0.82 | 0.65 |
| Hex | EF | AA | 5D | 0 | 1D | 3D | 6 | 20 | 52 | 41 |
| Octal | 357 | 252 | 135 | 0 | 35 | 75 | 6 | 40 | 122 | 101 |
| Binary | 11101111 | 10101010 | 1011101 | 0 | 11101 | 111101 | 110 | 100000 | 1010010 | 1000001 |
Color Harmonies of #EFAA5D
Complementary color
Monochromatic Colors of #EFAA5D
Black with #EFAA5D
Text Example
Text Example
White with #EFAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA5D; }
p { color: rgb(239,170,93); }
H1.HeaderClassName
{
color: #EFAA5D;
}
.AnyTagClassName
{
color: #EFAA5D;
}
</style>
background-color css
<style>
a { background-color: #EFAA5D; }
a { background-color: rgb(239,170,93); }
div.DivClassName
{
background-color: #EFAA5D;
}
.BgClassName
{
background-color: #EFAA5D;
}
</style>
border-color css
<style>
span { border-color: #EFAA5D; }
span { border-color: rgb(239,170,93); }
td.TdClassName
{
border-color: #EFAA5D;
}
.TagClassName
{
border-color: #EFAA5D;
}
</style>