Shades of Sandy Brown #EFA15A
Tints of Sandy Brown #EFA15A
RGB
CMYK
RGB Variations
Color information
#EFA15A (or 0xEFA15A) is known color: Sandy Brown. HEX triplet: EF, A1 and 5A. RGB value is (239,161,90). Sum of RGB (Red+Green+Blue) = 239+161+90=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA15A is #105EA5. Grayscale: #B0B0B0. Windows color (decimal): -1072806 or 5939695. OLE color: 5939695.
HSL color Cylindrical-coordinate representation of color #EFA15A: hue angle of 28.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFA15A is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 90 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.06 |
| HSL | 28.59º | 0.82% | 0.65% | - |
| HSV(B) | 28.59º | 0.62% | 0.94% | - |
| XYZ | 50.19 | 44.58 | 15.63 | - |
| YUV | 176.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 90 | 0 | 0.33 | 0.62 | 0.06 | 28.59 | 0.82 | 0.65 |
| Hex | EF | A1 | 5A | 0 | 21 | 3E | 6 | 1D | 52 | 41 |
| Octal | 357 | 241 | 132 | 0 | 41 | 76 | 6 | 35 | 122 | 101 |
| Binary | 11101111 | 10100001 | 1011010 | 0 | 100001 | 111110 | 110 | 11101 | 1010010 | 1000001 |
Color Harmonies of #EFA15A
Complementary color
Monochromatic Colors of #EFA15A
Black with #EFA15A
Text Example
Text Example
White with #EFA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA15A; }
p { color: rgb(239,161,90); }
H1.HeaderClassName
{
color: #EFA15A;
}
.AnyTagClassName
{
color: #EFA15A;
}
</style>
background-color css
<style>
a { background-color: #EFA15A; }
a { background-color: rgb(239,161,90); }
div.DivClassName
{
background-color: #EFA15A;
}
.BgClassName
{
background-color: #EFA15A;
}
</style>
border-color css
<style>
span { border-color: #EFA15A; }
span { border-color: rgb(239,161,90); }
td.TdClassName
{
border-color: #EFA15A;
}
.TagClassName
{
border-color: #EFA15A;
}
</style>