Shades of Sandy Brown #ECA067
Tints of Sandy Brown #ECA067
RGB
CMYK
RGB Variations
Color information
#ECA067 (or 0xECA067) is known color: Sandy Brown. HEX triplet: EC, A0 and 67. RGB value is (236,160,103). Sum of RGB (Red+Green+Blue) = 236+160+103=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA067 is #135F98. Grayscale: #B0B0B0. Windows color (decimal): -1269657 or 6791404. OLE color: 6791404.
HSL color Cylindrical-coordinate representation of color #ECA067: hue angle of 25.71º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECA067 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 103 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.07 |
| HSL | 25.71º | 0.78% | 0.66% | - |
| HSV(B) | 25.71º | 0.56% | 0.93% | - |
| XYZ | 49.61 | 43.95 | 18.7 | - |
| YUV | 176.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 103 | 0 | 0.32 | 0.56 | 0.07 | 25.71 | 0.78 | 0.66 |
| Hex | EC | A0 | 67 | 0 | 20 | 38 | 7 | 1A | 4E | 42 |
| Octal | 354 | 240 | 147 | 0 | 40 | 70 | 7 | 32 | 116 | 102 |
| Binary | 11101100 | 10100000 | 1100111 | 0 | 100000 | 111000 | 111 | 11010 | 1001110 | 1000010 |
Color Harmonies of #ECA067
Complementary color
Monochromatic Colors of #ECA067
Black with #ECA067
Text Example
Text Example
White with #ECA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA067; }
p { color: rgb(236,160,103); }
H1.HeaderClassName
{
color: #ECA067;
}
.AnyTagClassName
{
color: #ECA067;
}
</style>
background-color css
<style>
a { background-color: #ECA067; }
a { background-color: rgb(236,160,103); }
div.DivClassName
{
background-color: #ECA067;
}
.BgClassName
{
background-color: #ECA067;
}
</style>
border-color css
<style>
span { border-color: #ECA067; }
span { border-color: rgb(236,160,103); }
td.TdClassName
{
border-color: #ECA067;
}
.TagClassName
{
border-color: #ECA067;
}
</style>