Shades of Sandy Brown #ECA55A
Tints of Sandy Brown #ECA55A
RGB
CMYK
RGB Variations
Color information
#ECA55A (or 0xECA55A) is known color: Sandy Brown. HEX triplet: EC, A5 and 5A. RGB value is (236,165,90). Sum of RGB (Red+Green+Blue) = 236+165+90=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA55A is #135AA5. Grayscale: #B2B2B2. Windows color (decimal): -1268390 or 5940716. OLE color: 5940716.
HSL color Cylindrical-coordinate representation of color #ECA55A: hue angle of 30.82º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECA55A is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 90 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.07 |
| HSL | 30.82º | 0.79% | 0.64% | - |
| HSV(B) | 30.82º | 0.62% | 0.93% | - |
| XYZ | 49.89 | 45.48 | 15.82 | - |
| YUV | 177.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 90 | 0 | 0.30 | 0.62 | 0.07 | 30.82 | 0.79 | 0.64 |
| Hex | EC | A5 | 5A | 0 | 1E | 3E | 7 | 1F | 4F | 40 |
| Octal | 354 | 245 | 132 | 0 | 36 | 76 | 7 | 37 | 117 | 100 |
| Binary | 11101100 | 10100101 | 1011010 | 0 | 11110 | 111110 | 111 | 11111 | 1001111 | 1000000 |
Color Harmonies of #ECA55A
Complementary color
Monochromatic Colors of #ECA55A
Black with #ECA55A
Text Example
Text Example
White with #ECA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA55A; }
p { color: rgb(236,165,90); }
H1.HeaderClassName
{
color: #ECA55A;
}
.AnyTagClassName
{
color: #ECA55A;
}
</style>
background-color css
<style>
a { background-color: #ECA55A; }
a { background-color: rgb(236,165,90); }
div.DivClassName
{
background-color: #ECA55A;
}
.BgClassName
{
background-color: #ECA55A;
}
</style>
border-color css
<style>
span { border-color: #ECA55A; }
span { border-color: rgb(236,165,90); }
td.TdClassName
{
border-color: #ECA55A;
}
.TagClassName
{
border-color: #ECA55A;
}
</style>