Shades of Orange #ECAC01
Tints of Orange #ECAC01
RGB
CMYK
RGB Variations
Color information
#ECAC01 (or 0xECAC01) is known color: Orange. HEX triplet: EC, AC and 01. RGB value is (236,172,1). Sum of RGB (Red+Green+Blue) = 236+172+1=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC01 is #1353FE. Grayscale: #ACACAC. Windows color (decimal): -1266687 or 109804. OLE color: 109804.
HSL color Cylindrical-coordinate representation of color #ECAC01: hue angle of 43.66º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECAC01 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.07 |
| HSL | 43.66º | 0.99% | 0.46% | - |
| HSV(B) | 43.66º | 1% | 0.93% | - |
| XYZ | 49.35 | 47.34 | 6.57 | - |
| YUV | 171.64 | 31.7 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 1 | 0 | 0.27 | 1.00 | 0.07 | 43.66 | 0.99 | 0.46 |
| Hex | EC | AC | 1 | 0 | 1B | 64 | 7 | 2C | 63 | 2E |
| Octal | 354 | 254 | 1 | 0 | 33 | 144 | 7 | 54 | 143 | 56 |
| Binary | 11101100 | 10101100 | 1 | 0 | 11011 | 1100100 | 111 | 101100 | 1100011 | 101110 |
Color Harmonies of #ECAC01
Complementary color
Monochromatic Colors of #ECAC01
Black with #ECAC01
Text Example
Text Example
White with #ECAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC01; }
p { color: rgb(236,172,1); }
H1.HeaderClassName
{
color: #ECAC01;
}
.AnyTagClassName
{
color: #ECAC01;
}
</style>
background-color css
<style>
a { background-color: #ECAC01; }
a { background-color: rgb(236,172,1); }
div.DivClassName
{
background-color: #ECAC01;
}
.BgClassName
{
background-color: #ECAC01;
}
</style>
border-color css
<style>
span { border-color: #ECAC01; }
span { border-color: rgb(236,172,1); }
td.TdClassName
{
border-color: #ECAC01;
}
.TagClassName
{
border-color: #ECAC01;
}
</style>