Shades of Orange #ECAA02
Tints of Orange #ECAA02
RGB
CMYK
RGB Variations
Color information
#ECAA02 (or 0xECAA02) is known color: Orange. HEX triplet: EC, AA and 02. RGB value is (236,170,2). Sum of RGB (Red+Green+Blue) = 236+170+2=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA02 is #1355FD. Grayscale: #ABABAB. Windows color (decimal): -1267198 or 174828. OLE color: 174828.
HSL color Cylindrical-coordinate representation of color #ECAA02: hue angle of 43.08º 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 #ECAA02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.07 |
| HSL | 43.08º | 0.98% | 0.47% | - |
| HSV(B) | 43.08º | 0.99% | 0.93% | - |
| XYZ | 48.98 | 46.59 | 6.47 | - |
| YUV | 170.58 | 32.87 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 2 | 0 | 0.28 | 0.99 | 0.07 | 43.08 | 0.98 | 0.47 |
| Hex | EC | AA | 2 | 0 | 1C | 63 | 7 | 2B | 62 | 2F |
| Octal | 354 | 252 | 2 | 0 | 34 | 143 | 7 | 53 | 142 | 57 |
| Binary | 11101100 | 10101010 | 10 | 0 | 11100 | 1100011 | 111 | 101011 | 1100010 | 101111 |
Color Harmonies of #ECAA02
Complementary color
Monochromatic Colors of #ECAA02
Black with #ECAA02
Text Example
Text Example
White with #ECAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA02; }
p { color: rgb(236,170,2); }
H1.HeaderClassName
{
color: #ECAA02;
}
.AnyTagClassName
{
color: #ECAA02;
}
</style>
background-color css
<style>
a { background-color: #ECAA02; }
a { background-color: rgb(236,170,2); }
div.DivClassName
{
background-color: #ECAA02;
}
.BgClassName
{
background-color: #ECAA02;
}
</style>
border-color css
<style>
span { border-color: #ECAA02; }
span { border-color: rgb(236,170,2); }
td.TdClassName
{
border-color: #ECAA02;
}
.TagClassName
{
border-color: #ECAA02;
}
</style>