Shades of Sandy Brown #ECA068
Tints of Sandy Brown #ECA068
RGB
CMYK
RGB Variations
Color information
#ECA068 (or 0xECA068) is known color: Sandy Brown. HEX triplet: EC, A0 and 68. RGB value is (236,160,104). Sum of RGB (Red+Green+Blue) = 236+160+104=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA068 is #135F97. Grayscale: #B0B0B0. Windows color (decimal): -1269656 or 6856940. OLE color: 6856940.
HSL color Cylindrical-coordinate representation of color #ECA068: hue angle of 25.45º 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 #ECA068 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 104 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.07 |
| HSL | 25.45º | 0.78% | 0.67% | - |
| HSV(B) | 25.45º | 0.56% | 0.93% | - |
| XYZ | 49.66 | 43.97 | 18.97 | - |
| YUV | 176.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 104 | 0 | 0.32 | 0.56 | 0.07 | 25.45 | 0.78 | 0.67 |
| Hex | EC | A0 | 68 | 0 | 20 | 38 | 7 | 19 | 4E | 43 |
| Octal | 354 | 240 | 150 | 0 | 40 | 70 | 7 | 31 | 116 | 103 |
| Binary | 11101100 | 10100000 | 1101000 | 0 | 100000 | 111000 | 111 | 11001 | 1001110 | 1000011 |
Color Harmonies of #ECA068
Complementary color
Monochromatic Colors of #ECA068
Black with #ECA068
Text Example
Text Example
White with #ECA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA068; }
p { color: rgb(236,160,104); }
H1.HeaderClassName
{
color: #ECA068;
}
.AnyTagClassName
{
color: #ECA068;
}
</style>
background-color css
<style>
a { background-color: #ECA068; }
a { background-color: rgb(236,160,104); }
div.DivClassName
{
background-color: #ECA068;
}
.BgClassName
{
background-color: #ECA068;
}
</style>
border-color css
<style>
span { border-color: #ECA068; }
span { border-color: rgb(236,160,104); }
td.TdClassName
{
border-color: #ECA068;
}
.TagClassName
{
border-color: #ECA068;
}
</style>