Shades of Sandy Brown #EFA360
Tints of Sandy Brown #EFA360
RGB
CMYK
RGB Variations
Color information
#EFA360 (or 0xEFA360) is known color: Sandy Brown. HEX triplet: EF, A3 and 60. RGB value is (239,163,96). Sum of RGB (Red+Green+Blue) = 239+163+96=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA360 is #105C9F. Grayscale: #B2B2B2. Windows color (decimal): -1072288 or 6333423. OLE color: 6333423.
HSL color Cylindrical-coordinate representation of color #EFA360: hue angle of 28.11º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFA360 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 96 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.06 |
| HSL | 28.11º | 0.82% | 0.66% | - |
| HSV(B) | 28.11º | 0.6% | 0.94% | - |
| XYZ | 50.81 | 45.39 | 17.15 | - |
| YUV | 178.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 96 | 0 | 0.32 | 0.60 | 0.06 | 28.11 | 0.82 | 0.66 |
| Hex | EF | A3 | 60 | 0 | 20 | 3C | 6 | 1C | 52 | 42 |
| Octal | 357 | 243 | 140 | 0 | 40 | 74 | 6 | 34 | 122 | 102 |
| Binary | 11101111 | 10100011 | 1100000 | 0 | 100000 | 111100 | 110 | 11100 | 1010010 | 1000010 |
Color Harmonies of #EFA360
Complementary color
Monochromatic Colors of #EFA360
Black with #EFA360
Text Example
Text Example
White with #EFA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA360; }
p { color: rgb(239,163,96); }
H1.HeaderClassName
{
color: #EFA360;
}
.AnyTagClassName
{
color: #EFA360;
}
</style>
background-color css
<style>
a { background-color: #EFA360; }
a { background-color: rgb(239,163,96); }
div.DivClassName
{
background-color: #EFA360;
}
.BgClassName
{
background-color: #EFA360;
}
</style>
border-color css
<style>
span { border-color: #EFA360; }
span { border-color: rgb(239,163,96); }
td.TdClassName
{
border-color: #EFA360;
}
.TagClassName
{
border-color: #EFA360;
}
</style>