Shades of Sandy Brown #EF965D
Tints of Sandy Brown #EF965D
RGB
CMYK
RGB Variations
Color information
#EF965D (or 0xEF965D) is known color: Sandy Brown. HEX triplet: EF, 96 and 5D. RGB value is (239,150,93). Sum of RGB (Red+Green+Blue) = 239+150+93=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF965D is #1069A2. Grayscale: #AAAAAA. Windows color (decimal): -1075619 or 6133487. OLE color: 6133487.
HSL color Cylindrical-coordinate representation of color #EF965D: hue angle of 23.42º 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 #EF965D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 93 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.06 |
| HSL | 23.42º | 0.82% | 0.65% | - |
| HSV(B) | 23.42º | 0.61% | 0.94% | - |
| XYZ | 48.48 | 40.95 | 15.71 | - |
| YUV | 170.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 93 | 0 | 0.37 | 0.61 | 0.06 | 23.42 | 0.82 | 0.65 |
| Hex | EF | 96 | 5D | 0 | 25 | 3D | 6 | 17 | 52 | 41 |
| Octal | 357 | 226 | 135 | 0 | 45 | 75 | 6 | 27 | 122 | 101 |
| Binary | 11101111 | 10010110 | 1011101 | 0 | 100101 | 111101 | 110 | 10111 | 1010010 | 1000001 |
Color Harmonies of #EF965D
Complementary color
Monochromatic Colors of #EF965D
Black with #EF965D
Text Example
Text Example
White with #EF965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF965D; }
p { color: rgb(239,150,93); }
H1.HeaderClassName
{
color: #EF965D;
}
.AnyTagClassName
{
color: #EF965D;
}
</style>
background-color css
<style>
a { background-color: #EF965D; }
a { background-color: rgb(239,150,93); }
div.DivClassName
{
background-color: #EF965D;
}
.BgClassName
{
background-color: #EF965D;
}
</style>
border-color css
<style>
span { border-color: #EF965D; }
span { border-color: rgb(239,150,93); }
td.TdClassName
{
border-color: #EF965D;
}
.TagClassName
{
border-color: #EF965D;
}
</style>