Shades of Carrot Orange #EC8F1B
Tints of Carrot Orange #EC8F1B
RGB
CMYK
RGB Variations
Color information
#EC8F1B (or 0xEC8F1B) is known color: Carrot Orange. HEX triplet: EC, 8F and 1B. RGB value is (236,143,27). Sum of RGB (Red+Green+Blue) = 236+143+27=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8F1B is #1370E4. Grayscale: #9E9E9E. Windows color (decimal): -1274085 or 1806316. OLE color: 1806316.
HSL color Cylindrical-coordinate representation of color #EC8F1B: hue angle of 33.3º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC8F1B is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 27 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.07 |
| HSL | 33.3º | 0.85% | 0.52% | - |
| HSV(B) | 33.3º | 0.89% | 0.93% | - |
| XYZ | 44.61 | 37.56 | 5.93 | - |
| YUV | 157.58 | 54.31 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 27 | 0 | 0.39 | 0.89 | 0.07 | 33.3 | 0.85 | 0.52 |
| Hex | EC | 8F | 1B | 0 | 27 | 59 | 7 | 21 | 55 | 34 |
| Octal | 354 | 217 | 33 | 0 | 47 | 131 | 7 | 41 | 125 | 64 |
| Binary | 11101100 | 10001111 | 11011 | 0 | 100111 | 1011001 | 111 | 100001 | 1010101 | 110100 |
Color Harmonies of #EC8F1B
Complementary color
Monochromatic Colors of #EC8F1B
Black with #EC8F1B
Text Example
Text Example
White with #EC8F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F1B; }
p { color: rgb(236,143,27); }
H1.HeaderClassName
{
color: #EC8F1B;
}
.AnyTagClassName
{
color: #EC8F1B;
}
</style>
background-color css
<style>
a { background-color: #EC8F1B; }
a { background-color: rgb(236,143,27); }
div.DivClassName
{
background-color: #EC8F1B;
}
.BgClassName
{
background-color: #EC8F1B;
}
</style>
border-color css
<style>
span { border-color: #EC8F1B; }
span { border-color: rgb(236,143,27); }
td.TdClassName
{
border-color: #EC8F1B;
}
.TagClassName
{
border-color: #EC8F1B;
}
</style>