Shades of Sandy Brown #EF995B
Tints of Sandy Brown #EF995B
RGB
CMYK
RGB Variations
Color information
#EF995B (or 0xEF995B) is known color: Sandy Brown. HEX triplet: EF, 99 and 5B. RGB value is (239,153,91). Sum of RGB (Red+Green+Blue) = 239+153+91=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF995B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF995B is #1066A4. Grayscale: #ABABAB. Windows color (decimal): -1074853 or 6003183. OLE color: 6003183.
HSL color Cylindrical-coordinate representation of color #EF995B: hue angle of 25.14º 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 #EF995B is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 91 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.06 |
| HSL | 25.14º | 0.82% | 0.65% | - |
| HSV(B) | 25.14º | 0.62% | 0.94% | - |
| XYZ | 48.88 | 41.89 | 15.41 | - |
| YUV | 171.65 | 82.49 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 91 | 0 | 0.36 | 0.62 | 0.06 | 25.14 | 0.82 | 0.65 |
| Hex | EF | 99 | 5B | 0 | 24 | 3E | 6 | 19 | 52 | 41 |
| Octal | 357 | 231 | 133 | 0 | 44 | 76 | 6 | 31 | 122 | 101 |
| Binary | 11101111 | 10011001 | 1011011 | 0 | 100100 | 111110 | 110 | 11001 | 1010010 | 1000001 |
Color Harmonies of #EF995B
Complementary color
Monochromatic Colors of #EF995B
Black with #EF995B
Text Example
Text Example
White with #EF995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF995B; }
p { color: rgb(239,153,91); }
H1.HeaderClassName
{
color: #EF995B;
}
.AnyTagClassName
{
color: #EF995B;
}
</style>
background-color css
<style>
a { background-color: #EF995B; }
a { background-color: rgb(239,153,91); }
div.DivClassName
{
background-color: #EF995B;
}
.BgClassName
{
background-color: #EF995B;
}
</style>
border-color css
<style>
span { border-color: #EF995B; }
span { border-color: rgb(239,153,91); }
td.TdClassName
{
border-color: #EF995B;
}
.TagClassName
{
border-color: #EF995B;
}
</style>