Shades of Carrot Orange #E99421
Tints of Carrot Orange #E99421
RGB
CMYK
RGB Variations
Color information
#E99421 (or 0xE99421) is known color: Carrot Orange. HEX triplet: E9, 94 and 21. RGB value is (233,148,33). Sum of RGB (Red+Green+Blue) = 233+148+33=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E99421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99421 is #166BDE. Grayscale: #A0A0A0. Windows color (decimal): -1469407 or 2200809. OLE color: 2200809.
HSL color Cylindrical-coordinate representation of color #E99421: hue angle of 34.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E99421 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 33 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.09 |
| HSL | 34.5º | 0.82% | 0.52% | - |
| HSV(B) | 34.5º | 0.86% | 0.91% | - |
| XYZ | 44.47 | 38.61 | 6.55 | - |
| YUV | 160.31 | 56.16 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 33 | 0 | 0.36 | 0.86 | 0.09 | 34.5 | 0.82 | 0.52 |
| Hex | E9 | 94 | 21 | 0 | 24 | 56 | 9 | 22 | 52 | 34 |
| Octal | 351 | 224 | 41 | 0 | 44 | 126 | 11 | 42 | 122 | 64 |
| Binary | 11101001 | 10010100 | 100001 | 0 | 100100 | 1010110 | 1001 | 100010 | 1010010 | 110100 |
Color Harmonies of #E99421
Complementary color
Monochromatic Colors of #E99421
Black with #E99421
Text Example
Text Example
White with #E99421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99421; }
p { color: rgb(233,148,33); }
H1.HeaderClassName
{
color: #E99421;
}
.AnyTagClassName
{
color: #E99421;
}
</style>
background-color css
<style>
a { background-color: #E99421; }
a { background-color: rgb(233,148,33); }
div.DivClassName
{
background-color: #E99421;
}
.BgClassName
{
background-color: #E99421;
}
</style>
border-color css
<style>
span { border-color: #E99421; }
span { border-color: rgb(233,148,33); }
td.TdClassName
{
border-color: #E99421;
}
.TagClassName
{
border-color: #E99421;
}
</style>