Shades of Carrot Orange #EC8E28
Tints of Carrot Orange #EC8E28
RGB
CMYK
RGB Variations
Color information
#EC8E28 (or 0xEC8E28) is known color: Carrot Orange. HEX triplet: EC, 8E and 28. RGB value is (236,142,40). Sum of RGB (Red+Green+Blue) = 236+142+40=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8E28 is #1371D7. Grayscale: #9E9E9E. Windows color (decimal): -1274328 or 2658028. OLE color: 2658028.
HSL color Cylindrical-coordinate representation of color #EC8E28: hue angle of 31.22º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC8E28 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 40 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.07 |
| HSL | 31.22º | 0.84% | 0.54% | - |
| HSV(B) | 31.22º | 0.83% | 0.93% | - |
| XYZ | 44.65 | 37.33 | 6.86 | - |
| YUV | 158.48 | 61.14 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 40 | 0 | 0.40 | 0.83 | 0.07 | 31.22 | 0.84 | 0.54 |
| Hex | EC | 8E | 28 | 0 | 28 | 53 | 7 | 1F | 54 | 36 |
| Octal | 354 | 216 | 50 | 0 | 50 | 123 | 7 | 37 | 124 | 66 |
| Binary | 11101100 | 10001110 | 101000 | 0 | 101000 | 1010011 | 111 | 11111 | 1010100 | 110110 |
Color Harmonies of #EC8E28
Complementary color
Monochromatic Colors of #EC8E28
Black with #EC8E28
Text Example
Text Example
White with #EC8E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E28; }
p { color: rgb(236,142,40); }
H1.HeaderClassName
{
color: #EC8E28;
}
.AnyTagClassName
{
color: #EC8E28;
}
</style>
background-color css
<style>
a { background-color: #EC8E28; }
a { background-color: rgb(236,142,40); }
div.DivClassName
{
background-color: #EC8E28;
}
.BgClassName
{
background-color: #EC8E28;
}
</style>
border-color css
<style>
span { border-color: #EC8E28; }
span { border-color: rgb(236,142,40); }
td.TdClassName
{
border-color: #EC8E28;
}
.TagClassName
{
border-color: #EC8E28;
}
</style>