Shades of Carrot Orange #E98F14
Tints of Carrot Orange #E98F14
RGB
CMYK
RGB Variations
Color information
#E98F14 (or 0xE98F14) is known color: Carrot Orange. HEX triplet: E9, 8F and 14. RGB value is (233,143,20). Sum of RGB (Red+Green+Blue) = 233+143+20=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98F14 is #1670EB. Grayscale: #9C9C9C. Windows color (decimal): -1470700 or 1347561. OLE color: 1347561.
HSL color Cylindrical-coordinate representation of color #E98F14: hue angle of 34.65º degrees, saturation: 0.84, 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 #E98F14 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 20 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.09 |
| HSL | 34.65º | 0.84% | 0.5% | - |
| HSV(B) | 34.65º | 0.91% | 0.91% | - |
| XYZ | 43.55 | 37.02 | 5.51 | - |
| YUV | 155.89 | 51.32 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 20 | 0 | 0.39 | 0.91 | 0.09 | 34.65 | 0.84 | 0.5 |
| Hex | E9 | 8F | 14 | 0 | 27 | 5B | 9 | 23 | 54 | 32 |
| Octal | 351 | 217 | 24 | 0 | 47 | 133 | 11 | 43 | 124 | 62 |
| Binary | 11101001 | 10001111 | 10100 | 0 | 100111 | 1011011 | 1001 | 100011 | 1010100 | 110010 |
Color Harmonies of #E98F14
Complementary color
Monochromatic Colors of #E98F14
Black with #E98F14
Text Example
Text Example
White with #E98F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98F14; }
p { color: rgb(233,143,20); }
H1.HeaderClassName
{
color: #E98F14;
}
.AnyTagClassName
{
color: #E98F14;
}
</style>
background-color css
<style>
a { background-color: #E98F14; }
a { background-color: rgb(233,143,20); }
div.DivClassName
{
background-color: #E98F14;
}
.BgClassName
{
background-color: #E98F14;
}
</style>
border-color css
<style>
span { border-color: #E98F14; }
span { border-color: rgb(233,143,20); }
td.TdClassName
{
border-color: #E98F14;
}
.TagClassName
{
border-color: #E98F14;
}
</style>