Shades of Carrot Orange #EC8C1C
Tints of Carrot Orange #EC8C1C
RGB
CMYK
RGB Variations
Color information
#EC8C1C (or 0xEC8C1C) is known color: Carrot Orange. HEX triplet: EC, 8C and 1C. RGB value is (236,140,28). Sum of RGB (Red+Green+Blue) = 236+140+28=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C1C is #1373E3. Grayscale: #9C9C9C. Windows color (decimal): -1274852 or 1871084. OLE color: 1871084.
HSL color Cylindrical-coordinate representation of color #EC8C1C: hue angle of 32.31º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC8C1C is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 28 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.07 |
| HSL | 32.31º | 0.85% | 0.52% | - |
| HSV(B) | 32.31º | 0.88% | 0.93% | - |
| XYZ | 44.18 | 36.67 | 5.85 | - |
| YUV | 155.94 | 55.8 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 28 | 0 | 0.41 | 0.88 | 0.07 | 32.31 | 0.85 | 0.52 |
| Hex | EC | 8C | 1C | 0 | 29 | 58 | 7 | 20 | 55 | 34 |
| Octal | 354 | 214 | 34 | 0 | 51 | 130 | 7 | 40 | 125 | 64 |
| Binary | 11101100 | 10001100 | 11100 | 0 | 101001 | 1011000 | 111 | 100000 | 1010101 | 110100 |
Color Harmonies of #EC8C1C
Complementary color
Monochromatic Colors of #EC8C1C
Black with #EC8C1C
Text Example
Text Example
White with #EC8C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C1C; }
p { color: rgb(236,140,28); }
H1.HeaderClassName
{
color: #EC8C1C;
}
.AnyTagClassName
{
color: #EC8C1C;
}
</style>
background-color css
<style>
a { background-color: #EC8C1C; }
a { background-color: rgb(236,140,28); }
div.DivClassName
{
background-color: #EC8C1C;
}
.BgClassName
{
background-color: #EC8C1C;
}
</style>
border-color css
<style>
span { border-color: #EC8C1C; }
span { border-color: rgb(236,140,28); }
td.TdClassName
{
border-color: #EC8C1C;
}
.TagClassName
{
border-color: #EC8C1C;
}
</style>