Shades of Sandy Brown #ECAA68
Tints of Sandy Brown #ECAA68
RGB
CMYK
RGB Variations
Color information
#ECAA68 (or 0xECAA68) is known color: Sandy Brown. HEX triplet: EC, AA and 68. RGB value is (236,170,104). Sum of RGB (Red+Green+Blue) = 236+170+104=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA68 is #135597. Grayscale: #B6B6B6. Windows color (decimal): -1267096 or 6859500. OLE color: 6859500.
HSL color Cylindrical-coordinate representation of color #ECAA68: hue angle of 30º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECAA68 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 104 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.07 |
| HSL | 30º | 0.78% | 0.67% | - |
| HSV(B) | 30º | 0.56% | 0.93% | - |
| XYZ | 51.47 | 47.58 | 19.57 | - |
| YUV | 182.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 104 | 0 | 0.28 | 0.56 | 0.07 | 30 | 0.78 | 0.67 |
| Hex | EC | AA | 68 | 0 | 1C | 38 | 7 | 1E | 4E | 43 |
| Octal | 354 | 252 | 150 | 0 | 34 | 70 | 7 | 36 | 116 | 103 |
| Binary | 11101100 | 10101010 | 1101000 | 0 | 11100 | 111000 | 111 | 11110 | 1001110 | 1000011 |
Color Harmonies of #ECAA68
Complementary color
Monochromatic Colors of #ECAA68
Black with #ECAA68
Text Example
Text Example
White with #ECAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA68; }
p { color: rgb(236,170,104); }
H1.HeaderClassName
{
color: #ECAA68;
}
.AnyTagClassName
{
color: #ECAA68;
}
</style>
background-color css
<style>
a { background-color: #ECAA68; }
a { background-color: rgb(236,170,104); }
div.DivClassName
{
background-color: #ECAA68;
}
.BgClassName
{
background-color: #ECAA68;
}
</style>
border-color css
<style>
span { border-color: #ECAA68; }
span { border-color: rgb(236,170,104); }
td.TdClassName
{
border-color: #ECAA68;
}
.TagClassName
{
border-color: #ECAA68;
}
</style>