Shades of Orange #ECAB03
Tints of Orange #ECAB03
RGB
CMYK
RGB Variations
Color information
#ECAB03 (or 0xECAB03) is known color: Orange. HEX triplet: EC, AB and 03. RGB value is (236,171,3). Sum of RGB (Red+Green+Blue) = 236+171+3=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB03 is #1354FC. Grayscale: #ACACAC. Windows color (decimal): -1266941 or 240620. OLE color: 240620.
HSL color Cylindrical-coordinate representation of color #ECAB03: hue angle of 43.26º degrees, saturation: 0.97, 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 #ECAB03 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.07 |
| HSL | 43.26º | 0.97% | 0.47% | - |
| HSV(B) | 43.26º | 0.99% | 0.93% | - |
| XYZ | 49.17 | 46.97 | 6.56 | - |
| YUV | 171.28 | 33.03 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 3 | 0 | 0.28 | 0.99 | 0.07 | 43.26 | 0.97 | 0.47 |
| Hex | EC | AB | 3 | 0 | 1C | 63 | 7 | 2B | 61 | 2F |
| Octal | 354 | 253 | 3 | 0 | 34 | 143 | 7 | 53 | 141 | 57 |
| Binary | 11101100 | 10101011 | 11 | 0 | 11100 | 1100011 | 111 | 101011 | 1100001 | 101111 |
Color Harmonies of #ECAB03
Complementary color
Monochromatic Colors of #ECAB03
Black with #ECAB03
Text Example
Text Example
White with #ECAB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB03; }
p { color: rgb(236,171,3); }
H1.HeaderClassName
{
color: #ECAB03;
}
.AnyTagClassName
{
color: #ECAB03;
}
</style>
background-color css
<style>
a { background-color: #ECAB03; }
a { background-color: rgb(236,171,3); }
div.DivClassName
{
background-color: #ECAB03;
}
.BgClassName
{
background-color: #ECAB03;
}
</style>
border-color css
<style>
span { border-color: #ECAB03; }
span { border-color: rgb(236,171,3); }
td.TdClassName
{
border-color: #ECAB03;
}
.TagClassName
{
border-color: #ECAB03;
}
</style>