Shades of Sandy Brown #EF9764
Tints of Sandy Brown #EF9764
RGB
CMYK
RGB Variations
Color information
#EF9764 (or 0xEF9764) is known color: Sandy Brown. HEX triplet: EF, 97 and 64. RGB value is (239,151,100). Sum of RGB (Red+Green+Blue) = 239+151+100=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9764 is #10689B. Grayscale: #ABABAB. Windows color (decimal): -1075356 or 6592495. OLE color: 6592495.
HSL color Cylindrical-coordinate representation of color #EF9764: hue angle of 22.01º 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 #EF9764 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 100 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.06 |
| HSL | 22.01º | 0.81% | 0.66% | - |
| HSV(B) | 22.01º | 0.58% | 0.94% | - |
| XYZ | 48.96 | 41.4 | 17.47 | - |
| YUV | 171.5 | 87.65 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 100 | 0 | 0.37 | 0.58 | 0.06 | 22.01 | 0.81 | 0.66 |
| Hex | EF | 97 | 64 | 0 | 25 | 3A | 6 | 16 | 51 | 42 |
| Octal | 357 | 227 | 144 | 0 | 45 | 72 | 6 | 26 | 121 | 102 |
| Binary | 11101111 | 10010111 | 1100100 | 0 | 100101 | 111010 | 110 | 10110 | 1010001 | 1000010 |
Color Harmonies of #EF9764
Complementary color
Monochromatic Colors of #EF9764
Black with #EF9764
Text Example
Text Example
White with #EF9764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9764; }
p { color: rgb(239,151,100); }
H1.HeaderClassName
{
color: #EF9764;
}
.AnyTagClassName
{
color: #EF9764;
}
</style>
background-color css
<style>
a { background-color: #EF9764; }
a { background-color: rgb(239,151,100); }
div.DivClassName
{
background-color: #EF9764;
}
.BgClassName
{
background-color: #EF9764;
}
</style>
border-color css
<style>
span { border-color: #EF9764; }
span { border-color: rgb(239,151,100); }
td.TdClassName
{
border-color: #EF9764;
}
.TagClassName
{
border-color: #EF9764;
}
</style>