Shades of Sandy Brown #ECA16B
Tints of Sandy Brown #ECA16B
RGB
CMYK
RGB Variations
Color information
#ECA16B (or 0xECA16B) is known color: Sandy Brown. HEX triplet: EC, A1 and 6B. RGB value is (236,161,107). Sum of RGB (Red+Green+Blue) = 236+161+107=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA16B is #135E94. Grayscale: #B1B1B1. Windows color (decimal): -1269397 or 7053804. OLE color: 7053804.
HSL color Cylindrical-coordinate representation of color #ECA16B: hue angle of 25.12º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECA16B is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 107 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.07 |
| HSL | 25.12º | 0.77% | 0.67% | - |
| HSV(B) | 25.12º | 0.55% | 0.93% | - |
| XYZ | 49.99 | 44.38 | 19.84 | - |
| YUV | 177.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 107 | 0 | 0.32 | 0.55 | 0.07 | 25.12 | 0.77 | 0.67 |
| Hex | EC | A1 | 6B | 0 | 20 | 37 | 7 | 19 | 4D | 43 |
| Octal | 354 | 241 | 153 | 0 | 40 | 67 | 7 | 31 | 115 | 103 |
| Binary | 11101100 | 10100001 | 1101011 | 0 | 100000 | 110111 | 111 | 11001 | 1001101 | 1000011 |
Color Harmonies of #ECA16B
Complementary color
Monochromatic Colors of #ECA16B
Black with #ECA16B
Text Example
Text Example
White with #ECA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA16B; }
p { color: rgb(236,161,107); }
H1.HeaderClassName
{
color: #ECA16B;
}
.AnyTagClassName
{
color: #ECA16B;
}
</style>
background-color css
<style>
a { background-color: #ECA16B; }
a { background-color: rgb(236,161,107); }
div.DivClassName
{
background-color: #ECA16B;
}
.BgClassName
{
background-color: #ECA16B;
}
</style>
border-color css
<style>
span { border-color: #ECA16B; }
span { border-color: rgb(236,161,107); }
td.TdClassName
{
border-color: #ECA16B;
}
.TagClassName
{
border-color: #ECA16B;
}
</style>