Shades of Orange #ECA802
Tints of Orange #ECA802
RGB
CMYK
RGB Variations
Color information
#ECA802 (or 0xECA802) is known color: Orange. HEX triplet: EC, A8 and 02. RGB value is (236,168,2). Sum of RGB (Red+Green+Blue) = 236+168+2=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA802 is #1357FD. Grayscale: #AAAAAA. Windows color (decimal): -1267710 or 174316. OLE color: 174316.
HSL color Cylindrical-coordinate representation of color #ECA802: hue angle of 42.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECA802 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.07 |
| HSL | 42.56º | 0.98% | 0.47% | - |
| HSV(B) | 42.56º | 0.99% | 0.93% | - |
| XYZ | 48.61 | 45.84 | 6.34 | - |
| YUV | 169.41 | 33.53 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 2 | 0 | 0.29 | 0.99 | 0.07 | 42.56 | 0.98 | 0.47 |
| Hex | EC | A8 | 2 | 0 | 1D | 63 | 7 | 2B | 62 | 2F |
| Octal | 354 | 250 | 2 | 0 | 35 | 143 | 7 | 53 | 142 | 57 |
| Binary | 11101100 | 10101000 | 10 | 0 | 11101 | 1100011 | 111 | 101011 | 1100010 | 101111 |
Color Harmonies of #ECA802
Complementary color
Monochromatic Colors of #ECA802
Black with #ECA802
Text Example
Text Example
White with #ECA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA802; }
p { color: rgb(236,168,2); }
H1.HeaderClassName
{
color: #ECA802;
}
.AnyTagClassName
{
color: #ECA802;
}
</style>
background-color css
<style>
a { background-color: #ECA802; }
a { background-color: rgb(236,168,2); }
div.DivClassName
{
background-color: #ECA802;
}
.BgClassName
{
background-color: #ECA802;
}
</style>
border-color css
<style>
span { border-color: #ECA802; }
span { border-color: rgb(236,168,2); }
td.TdClassName
{
border-color: #ECA802;
}
.TagClassName
{
border-color: #ECA802;
}
</style>