Shades of Sandy Brown #ECA25A
Tints of Sandy Brown #ECA25A
RGB
CMYK
RGB Variations
Color information
#ECA25A (or 0xECA25A) is known color: Sandy Brown. HEX triplet: EC, A2 and 5A. RGB value is (236,162,90). Sum of RGB (Red+Green+Blue) = 236+162+90=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA25A is #135DA5. Grayscale: #B0B0B0. Windows color (decimal): -1269158 or 5939948. OLE color: 5939948.
HSL color Cylindrical-coordinate representation of color #ECA25A: hue angle of 29.59º 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 #ECA25A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 90 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.07 |
| HSL | 29.59º | 0.79% | 0.64% | - |
| HSV(B) | 29.59º | 0.62% | 0.93% | - |
| XYZ | 49.36 | 44.41 | 15.64 | - |
| YUV | 175.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 90 | 0 | 0.31 | 0.62 | 0.07 | 29.59 | 0.79 | 0.64 |
| Hex | EC | A2 | 5A | 0 | 1F | 3E | 7 | 1E | 4F | 40 |
| Octal | 354 | 242 | 132 | 0 | 37 | 76 | 7 | 36 | 117 | 100 |
| Binary | 11101100 | 10100010 | 1011010 | 0 | 11111 | 111110 | 111 | 11110 | 1001111 | 1000000 |
Color Harmonies of #ECA25A
Complementary color
Monochromatic Colors of #ECA25A
Black with #ECA25A
Text Example
Text Example
White with #ECA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA25A; }
p { color: rgb(236,162,90); }
H1.HeaderClassName
{
color: #ECA25A;
}
.AnyTagClassName
{
color: #ECA25A;
}
</style>
background-color css
<style>
a { background-color: #ECA25A; }
a { background-color: rgb(236,162,90); }
div.DivClassName
{
background-color: #ECA25A;
}
.BgClassName
{
background-color: #ECA25A;
}
</style>
border-color css
<style>
span { border-color: #ECA25A; }
span { border-color: rgb(236,162,90); }
td.TdClassName
{
border-color: #ECA25A;
}
.TagClassName
{
border-color: #ECA25A;
}
</style>