Shades of Sandy Brown #EF9B58
Tints of Sandy Brown #EF9B58
RGB
CMYK
RGB Variations
Color information
#EF9B58 (or 0xEF9B58) is known color: Sandy Brown. HEX triplet: EF, 9B and 58. RGB value is (239,155,88). Sum of RGB (Red+Green+Blue) = 239+155+88=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9B58 is #1064A7. Grayscale: #ACACAC. Windows color (decimal): -1074344 or 5807087. OLE color: 5807087.
HSL color Cylindrical-coordinate representation of color #EF9B58: hue angle of 26.62º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF9B58 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 88 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.06 |
| HSL | 26.62º | 0.83% | 0.64% | - |
| HSV(B) | 26.62º | 0.63% | 0.94% | - |
| XYZ | 49.08 | 42.5 | 14.85 | - |
| YUV | 172.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 88 | 0 | 0.35 | 0.63 | 0.06 | 26.62 | 0.83 | 0.64 |
| Hex | EF | 9B | 58 | 0 | 23 | 3F | 6 | 1B | 53 | 40 |
| Octal | 357 | 233 | 130 | 0 | 43 | 77 | 6 | 33 | 123 | 100 |
| Binary | 11101111 | 10011011 | 1011000 | 0 | 100011 | 111111 | 110 | 11011 | 1010011 | 1000000 |
Color Harmonies of #EF9B58
Complementary color
Monochromatic Colors of #EF9B58
Black with #EF9B58
Text Example
Text Example
White with #EF9B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9B58; }
p { color: rgb(239,155,88); }
H1.HeaderClassName
{
color: #EF9B58;
}
.AnyTagClassName
{
color: #EF9B58;
}
</style>
background-color css
<style>
a { background-color: #EF9B58; }
a { background-color: rgb(239,155,88); }
div.DivClassName
{
background-color: #EF9B58;
}
.BgClassName
{
background-color: #EF9B58;
}
</style>
border-color css
<style>
span { border-color: #EF9B58; }
span { border-color: rgb(239,155,88); }
td.TdClassName
{
border-color: #EF9B58;
}
.TagClassName
{
border-color: #EF9B58;
}
</style>