Shades of Carrot Orange #EC8F1E
Tints of Carrot Orange #EC8F1E
RGB
CMYK
RGB Variations
Color information
#EC8F1E (or 0xEC8F1E) is known color: Carrot Orange. HEX triplet: EC, 8F and 1E. RGB value is (236,143,30). Sum of RGB (Red+Green+Blue) = 236+143+30=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8F1E is #1370E1. Grayscale: #9E9E9E. Windows color (decimal): -1274082 or 2002924. OLE color: 2002924.
HSL color Cylindrical-coordinate representation of color #EC8F1E: hue angle of 32.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC8F1E is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 30 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.07 |
| HSL | 32.91º | 0.84% | 0.52% | - |
| HSV(B) | 32.91º | 0.87% | 0.93% | - |
| XYZ | 44.65 | 37.57 | 6.13 | - |
| YUV | 157.93 | 55.81 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 30 | 0 | 0.39 | 0.87 | 0.07 | 32.91 | 0.84 | 0.52 |
| Hex | EC | 8F | 1E | 0 | 27 | 57 | 7 | 21 | 54 | 34 |
| Octal | 354 | 217 | 36 | 0 | 47 | 127 | 7 | 41 | 124 | 64 |
| Binary | 11101100 | 10001111 | 11110 | 0 | 100111 | 1010111 | 111 | 100001 | 1010100 | 110100 |
Color Harmonies of #EC8F1E
Complementary color
Monochromatic Colors of #EC8F1E
Black with #EC8F1E
Text Example
Text Example
White with #EC8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F1E; }
p { color: rgb(236,143,30); }
H1.HeaderClassName
{
color: #EC8F1E;
}
.AnyTagClassName
{
color: #EC8F1E;
}
</style>
background-color css
<style>
a { background-color: #EC8F1E; }
a { background-color: rgb(236,143,30); }
div.DivClassName
{
background-color: #EC8F1E;
}
.BgClassName
{
background-color: #EC8F1E;
}
</style>
border-color css
<style>
span { border-color: #EC8F1E; }
span { border-color: rgb(236,143,30); }
td.TdClassName
{
border-color: #EC8F1E;
}
.TagClassName
{
border-color: #EC8F1E;
}
</style>