Shades of Sandy Brown #EFA35A
Tints of Sandy Brown #EFA35A
RGB
CMYK
RGB Variations
Color information
#EFA35A (or 0xEFA35A) is known color: Sandy Brown. HEX triplet: EF, A3 and 5A. RGB value is (239,163,90). Sum of RGB (Red+Green+Blue) = 239+163+90=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA35A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA35A is #105CA5. Grayscale: #B1B1B1. Windows color (decimal): -1072294 or 5940207. OLE color: 5940207.
HSL color Cylindrical-coordinate representation of color #EFA35A: hue angle of 29.4º 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 #EFA35A is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 90 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.06 |
| HSL | 29.4º | 0.82% | 0.65% | - |
| HSV(B) | 29.4º | 0.62% | 0.94% | - |
| XYZ | 50.54 | 45.28 | 15.75 | - |
| YUV | 177.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 90 | 0 | 0.32 | 0.62 | 0.06 | 29.4 | 0.82 | 0.65 |
| Hex | EF | A3 | 5A | 0 | 20 | 3E | 6 | 1D | 52 | 41 |
| Octal | 357 | 243 | 132 | 0 | 40 | 76 | 6 | 35 | 122 | 101 |
| Binary | 11101111 | 10100011 | 1011010 | 0 | 100000 | 111110 | 110 | 11101 | 1010010 | 1000001 |
Color Harmonies of #EFA35A
Complementary color
Monochromatic Colors of #EFA35A
Black with #EFA35A
Text Example
Text Example
White with #EFA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA35A; }
p { color: rgb(239,163,90); }
H1.HeaderClassName
{
color: #EFA35A;
}
.AnyTagClassName
{
color: #EFA35A;
}
</style>
background-color css
<style>
a { background-color: #EFA35A; }
a { background-color: rgb(239,163,90); }
div.DivClassName
{
background-color: #EFA35A;
}
.BgClassName
{
background-color: #EFA35A;
}
</style>
border-color css
<style>
span { border-color: #EFA35A; }
span { border-color: rgb(239,163,90); }
td.TdClassName
{
border-color: #EFA35A;
}
.TagClassName
{
border-color: #EFA35A;
}
</style>