Shades of Sandy Brown #EF995C
Tints of Sandy Brown #EF995C
RGB
CMYK
RGB Variations
Color information
#EF995C (or 0xEF995C) is known color: Sandy Brown. HEX triplet: EF, 99 and 5C. RGB value is (239,153,92). Sum of RGB (Red+Green+Blue) = 239+153+92=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF995C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF995C is #1066A3. Grayscale: #ACACAC. Windows color (decimal): -1074852 or 6068719. OLE color: 6068719.
HSL color Cylindrical-coordinate representation of color #EF995C: hue angle of 24.9º 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 #EF995C is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 92 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.06 |
| HSL | 24.9º | 0.82% | 0.65% | - |
| HSV(B) | 24.9º | 0.62% | 0.94% | - |
| XYZ | 48.92 | 41.91 | 15.64 | - |
| YUV | 171.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 92 | 0 | 0.36 | 0.62 | 0.06 | 24.9 | 0.82 | 0.65 |
| Hex | EF | 99 | 5C | 0 | 24 | 3E | 6 | 19 | 52 | 41 |
| Octal | 357 | 231 | 134 | 0 | 44 | 76 | 6 | 31 | 122 | 101 |
| Binary | 11101111 | 10011001 | 1011100 | 0 | 100100 | 111110 | 110 | 11001 | 1010010 | 1000001 |
Color Harmonies of #EF995C
Complementary color
Monochromatic Colors of #EF995C
Black with #EF995C
Text Example
Text Example
White with #EF995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF995C; }
p { color: rgb(239,153,92); }
H1.HeaderClassName
{
color: #EF995C;
}
.AnyTagClassName
{
color: #EF995C;
}
</style>
background-color css
<style>
a { background-color: #EF995C; }
a { background-color: rgb(239,153,92); }
div.DivClassName
{
background-color: #EF995C;
}
.BgClassName
{
background-color: #EF995C;
}
</style>
border-color css
<style>
span { border-color: #EF995C; }
span { border-color: rgb(239,153,92); }
td.TdClassName
{
border-color: #EF995C;
}
.TagClassName
{
border-color: #EF995C;
}
</style>