Shades of Carrot Orange #E8942C
Tints of Carrot Orange #E8942C
RGB
CMYK
RGB Variations
Color information
#E8942C (or 0xE8942C) is known color: Carrot Orange. HEX triplet: E8, 94 and 2C. RGB value is (232,148,44). Sum of RGB (Red+Green+Blue) = 232+148+44=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E8942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8942C is #176BD3. Grayscale: #A1A1A1. Windows color (decimal): -1534932 or 2921704. OLE color: 2921704.
HSL color Cylindrical-coordinate representation of color #E8942C: hue angle of 33.19º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8942C is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 148 | 44 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.09 |
| HSL | 33.19º | 0.8% | 0.54% | - |
| HSV(B) | 33.19º | 0.81% | 0.91% | - |
| XYZ | 44.32 | 38.52 | 7.48 | - |
| YUV | 161.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 44 | 0 | 0.36 | 0.81 | 0.09 | 33.19 | 0.8 | 0.54 |
| Hex | E8 | 94 | 2C | 0 | 24 | 51 | 9 | 21 | 50 | 36 |
| Octal | 350 | 224 | 54 | 0 | 44 | 121 | 11 | 41 | 120 | 66 |
| Binary | 11101000 | 10010100 | 101100 | 0 | 100100 | 1010001 | 1001 | 100001 | 1010000 | 110110 |
Color Harmonies of #E8942C
Complementary color
Monochromatic Colors of #E8942C
Black with #E8942C
Text Example
Text Example
White with #E8942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8942C; }
p { color: rgb(232,148,44); }
H1.HeaderClassName
{
color: #E8942C;
}
.AnyTagClassName
{
color: #E8942C;
}
</style>
background-color css
<style>
a { background-color: #E8942C; }
a { background-color: rgb(232,148,44); }
div.DivClassName
{
background-color: #E8942C;
}
.BgClassName
{
background-color: #E8942C;
}
</style>
border-color css
<style>
span { border-color: #E8942C; }
span { border-color: rgb(232,148,44); }
td.TdClassName
{
border-color: #E8942C;
}
.TagClassName
{
border-color: #E8942C;
}
</style>