Shades of Carrot Orange #EC8F2A
Tints of Carrot Orange #EC8F2A
RGB
CMYK
RGB Variations
Color information
#EC8F2A (or 0xEC8F2A) is known color: Carrot Orange. HEX triplet: EC, 8F and 2A. RGB value is (236,143,42). Sum of RGB (Red+Green+Blue) = 236+143+42=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8F2A is #1370D5. Grayscale: #9F9F9F. Windows color (decimal): -1274070 or 2789356. OLE color: 2789356.
HSL color Cylindrical-coordinate representation of color #EC8F2A: hue angle of 31.24º 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 #EC8F2A is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 42 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.07 |
| HSL | 31.24º | 0.84% | 0.55% | - |
| HSV(B) | 31.24º | 0.82% | 0.93% | - |
| XYZ | 44.83 | 37.64 | 7.09 | - |
| YUV | 159.29 | 61.81 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 42 | 0 | 0.39 | 0.82 | 0.07 | 31.24 | 0.84 | 0.55 |
| Hex | EC | 8F | 2A | 0 | 27 | 52 | 7 | 1F | 54 | 37 |
| Octal | 354 | 217 | 52 | 0 | 47 | 122 | 7 | 37 | 124 | 67 |
| Binary | 11101100 | 10001111 | 101010 | 0 | 100111 | 1010010 | 111 | 11111 | 1010100 | 110111 |
Color Harmonies of #EC8F2A
Complementary color
Monochromatic Colors of #EC8F2A
Black with #EC8F2A
Text Example
Text Example
White with #EC8F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F2A; }
p { color: rgb(236,143,42); }
H1.HeaderClassName
{
color: #EC8F2A;
}
.AnyTagClassName
{
color: #EC8F2A;
}
</style>
background-color css
<style>
a { background-color: #EC8F2A; }
a { background-color: rgb(236,143,42); }
div.DivClassName
{
background-color: #EC8F2A;
}
.BgClassName
{
background-color: #EC8F2A;
}
</style>
border-color css
<style>
span { border-color: #EC8F2A; }
span { border-color: rgb(236,143,42); }
td.TdClassName
{
border-color: #EC8F2A;
}
.TagClassName
{
border-color: #EC8F2A;
}
</style>