Shades of Carrot Orange #EC8A1C
Tints of Carrot Orange #EC8A1C
RGB
CMYK
RGB Variations
Color information
#EC8A1C (or 0xEC8A1C) is known color: Carrot Orange. HEX triplet: EC, 8A and 1C. RGB value is (236,138,28). Sum of RGB (Red+Green+Blue) = 236+138+28=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A1C is #1375E3. Grayscale: #9B9B9B. Windows color (decimal): -1275364 or 1870572. OLE color: 1870572.
HSL color Cylindrical-coordinate representation of color #EC8A1C: hue angle of 31.73º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC8A1C is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 28 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.07 |
| HSL | 31.73º | 0.85% | 0.52% | - |
| HSV(B) | 31.73º | 0.88% | 0.93% | - |
| XYZ | 43.89 | 36.09 | 5.75 | - |
| YUV | 154.76 | 56.47 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 28 | 0 | 0.42 | 0.88 | 0.07 | 31.73 | 0.85 | 0.52 |
| Hex | EC | 8A | 1C | 0 | 2A | 58 | 7 | 20 | 55 | 34 |
| Octal | 354 | 212 | 34 | 0 | 52 | 130 | 7 | 40 | 125 | 64 |
| Binary | 11101100 | 10001010 | 11100 | 0 | 101010 | 1011000 | 111 | 100000 | 1010101 | 110100 |
Color Harmonies of #EC8A1C
Complementary color
Monochromatic Colors of #EC8A1C
Black with #EC8A1C
Text Example
Text Example
White with #EC8A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A1C; }
p { color: rgb(236,138,28); }
H1.HeaderClassName
{
color: #EC8A1C;
}
.AnyTagClassName
{
color: #EC8A1C;
}
</style>
background-color css
<style>
a { background-color: #EC8A1C; }
a { background-color: rgb(236,138,28); }
div.DivClassName
{
background-color: #EC8A1C;
}
.BgClassName
{
background-color: #EC8A1C;
}
</style>
border-color css
<style>
span { border-color: #EC8A1C; }
span { border-color: rgb(236,138,28); }
td.TdClassName
{
border-color: #EC8A1C;
}
.TagClassName
{
border-color: #EC8A1C;
}
</style>