Shades of Sandy Brown #EFA663
Tints of Sandy Brown #EFA663
RGB
CMYK
RGB Variations
Color information
#EFA663 (or 0xEFA663) is known color: Sandy Brown. HEX triplet: EF, A6 and 63. RGB value is (239,166,99). Sum of RGB (Red+Green+Blue) = 239+166+99=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA663 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA663 is #10599C. Grayscale: #B4B4B4. Windows color (decimal): -1071517 or 6530799. OLE color: 6530799.
HSL color Cylindrical-coordinate representation of color #EFA663: hue angle of 28.71º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFA663 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 99 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.06 |
| HSL | 28.71º | 0.81% | 0.66% | - |
| HSV(B) | 28.71º | 0.59% | 0.94% | - |
| XYZ | 51.48 | 46.52 | 18.07 | - |
| YUV | 180.19 | 82.18 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 99 | 0 | 0.31 | 0.59 | 0.06 | 28.71 | 0.81 | 0.66 |
| Hex | EF | A6 | 63 | 0 | 1F | 3B | 6 | 1D | 51 | 42 |
| Octal | 357 | 246 | 143 | 0 | 37 | 73 | 6 | 35 | 121 | 102 |
| Binary | 11101111 | 10100110 | 1100011 | 0 | 11111 | 111011 | 110 | 11101 | 1010001 | 1000010 |
Color Harmonies of #EFA663
Complementary color
Monochromatic Colors of #EFA663
Black with #EFA663
Text Example
Text Example
White with #EFA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA663; }
p { color: rgb(239,166,99); }
H1.HeaderClassName
{
color: #EFA663;
}
.AnyTagClassName
{
color: #EFA663;
}
</style>
background-color css
<style>
a { background-color: #EFA663; }
a { background-color: rgb(239,166,99); }
div.DivClassName
{
background-color: #EFA663;
}
.BgClassName
{
background-color: #EFA663;
}
</style>
border-color css
<style>
span { border-color: #EFA663; }
span { border-color: rgb(239,166,99); }
td.TdClassName
{
border-color: #EFA663;
}
.TagClassName
{
border-color: #EFA663;
}
</style>