Shades of Sandy Brown #EF9A64
Tints of Sandy Brown #EF9A64
RGB
CMYK
RGB Variations
Color information
#EF9A64 (or 0xEF9A64) is known color: Sandy Brown. HEX triplet: EF, 9A and 64. RGB value is (239,154,100). Sum of RGB (Red+Green+Blue) = 239+154+100=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A64 is #10659B. Grayscale: #ADADAD. Windows color (decimal): -1074588 or 6593263. OLE color: 6593263.
HSL color Cylindrical-coordinate representation of color #EF9A64: hue angle of 23.31º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF9A64 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 100 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.06 |
| HSL | 23.31º | 0.81% | 0.66% | - |
| HSV(B) | 23.31º | 0.58% | 0.94% | - |
| XYZ | 49.45 | 42.38 | 17.63 | - |
| YUV | 173.26 | 86.66 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 100 | 0 | 0.36 | 0.58 | 0.06 | 23.31 | 0.81 | 0.66 |
| Hex | EF | 9A | 64 | 0 | 24 | 3A | 6 | 17 | 51 | 42 |
| Octal | 357 | 232 | 144 | 0 | 44 | 72 | 6 | 27 | 121 | 102 |
| Binary | 11101111 | 10011010 | 1100100 | 0 | 100100 | 111010 | 110 | 10111 | 1010001 | 1000010 |
Color Harmonies of #EF9A64
Complementary color
Monochromatic Colors of #EF9A64
Black with #EF9A64
Text Example
Text Example
White with #EF9A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A64; }
p { color: rgb(239,154,100); }
H1.HeaderClassName
{
color: #EF9A64;
}
.AnyTagClassName
{
color: #EF9A64;
}
</style>
background-color css
<style>
a { background-color: #EF9A64; }
a { background-color: rgb(239,154,100); }
div.DivClassName
{
background-color: #EF9A64;
}
.BgClassName
{
background-color: #EF9A64;
}
</style>
border-color css
<style>
span { border-color: #EF9A64; }
span { border-color: rgb(239,154,100); }
td.TdClassName
{
border-color: #EF9A64;
}
.TagClassName
{
border-color: #EF9A64;
}
</style>