Shades of Orange #ECA800
Tints of Orange #ECA800
RGB
CMYK
RGB Variations
Color information
#ECA800 (or 0xECA800) is known color: Orange. HEX triplet: EC, A8 and 00. RGB value is (236,168,0). Sum of RGB (Red+Green+Blue) = 236+168+0=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA800 is #1357FF. Grayscale: #A9A9A9. Windows color (decimal): -1267712 or 43244. OLE color: 43244.
HSL color Cylindrical-coordinate representation of color #ECA800: hue angle of 42.71º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECA800 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.07 |
| HSL | 42.71º | 1% | 0.46% | - |
| HSV(B) | 42.71º | 1% | 0.93% | - |
| XYZ | 48.59 | 45.84 | 6.29 | - |
| YUV | 169.18 | 32.53 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 0 | 0 | 0.29 | 1 | 0.07 | 42.71 | 1 | 0.46 |
| Hex | EC | A8 | 0 | 0 | 1D | 64 | 7 | 2B | 64 | 2E |
| Octal | 354 | 250 | 0 | 0 | 35 | 144 | 7 | 53 | 144 | 56 |
| Binary | 11101100 | 10101000 | 0 | 0 | 11101 | 1100100 | 111 | 101011 | 1100100 | 101110 |
Color Harmonies of #ECA800
Complementary color
Monochromatic Colors of #ECA800
Black with #ECA800
Text Example
Text Example
White with #ECA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA800; }
p { color: rgb(236,168,0); }
H1.HeaderClassName
{
color: #ECA800;
}
.AnyTagClassName
{
color: #ECA800;
}
</style>
background-color css
<style>
a { background-color: #ECA800; }
a { background-color: rgb(236,168,0); }
div.DivClassName
{
background-color: #ECA800;
}
.BgClassName
{
background-color: #ECA800;
}
</style>
border-color css
<style>
span { border-color: #ECA800; }
span { border-color: rgb(236,168,0); }
td.TdClassName
{
border-color: #ECA800;
}
.TagClassName
{
border-color: #ECA800;
}
</style>