Shades of Sandy Brown #EFA85A
Tints of Sandy Brown #EFA85A
RGB
CMYK
RGB Variations
Color information
#EFA85A (or 0xEFA85A) is known color: Sandy Brown. HEX triplet: EF, A8 and 5A. RGB value is (239,168,90). Sum of RGB (Red+Green+Blue) = 239+168+90=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA85A is #1057A5. Grayscale: #B4B4B4. Windows color (decimal): -1071014 or 5941487. OLE color: 5941487.
HSL color Cylindrical-coordinate representation of color #EFA85A: hue angle of 31.41º 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 #EFA85A is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 90 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.06 |
| HSL | 31.41º | 0.82% | 0.65% | - |
| HSV(B) | 31.41º | 0.62% | 0.94% | - |
| XYZ | 51.44 | 47.09 | 16.05 | - |
| YUV | 180.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 90 | 0 | 0.30 | 0.62 | 0.06 | 31.41 | 0.82 | 0.65 |
| Hex | EF | A8 | 5A | 0 | 1E | 3E | 6 | 1F | 52 | 41 |
| Octal | 357 | 250 | 132 | 0 | 36 | 76 | 6 | 37 | 122 | 101 |
| Binary | 11101111 | 10101000 | 1011010 | 0 | 11110 | 111110 | 110 | 11111 | 1010010 | 1000001 |
Color Harmonies of #EFA85A
Complementary color
Monochromatic Colors of #EFA85A
Black with #EFA85A
Text Example
Text Example
White with #EFA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA85A; }
p { color: rgb(239,168,90); }
H1.HeaderClassName
{
color: #EFA85A;
}
.AnyTagClassName
{
color: #EFA85A;
}
</style>
background-color css
<style>
a { background-color: #EFA85A; }
a { background-color: rgb(239,168,90); }
div.DivClassName
{
background-color: #EFA85A;
}
.BgClassName
{
background-color: #EFA85A;
}
</style>
border-color css
<style>
span { border-color: #EFA85A; }
span { border-color: rgb(239,168,90); }
td.TdClassName
{
border-color: #EFA85A;
}
.TagClassName
{
border-color: #EFA85A;
}
</style>