Shades of Sandy Brown #EC9A6A
Tints of Sandy Brown #EC9A6A
RGB
CMYK
RGB Variations
Color information
#EC9A6A (or 0xEC9A6A) is known color: Sandy Brown. HEX triplet: EC, 9A and 6A. RGB value is (236,154,106). Sum of RGB (Red+Green+Blue) = 236+154+106=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9A6A is #136595. Grayscale: #ADADAD. Windows color (decimal): -1271190 or 6986476. OLE color: 6986476.
HSL color Cylindrical-coordinate representation of color #EC9A6A: hue angle of 22.15º 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 #EC9A6A is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 106 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.07 |
| HSL | 22.15º | 0.77% | 0.67% | - |
| HSV(B) | 22.15º | 0.55% | 0.93% | - |
| XYZ | 48.75 | 41.98 | 19.17 | - |
| YUV | 173.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 106 | 0 | 0.35 | 0.55 | 0.07 | 22.15 | 0.77 | 0.67 |
| Hex | EC | 9A | 6A | 0 | 23 | 37 | 7 | 16 | 4D | 43 |
| Octal | 354 | 232 | 152 | 0 | 43 | 67 | 7 | 26 | 115 | 103 |
| Binary | 11101100 | 10011010 | 1101010 | 0 | 100011 | 110111 | 111 | 10110 | 1001101 | 1000011 |
Color Harmonies of #EC9A6A
Complementary color
Monochromatic Colors of #EC9A6A
Black with #EC9A6A
Text Example
Text Example
White with #EC9A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A6A; }
p { color: rgb(236,154,106); }
H1.HeaderClassName
{
color: #EC9A6A;
}
.AnyTagClassName
{
color: #EC9A6A;
}
</style>
background-color css
<style>
a { background-color: #EC9A6A; }
a { background-color: rgb(236,154,106); }
div.DivClassName
{
background-color: #EC9A6A;
}
.BgClassName
{
background-color: #EC9A6A;
}
</style>
border-color css
<style>
span { border-color: #EC9A6A; }
span { border-color: rgb(236,154,106); }
td.TdClassName
{
border-color: #EC9A6A;
}
.TagClassName
{
border-color: #EC9A6A;
}
</style>