Shades of Sandy Brown #EF9B5B
Tints of Sandy Brown #EF9B5B
RGB
CMYK
RGB Variations
Color information
#EF9B5B (or 0xEF9B5B) is known color: Sandy Brown. HEX triplet: EF, 9B and 5B. RGB value is (239,155,91). Sum of RGB (Red+Green+Blue) = 239+155+91=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9B5B is #1064A4. Grayscale: #ADADAD. Windows color (decimal): -1074341 or 6003695. OLE color: 6003695.
HSL color Cylindrical-coordinate representation of color #EF9B5B: hue angle of 25.95º 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 #EF9B5B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 91 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.06 |
| HSL | 25.95º | 0.82% | 0.65% | - |
| HSV(B) | 25.95º | 0.62% | 0.94% | - |
| XYZ | 49.21 | 42.55 | 15.52 | - |
| YUV | 172.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 91 | 0 | 0.35 | 0.62 | 0.06 | 25.95 | 0.82 | 0.65 |
| Hex | EF | 9B | 5B | 0 | 23 | 3E | 6 | 1A | 52 | 41 |
| Octal | 357 | 233 | 133 | 0 | 43 | 76 | 6 | 32 | 122 | 101 |
| Binary | 11101111 | 10011011 | 1011011 | 0 | 100011 | 111110 | 110 | 11010 | 1010010 | 1000001 |
Color Harmonies of #EF9B5B
Complementary color
Monochromatic Colors of #EF9B5B
Black with #EF9B5B
Text Example
Text Example
White with #EF9B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9B5B; }
p { color: rgb(239,155,91); }
H1.HeaderClassName
{
color: #EF9B5B;
}
.AnyTagClassName
{
color: #EF9B5B;
}
</style>
background-color css
<style>
a { background-color: #EF9B5B; }
a { background-color: rgb(239,155,91); }
div.DivClassName
{
background-color: #EF9B5B;
}
.BgClassName
{
background-color: #EF9B5B;
}
</style>
border-color css
<style>
span { border-color: #EF9B5B; }
span { border-color: rgb(239,155,91); }
td.TdClassName
{
border-color: #EF9B5B;
}
.TagClassName
{
border-color: #EF9B5B;
}
</style>