Shades of Sandy Brown #EFA35C
Tints of Sandy Brown #EFA35C
RGB
CMYK
RGB Variations
Color information
#EFA35C (or 0xEFA35C) is known color: Sandy Brown. HEX triplet: EF, A3 and 5C. RGB value is (239,163,92). Sum of RGB (Red+Green+Blue) = 239+163+92=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA35C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA35C is #105CA3. Grayscale: #B1B1B1. Windows color (decimal): -1072292 or 6071279. OLE color: 6071279.
HSL color Cylindrical-coordinate representation of color #EFA35C: hue angle of 28.98º 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 #EFA35C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 92 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.06 |
| HSL | 28.98º | 0.82% | 0.65% | - |
| HSV(B) | 28.98º | 0.62% | 0.94% | - |
| XYZ | 50.63 | 45.32 | 16.2 | - |
| YUV | 177.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 92 | 0 | 0.32 | 0.62 | 0.06 | 28.98 | 0.82 | 0.65 |
| Hex | EF | A3 | 5C | 0 | 20 | 3E | 6 | 1D | 52 | 41 |
| Octal | 357 | 243 | 134 | 0 | 40 | 76 | 6 | 35 | 122 | 101 |
| Binary | 11101111 | 10100011 | 1011100 | 0 | 100000 | 111110 | 110 | 11101 | 1010010 | 1000001 |
Color Harmonies of #EFA35C
Complementary color
Monochromatic Colors of #EFA35C
Black with #EFA35C
Text Example
Text Example
White with #EFA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA35C; }
p { color: rgb(239,163,92); }
H1.HeaderClassName
{
color: #EFA35C;
}
.AnyTagClassName
{
color: #EFA35C;
}
</style>
background-color css
<style>
a { background-color: #EFA35C; }
a { background-color: rgb(239,163,92); }
div.DivClassName
{
background-color: #EFA35C;
}
.BgClassName
{
background-color: #EFA35C;
}
</style>
border-color css
<style>
span { border-color: #EFA35C; }
span { border-color: rgb(239,163,92); }
td.TdClassName
{
border-color: #EFA35C;
}
.TagClassName
{
border-color: #EFA35C;
}
</style>