Shades of Carrot Orange #EC8A27
Tints of Carrot Orange #EC8A27
RGB
CMYK
RGB Variations
Color information
#EC8A27 (or 0xEC8A27) is known color: Carrot Orange. HEX triplet: EC, 8A and 27. RGB value is (236,138,39). Sum of RGB (Red+Green+Blue) = 236+138+39=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A27 is #1375D8. Grayscale: #9C9C9C. Windows color (decimal): -1275353 or 2591468. OLE color: 2591468.
HSL color Cylindrical-coordinate representation of color #EC8A27: hue angle of 30.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC8A27 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 39 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.07 |
| HSL | 30.15º | 0.84% | 0.54% | - |
| HSV(B) | 30.15º | 0.83% | 0.93% | - |
| XYZ | 44.05 | 36.16 | 6.58 | - |
| YUV | 156.02 | 61.97 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 39 | 0 | 0.42 | 0.83 | 0.07 | 30.15 | 0.84 | 0.54 |
| Hex | EC | 8A | 27 | 0 | 2A | 53 | 7 | 1E | 54 | 36 |
| Octal | 354 | 212 | 47 | 0 | 52 | 123 | 7 | 36 | 124 | 66 |
| Binary | 11101100 | 10001010 | 100111 | 0 | 101010 | 1010011 | 111 | 11110 | 1010100 | 110110 |
Color Harmonies of #EC8A27
Complementary color
Monochromatic Colors of #EC8A27
Black with #EC8A27
Text Example
Text Example
White with #EC8A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A27; }
p { color: rgb(236,138,39); }
H1.HeaderClassName
{
color: #EC8A27;
}
.AnyTagClassName
{
color: #EC8A27;
}
</style>
background-color css
<style>
a { background-color: #EC8A27; }
a { background-color: rgb(236,138,39); }
div.DivClassName
{
background-color: #EC8A27;
}
.BgClassName
{
background-color: #EC8A27;
}
</style>
border-color css
<style>
span { border-color: #EC8A27; }
span { border-color: rgb(236,138,39); }
td.TdClassName
{
border-color: #EC8A27;
}
.TagClassName
{
border-color: #EC8A27;
}
</style>