Shades of Sandy Brown #EFA355
Tints of Sandy Brown #EFA355
RGB
CMYK
RGB Variations
Color information
#EFA355 (or 0xEFA355) is known color: Sandy Brown. HEX triplet: EF, A3 and 55. RGB value is (239,163,85). Sum of RGB (Red+Green+Blue) = 239+163+85=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA355 is #105CAA. Grayscale: #B1B1B1. Windows color (decimal): -1072299 or 5612527. OLE color: 5612527.
HSL color Cylindrical-coordinate representation of color #EFA355: hue angle of 30.39º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFA355 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 85 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.06 |
| HSL | 30.39º | 0.83% | 0.64% | - |
| HSV(B) | 30.39º | 0.64% | 0.94% | - |
| XYZ | 50.33 | 45.2 | 14.67 | - |
| YUV | 176.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 85 | 0 | 0.32 | 0.64 | 0.06 | 30.39 | 0.83 | 0.64 |
| Hex | EF | A3 | 55 | 0 | 20 | 40 | 6 | 1E | 53 | 40 |
| Octal | 357 | 243 | 125 | 0 | 40 | 100 | 6 | 36 | 123 | 100 |
| Binary | 11101111 | 10100011 | 1010101 | 0 | 100000 | 1000000 | 110 | 11110 | 1010011 | 1000000 |
Color Harmonies of #EFA355
Complementary color
Monochromatic Colors of #EFA355
Black with #EFA355
Text Example
Text Example
White with #EFA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA355; }
p { color: rgb(239,163,85); }
H1.HeaderClassName
{
color: #EFA355;
}
.AnyTagClassName
{
color: #EFA355;
}
</style>
background-color css
<style>
a { background-color: #EFA355; }
a { background-color: rgb(239,163,85); }
div.DivClassName
{
background-color: #EFA355;
}
.BgClassName
{
background-color: #EFA355;
}
</style>
border-color css
<style>
span { border-color: #EFA355; }
span { border-color: rgb(239,163,85); }
td.TdClassName
{
border-color: #EFA355;
}
.TagClassName
{
border-color: #EFA355;
}
</style>