Shades of Carrot Orange #EC9928
Tints of Carrot Orange #EC9928
RGB
CMYK
RGB Variations
Color information
#EC9928 (or 0xEC9928) is known color: Carrot Orange. HEX triplet: EC, 99 and 28. RGB value is (236,153,40). Sum of RGB (Red+Green+Blue) = 236+153+40=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9928 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9928 is #1366D7. Grayscale: #A5A5A5. Windows color (decimal): -1271512 or 2660844. OLE color: 2660844.
HSL color Cylindrical-coordinate representation of color #EC9928: hue angle of 34.59º 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 #EC9928 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 40 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.07 |
| HSL | 34.59º | 0.84% | 0.54% | - |
| HSV(B) | 34.59º | 0.83% | 0.93% | - |
| XYZ | 46.37 | 40.77 | 7.43 | - |
| YUV | 164.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 40 | 0 | 0.35 | 0.83 | 0.07 | 34.59 | 0.84 | 0.54 |
| Hex | EC | 99 | 28 | 0 | 23 | 53 | 7 | 23 | 54 | 36 |
| Octal | 354 | 231 | 50 | 0 | 43 | 123 | 7 | 43 | 124 | 66 |
| Binary | 11101100 | 10011001 | 101000 | 0 | 100011 | 1010011 | 111 | 100011 | 1010100 | 110110 |
Color Harmonies of #EC9928
Complementary color
Monochromatic Colors of #EC9928
Black with #EC9928
Text Example
Text Example
White with #EC9928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9928; }
p { color: rgb(236,153,40); }
H1.HeaderClassName
{
color: #EC9928;
}
.AnyTagClassName
{
color: #EC9928;
}
</style>
background-color css
<style>
a { background-color: #EC9928; }
a { background-color: rgb(236,153,40); }
div.DivClassName
{
background-color: #EC9928;
}
.BgClassName
{
background-color: #EC9928;
}
</style>
border-color css
<style>
span { border-color: #EC9928; }
span { border-color: rgb(236,153,40); }
td.TdClassName
{
border-color: #EC9928;
}
.TagClassName
{
border-color: #EC9928;
}
</style>