Shades of Sandy Brown #ECA168
Tints of Sandy Brown #ECA168
RGB
CMYK
RGB Variations
Color information
#ECA168 (or 0xECA168) is known color: Sandy Brown. HEX triplet: EC, A1 and 68. RGB value is (236,161,104). Sum of RGB (Red+Green+Blue) = 236+161+104=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA168 is #135E97. Grayscale: #B1B1B1. Windows color (decimal): -1269400 or 6857196. OLE color: 6857196.
HSL color Cylindrical-coordinate representation of color #ECA168: hue angle of 25.91º 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 #ECA168 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 104 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.07 |
| HSL | 25.91º | 0.78% | 0.67% | - |
| HSV(B) | 25.91º | 0.56% | 0.93% | - |
| XYZ | 49.84 | 44.32 | 19.03 | - |
| YUV | 176.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 104 | 0 | 0.32 | 0.56 | 0.07 | 25.91 | 0.78 | 0.67 |
| Hex | EC | A1 | 68 | 0 | 20 | 38 | 7 | 1A | 4E | 43 |
| Octal | 354 | 241 | 150 | 0 | 40 | 70 | 7 | 32 | 116 | 103 |
| Binary | 11101100 | 10100001 | 1101000 | 0 | 100000 | 111000 | 111 | 11010 | 1001110 | 1000011 |
Color Harmonies of #ECA168
Complementary color
Monochromatic Colors of #ECA168
Black with #ECA168
Text Example
Text Example
White with #ECA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA168; }
p { color: rgb(236,161,104); }
H1.HeaderClassName
{
color: #ECA168;
}
.AnyTagClassName
{
color: #ECA168;
}
</style>
background-color css
<style>
a { background-color: #ECA168; }
a { background-color: rgb(236,161,104); }
div.DivClassName
{
background-color: #ECA168;
}
.BgClassName
{
background-color: #ECA168;
}
</style>
border-color css
<style>
span { border-color: #ECA168; }
span { border-color: rgb(236,161,104); }
td.TdClassName
{
border-color: #ECA168;
}
.TagClassName
{
border-color: #ECA168;
}
</style>