Shades of Carrot Orange #EC8C28
Tints of Carrot Orange #EC8C28
RGB
CMYK
RGB Variations
Color information
#EC8C28 (or 0xEC8C28) is known color: Carrot Orange. HEX triplet: EC, 8C and 28. RGB value is (236,140,40). Sum of RGB (Red+Green+Blue) = 236+140+40=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C28 is #1373D7. Grayscale: #9D9D9D. Windows color (decimal): -1274840 or 2657516. OLE color: 2657516.
HSL color Cylindrical-coordinate representation of color #EC8C28: hue angle of 30.61º 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 #EC8C28 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 40 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.07 |
| HSL | 30.61º | 0.84% | 0.54% | - |
| HSV(B) | 30.61º | 0.83% | 0.93% | - |
| XYZ | 44.35 | 36.74 | 6.76 | - |
| YUV | 157.3 | 61.8 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 40 | 0 | 0.41 | 0.83 | 0.07 | 30.61 | 0.84 | 0.54 |
| Hex | EC | 8C | 28 | 0 | 29 | 53 | 7 | 1F | 54 | 36 |
| Octal | 354 | 214 | 50 | 0 | 51 | 123 | 7 | 37 | 124 | 66 |
| Binary | 11101100 | 10001100 | 101000 | 0 | 101001 | 1010011 | 111 | 11111 | 1010100 | 110110 |
Color Harmonies of #EC8C28
Complementary color
Monochromatic Colors of #EC8C28
Black with #EC8C28
Text Example
Text Example
White with #EC8C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C28; }
p { color: rgb(236,140,40); }
H1.HeaderClassName
{
color: #EC8C28;
}
.AnyTagClassName
{
color: #EC8C28;
}
</style>
background-color css
<style>
a { background-color: #EC8C28; }
a { background-color: rgb(236,140,40); }
div.DivClassName
{
background-color: #EC8C28;
}
.BgClassName
{
background-color: #EC8C28;
}
</style>
border-color css
<style>
span { border-color: #EC8C28; }
span { border-color: rgb(236,140,40); }
td.TdClassName
{
border-color: #EC8C28;
}
.TagClassName
{
border-color: #EC8C28;
}
</style>