Shades of Sandy Brown #EF9F5C
Tints of Sandy Brown #EF9F5C
RGB
CMYK
RGB Variations
Color information
#EF9F5C (or 0xEF9F5C) is known color: Sandy Brown. HEX triplet: EF, 9F and 5C. RGB value is (239,159,92). Sum of RGB (Red+Green+Blue) = 239+159+92=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F5C is #1060A3. Grayscale: #AFAFAF. Windows color (decimal): -1073316 or 6070255. OLE color: 6070255.
HSL color Cylindrical-coordinate representation of color #EF9F5C: hue angle of 27.35º 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 #EF9F5C is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 92 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.06 |
| HSL | 27.35º | 0.82% | 0.65% | - |
| HSV(B) | 27.35º | 0.62% | 0.94% | - |
| XYZ | 49.93 | 43.92 | 15.97 | - |
| YUV | 175.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 92 | 0 | 0.33 | 0.62 | 0.06 | 27.35 | 0.82 | 0.65 |
| Hex | EF | 9F | 5C | 0 | 21 | 3E | 6 | 1B | 52 | 41 |
| Octal | 357 | 237 | 134 | 0 | 41 | 76 | 6 | 33 | 122 | 101 |
| Binary | 11101111 | 10011111 | 1011100 | 0 | 100001 | 111110 | 110 | 11011 | 1010010 | 1000001 |
Color Harmonies of #EF9F5C
Complementary color
Monochromatic Colors of #EF9F5C
Black with #EF9F5C
Text Example
Text Example
White with #EF9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F5C; }
p { color: rgb(239,159,92); }
H1.HeaderClassName
{
color: #EF9F5C;
}
.AnyTagClassName
{
color: #EF9F5C;
}
</style>
background-color css
<style>
a { background-color: #EF9F5C; }
a { background-color: rgb(239,159,92); }
div.DivClassName
{
background-color: #EF9F5C;
}
.BgClassName
{
background-color: #EF9F5C;
}
</style>
border-color css
<style>
span { border-color: #EF9F5C; }
span { border-color: rgb(239,159,92); }
td.TdClassName
{
border-color: #EF9F5C;
}
.TagClassName
{
border-color: #EF9F5C;
}
</style>