Shades of Carrot Orange #E98B14
Tints of Carrot Orange #E98B14
RGB
CMYK
RGB Variations
Color information
#E98B14 (or 0xE98B14) is known color: Carrot Orange. HEX triplet: E9, 8B and 14. RGB value is (233,139,20). Sum of RGB (Red+Green+Blue) = 233+139+20=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E98B14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98B14 is #1674EB. Grayscale: #9A9A9A. Windows color (decimal): -1471724 or 1346537. OLE color: 1346537.
HSL color Cylindrical-coordinate representation of color #E98B14: hue angle of 33.52º 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 #E98B14 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 20 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.09 |
| HSL | 33.52º | 0.84% | 0.5% | - |
| HSV(B) | 33.52º | 0.91% | 0.91% | - |
| XYZ | 42.96 | 35.84 | 5.32 | - |
| YUV | 153.54 | 52.64 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 20 | 0 | 0.40 | 0.91 | 0.09 | 33.52 | 0.84 | 0.5 |
| Hex | E9 | 8B | 14 | 0 | 28 | 5B | 9 | 22 | 54 | 32 |
| Octal | 351 | 213 | 24 | 0 | 50 | 133 | 11 | 42 | 124 | 62 |
| Binary | 11101001 | 10001011 | 10100 | 0 | 101000 | 1011011 | 1001 | 100010 | 1010100 | 110010 |
Color Harmonies of #E98B14
Complementary color
Monochromatic Colors of #E98B14
Black with #E98B14
Text Example
Text Example
White with #E98B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98B14; }
p { color: rgb(233,139,20); }
H1.HeaderClassName
{
color: #E98B14;
}
.AnyTagClassName
{
color: #E98B14;
}
</style>
background-color css
<style>
a { background-color: #E98B14; }
a { background-color: rgb(233,139,20); }
div.DivClassName
{
background-color: #E98B14;
}
.BgClassName
{
background-color: #E98B14;
}
</style>
border-color css
<style>
span { border-color: #E98B14; }
span { border-color: rgb(233,139,20); }
td.TdClassName
{
border-color: #E98B14;
}
.TagClassName
{
border-color: #E98B14;
}
</style>