Shades of Sandy Brown #EF965B
Tints of Sandy Brown #EF965B
RGB
CMYK
RGB Variations
Color information
#EF965B (or 0xEF965B) is known color: Sandy Brown. HEX triplet: EF, 96 and 5B. RGB value is (239,150,91). Sum of RGB (Red+Green+Blue) = 239+150+91=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF965B is #1069A4. Grayscale: #AAAAAA. Windows color (decimal): -1075621 or 6002415. OLE color: 6002415.
HSL color Cylindrical-coordinate representation of color #EF965B: hue angle of 23.92º 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 #EF965B is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 91 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.06 |
| HSL | 23.92º | 0.82% | 0.65% | - |
| HSV(B) | 23.92º | 0.62% | 0.94% | - |
| XYZ | 48.39 | 40.92 | 15.25 | - |
| YUV | 169.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 91 | 0 | 0.37 | 0.62 | 0.06 | 23.92 | 0.82 | 0.65 |
| Hex | EF | 96 | 5B | 0 | 25 | 3E | 6 | 18 | 52 | 41 |
| Octal | 357 | 226 | 133 | 0 | 45 | 76 | 6 | 30 | 122 | 101 |
| Binary | 11101111 | 10010110 | 1011011 | 0 | 100101 | 111110 | 110 | 11000 | 1010010 | 1000001 |
Color Harmonies of #EF965B
Complementary color
Monochromatic Colors of #EF965B
Black with #EF965B
Text Example
Text Example
White with #EF965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF965B; }
p { color: rgb(239,150,91); }
H1.HeaderClassName
{
color: #EF965B;
}
.AnyTagClassName
{
color: #EF965B;
}
</style>
background-color css
<style>
a { background-color: #EF965B; }
a { background-color: rgb(239,150,91); }
div.DivClassName
{
background-color: #EF965B;
}
.BgClassName
{
background-color: #EF965B;
}
</style>
border-color css
<style>
span { border-color: #EF965B; }
span { border-color: rgb(239,150,91); }
td.TdClassName
{
border-color: #EF965B;
}
.TagClassName
{
border-color: #EF965B;
}
</style>