Shades of Sandy Brown #EFA463
Tints of Sandy Brown #EFA463
RGB
CMYK
RGB Variations
Color information
#EFA463 (or 0xEFA463) is known color: Sandy Brown. HEX triplet: EF, A4 and 63. RGB value is (239,164,99). Sum of RGB (Red+Green+Blue) = 239+164+99=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA463 is #105B9C. Grayscale: #B3B3B3. Windows color (decimal): -1072029 or 6530287. OLE color: 6530287.
HSL color Cylindrical-coordinate representation of color #EFA463: hue angle of 27.86º 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 #EFA463 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 99 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.06 |
| HSL | 27.86º | 0.81% | 0.66% | - |
| HSV(B) | 27.86º | 0.59% | 0.94% | - |
| XYZ | 51.12 | 45.8 | 17.95 | - |
| YUV | 179.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 99 | 0 | 0.31 | 0.59 | 0.06 | 27.86 | 0.81 | 0.66 |
| Hex | EF | A4 | 63 | 0 | 1F | 3B | 6 | 1C | 51 | 42 |
| Octal | 357 | 244 | 143 | 0 | 37 | 73 | 6 | 34 | 121 | 102 |
| Binary | 11101111 | 10100100 | 1100011 | 0 | 11111 | 111011 | 110 | 11100 | 1010001 | 1000010 |
Color Harmonies of #EFA463
Complementary color
Monochromatic Colors of #EFA463
Black with #EFA463
Text Example
Text Example
White with #EFA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA463; }
p { color: rgb(239,164,99); }
H1.HeaderClassName
{
color: #EFA463;
}
.AnyTagClassName
{
color: #EFA463;
}
</style>
background-color css
<style>
a { background-color: #EFA463; }
a { background-color: rgb(239,164,99); }
div.DivClassName
{
background-color: #EFA463;
}
.BgClassName
{
background-color: #EFA463;
}
</style>
border-color css
<style>
span { border-color: #EFA463; }
span { border-color: rgb(239,164,99); }
td.TdClassName
{
border-color: #EFA463;
}
.TagClassName
{
border-color: #EFA463;
}
</style>