Shades of Carrot Orange #EC8E2B
Tints of Carrot Orange #EC8E2B
RGB
CMYK
RGB Variations
Color information
#EC8E2B (or 0xEC8E2B) is known color: Carrot Orange. HEX triplet: EC, 8E and 2B. RGB value is (236,142,43). Sum of RGB (Red+Green+Blue) = 236+142+43=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8E2B is #1371D4. Grayscale: #9F9F9F. Windows color (decimal): -1274325 or 2854636. OLE color: 2854636.
HSL color Cylindrical-coordinate representation of color #EC8E2B: hue angle of 30.78º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC8E2B is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 43 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.07 |
| HSL | 30.78º | 0.84% | 0.55% | - |
| HSV(B) | 30.78º | 0.82% | 0.93% | - |
| XYZ | 44.7 | 37.35 | 7.14 | - |
| YUV | 158.82 | 62.64 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 43 | 0 | 0.40 | 0.82 | 0.07 | 30.78 | 0.84 | 0.55 |
| Hex | EC | 8E | 2B | 0 | 28 | 52 | 7 | 1F | 54 | 37 |
| Octal | 354 | 216 | 53 | 0 | 50 | 122 | 7 | 37 | 124 | 67 |
| Binary | 11101100 | 10001110 | 101011 | 0 | 101000 | 1010010 | 111 | 11111 | 1010100 | 110111 |
Color Harmonies of #EC8E2B
Complementary color
Monochromatic Colors of #EC8E2B
Black with #EC8E2B
Text Example
Text Example
White with #EC8E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E2B; }
p { color: rgb(236,142,43); }
H1.HeaderClassName
{
color: #EC8E2B;
}
.AnyTagClassName
{
color: #EC8E2B;
}
</style>
background-color css
<style>
a { background-color: #EC8E2B; }
a { background-color: rgb(236,142,43); }
div.DivClassName
{
background-color: #EC8E2B;
}
.BgClassName
{
background-color: #EC8E2B;
}
</style>
border-color css
<style>
span { border-color: #EC8E2B; }
span { border-color: rgb(236,142,43); }
td.TdClassName
{
border-color: #EC8E2B;
}
.TagClassName
{
border-color: #EC8E2B;
}
</style>