Shades of Carrot Orange #EC8423
Tints of Carrot Orange #EC8423
RGB
CMYK
RGB Variations
Color information
#EC8423 (or 0xEC8423) is known color: Carrot Orange. HEX triplet: EC, 84 and 23. RGB value is (236,132,35). Sum of RGB (Red+Green+Blue) = 236+132+35=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8423 is #137BDC. Grayscale: #989898. Windows color (decimal): -1276893 or 2327788. OLE color: 2327788.
HSL color Cylindrical-coordinate representation of color #EC8423: hue angle of 28.96º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC8423 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 35 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.07 |
| HSL | 28.96º | 0.84% | 0.53% | - |
| HSV(B) | 28.96º | 0.85% | 0.93% | - |
| XYZ | 43.15 | 34.46 | 5.97 | - |
| YUV | 152.04 | 61.96 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 35 | 0 | 0.44 | 0.85 | 0.07 | 28.96 | 0.84 | 0.53 |
| Hex | EC | 84 | 23 | 0 | 2C | 55 | 7 | 1D | 54 | 35 |
| Octal | 354 | 204 | 43 | 0 | 54 | 125 | 7 | 35 | 124 | 65 |
| Binary | 11101100 | 10000100 | 100011 | 0 | 101100 | 1010101 | 111 | 11101 | 1010100 | 110101 |
Color Harmonies of #EC8423
Complementary color
Monochromatic Colors of #EC8423
Black with #EC8423
Text Example
Text Example
White with #EC8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8423; }
p { color: rgb(236,132,35); }
H1.HeaderClassName
{
color: #EC8423;
}
.AnyTagClassName
{
color: #EC8423;
}
</style>
background-color css
<style>
a { background-color: #EC8423; }
a { background-color: rgb(236,132,35); }
div.DivClassName
{
background-color: #EC8423;
}
.BgClassName
{
background-color: #EC8423;
}
</style>
border-color css
<style>
span { border-color: #EC8423; }
span { border-color: rgb(236,132,35); }
td.TdClassName
{
border-color: #EC8423;
}
.TagClassName
{
border-color: #EC8423;
}
</style>