Shades of Sandy Brown #EF995D
Tints of Sandy Brown #EF995D
RGB
CMYK
RGB Variations
Color information
#EF995D (or 0xEF995D) is known color: Sandy Brown. HEX triplet: EF, 99 and 5D. RGB value is (239,153,93). Sum of RGB (Red+Green+Blue) = 239+153+93=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF995D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF995D is #1066A2. Grayscale: #ACACAC. Windows color (decimal): -1074851 or 6134255. OLE color: 6134255.
HSL color Cylindrical-coordinate representation of color #EF995D: hue angle of 24.66º 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 #EF995D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 93 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.06 |
| HSL | 24.66º | 0.82% | 0.65% | - |
| HSV(B) | 24.66º | 0.61% | 0.94% | - |
| XYZ | 48.96 | 41.92 | 15.87 | - |
| YUV | 171.87 | 83.49 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 93 | 0 | 0.36 | 0.61 | 0.06 | 24.66 | 0.82 | 0.65 |
| Hex | EF | 99 | 5D | 0 | 24 | 3D | 6 | 19 | 52 | 41 |
| Octal | 357 | 231 | 135 | 0 | 44 | 75 | 6 | 31 | 122 | 101 |
| Binary | 11101111 | 10011001 | 1011101 | 0 | 100100 | 111101 | 110 | 11001 | 1010010 | 1000001 |
Color Harmonies of #EF995D
Complementary color
Monochromatic Colors of #EF995D
Black with #EF995D
Text Example
Text Example
White with #EF995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF995D; }
p { color: rgb(239,153,93); }
H1.HeaderClassName
{
color: #EF995D;
}
.AnyTagClassName
{
color: #EF995D;
}
</style>
background-color css
<style>
a { background-color: #EF995D; }
a { background-color: rgb(239,153,93); }
div.DivClassName
{
background-color: #EF995D;
}
.BgClassName
{
background-color: #EF995D;
}
</style>
border-color css
<style>
span { border-color: #EF995D; }
span { border-color: rgb(239,153,93); }
td.TdClassName
{
border-color: #EF995D;
}
.TagClassName
{
border-color: #EF995D;
}
</style>