Shades of Sandy Brown #ECAA6A
Tints of Sandy Brown #ECAA6A
RGB
CMYK
RGB Variations
Color information
#ECAA6A (or 0xECAA6A) is known color: Sandy Brown. HEX triplet: EC, AA and 6A. RGB value is (236,170,106). Sum of RGB (Red+Green+Blue) = 236+170+106=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA6A is #135595. Grayscale: #B6B6B6. Windows color (decimal): -1267094 or 6990572. OLE color: 6990572.
HSL color Cylindrical-coordinate representation of color #ECAA6A: hue angle of 29.54º 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 #ECAA6A is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 106 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.07 |
| HSL | 29.54º | 0.77% | 0.67% | - |
| HSV(B) | 29.54º | 0.55% | 0.93% | - |
| XYZ | 51.57 | 47.62 | 20.11 | - |
| YUV | 182.44 | 84.87 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 106 | 0 | 0.28 | 0.55 | 0.07 | 29.54 | 0.77 | 0.67 |
| Hex | EC | AA | 6A | 0 | 1C | 37 | 7 | 1E | 4D | 43 |
| Octal | 354 | 252 | 152 | 0 | 34 | 67 | 7 | 36 | 115 | 103 |
| Binary | 11101100 | 10101010 | 1101010 | 0 | 11100 | 110111 | 111 | 11110 | 1001101 | 1000011 |
Color Harmonies of #ECAA6A
Complementary color
Monochromatic Colors of #ECAA6A
Black with #ECAA6A
Text Example
Text Example
White with #ECAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA6A; }
p { color: rgb(236,170,106); }
H1.HeaderClassName
{
color: #ECAA6A;
}
.AnyTagClassName
{
color: #ECAA6A;
}
</style>
background-color css
<style>
a { background-color: #ECAA6A; }
a { background-color: rgb(236,170,106); }
div.DivClassName
{
background-color: #ECAA6A;
}
.BgClassName
{
background-color: #ECAA6A;
}
</style>
border-color css
<style>
span { border-color: #ECAA6A; }
span { border-color: rgb(236,170,106); }
td.TdClassName
{
border-color: #ECAA6A;
}
.TagClassName
{
border-color: #ECAA6A;
}
</style>