Shades of Carrot Orange #E98115
Tints of Carrot Orange #E98115
RGB
CMYK
RGB Variations
Color information
#E98115 (or 0xE98115) is known color: Carrot Orange. HEX triplet: E9, 81 and 15. RGB value is (233,129,21). Sum of RGB (Red+Green+Blue) = 233+129+21=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E98115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98115 is #167EEA. Grayscale: #949494. Windows color (decimal): -1474283 or 1409513. OLE color: 1409513.
HSL color Cylindrical-coordinate representation of color #E98115: hue angle of 30.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E98115 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 21 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.09 |
| HSL | 30.57º | 0.83% | 0.5% | - |
| HSV(B) | 30.57º | 0.91% | 0.91% | - |
| XYZ | 41.59 | 33.08 | 4.9 | - |
| YUV | 147.78 | 56.46 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 21 | 0 | 0.45 | 0.91 | 0.09 | 30.57 | 0.83 | 0.5 |
| Hex | E9 | 81 | 15 | 0 | 2D | 5B | 9 | 1F | 53 | 32 |
| Octal | 351 | 201 | 25 | 0 | 55 | 133 | 11 | 37 | 123 | 62 |
| Binary | 11101001 | 10000001 | 10101 | 0 | 101101 | 1011011 | 1001 | 11111 | 1010011 | 110010 |
Color Harmonies of #E98115
Complementary color
Monochromatic Colors of #E98115
Black with #E98115
Text Example
Text Example
White with #E98115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98115; }
p { color: rgb(233,129,21); }
H1.HeaderClassName
{
color: #E98115;
}
.AnyTagClassName
{
color: #E98115;
}
</style>
background-color css
<style>
a { background-color: #E98115; }
a { background-color: rgb(233,129,21); }
div.DivClassName
{
background-color: #E98115;
}
.BgClassName
{
background-color: #E98115;
}
</style>
border-color css
<style>
span { border-color: #E98115; }
span { border-color: rgb(233,129,21); }
td.TdClassName
{
border-color: #E98115;
}
.TagClassName
{
border-color: #E98115;
}
</style>