Shades of Sandy Brown #EFA35D
Tints of Sandy Brown #EFA35D
RGB
CMYK
RGB Variations
Color information
#EFA35D (or 0xEFA35D) is known color: Sandy Brown. HEX triplet: EF, A3 and 5D. RGB value is (239,163,93). Sum of RGB (Red+Green+Blue) = 239+163+93=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA35D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA35D is #105CA2. Grayscale: #B2B2B2. Windows color (decimal): -1072291 or 6136815. OLE color: 6136815.
HSL color Cylindrical-coordinate representation of color #EFA35D: hue angle of 28.77º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFA35D is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 93 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.06 |
| HSL | 28.77º | 0.82% | 0.65% | - |
| HSV(B) | 28.77º | 0.61% | 0.94% | - |
| XYZ | 50.67 | 45.34 | 16.44 | - |
| YUV | 177.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 93 | 0 | 0.32 | 0.61 | 0.06 | 28.77 | 0.82 | 0.65 |
| Hex | EF | A3 | 5D | 0 | 20 | 3D | 6 | 1D | 52 | 41 |
| Octal | 357 | 243 | 135 | 0 | 40 | 75 | 6 | 35 | 122 | 101 |
| Binary | 11101111 | 10100011 | 1011101 | 0 | 100000 | 111101 | 110 | 11101 | 1010010 | 1000001 |
Color Harmonies of #EFA35D
Complementary color
Monochromatic Colors of #EFA35D
Black with #EFA35D
Text Example
Text Example
White with #EFA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA35D; }
p { color: rgb(239,163,93); }
H1.HeaderClassName
{
color: #EFA35D;
}
.AnyTagClassName
{
color: #EFA35D;
}
</style>
background-color css
<style>
a { background-color: #EFA35D; }
a { background-color: rgb(239,163,93); }
div.DivClassName
{
background-color: #EFA35D;
}
.BgClassName
{
background-color: #EFA35D;
}
</style>
border-color css
<style>
span { border-color: #EFA35D; }
span { border-color: rgb(239,163,93); }
td.TdClassName
{
border-color: #EFA35D;
}
.TagClassName
{
border-color: #EFA35D;
}
</style>