Shades of Carrot Orange #EC992B
Tints of Carrot Orange #EC992B
RGB
CMYK
RGB Variations
Color information
#EC992B (or 0xEC992B) is known color: Carrot Orange. HEX triplet: EC, 99 and 2B. RGB value is (236,153,43). Sum of RGB (Red+Green+Blue) = 236+153+43=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC992B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC992B is #1366D4. Grayscale: #A5A5A5. Windows color (decimal): -1271509 or 2857452. OLE color: 2857452.
HSL color Cylindrical-coordinate representation of color #EC992B: hue angle of 34.2º 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 #EC992B is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 43 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.07 |
| HSL | 34.2º | 0.84% | 0.55% | - |
| HSV(B) | 34.2º | 0.82% | 0.93% | - |
| XYZ | 46.42 | 40.79 | 7.71 | - |
| YUV | 165.28 | 59 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 43 | 0 | 0.35 | 0.82 | 0.07 | 34.2 | 0.84 | 0.55 |
| Hex | EC | 99 | 2B | 0 | 23 | 52 | 7 | 22 | 54 | 37 |
| Octal | 354 | 231 | 53 | 0 | 43 | 122 | 7 | 42 | 124 | 67 |
| Binary | 11101100 | 10011001 | 101011 | 0 | 100011 | 1010010 | 111 | 100010 | 1010100 | 110111 |
Color Harmonies of #EC992B
Complementary color
Monochromatic Colors of #EC992B
Black with #EC992B
Text Example
Text Example
White with #EC992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC992B; }
p { color: rgb(236,153,43); }
H1.HeaderClassName
{
color: #EC992B;
}
.AnyTagClassName
{
color: #EC992B;
}
</style>
background-color css
<style>
a { background-color: #EC992B; }
a { background-color: rgb(236,153,43); }
div.DivClassName
{
background-color: #EC992B;
}
.BgClassName
{
background-color: #EC992B;
}
</style>
border-color css
<style>
span { border-color: #EC992B; }
span { border-color: rgb(236,153,43); }
td.TdClassName
{
border-color: #EC992B;
}
.TagClassName
{
border-color: #EC992B;
}
</style>