Shades of Carrot Orange #E08B1E
Tints of Carrot Orange #E08B1E
RGB
CMYK
RGB Variations
Color information
#E08B1E (or 0xE08B1E) is known color: Carrot Orange. HEX triplet: E0, 8B and 1E. RGB value is (224,139,30). Sum of RGB (Red+Green+Blue) = 224+139+30=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B1E is #1F74E1. Grayscale: #989898. Windows color (decimal): -2061538 or 2001888. OLE color: 2001888.
HSL color Cylindrical-coordinate representation of color #E08B1E: hue angle of 33.71º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E08B1E is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 30 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.12 |
| HSL | 33.71º | 0.76% | 0.5% | - |
| HSV(B) | 33.71º | 0.87% | 0.88% | - |
| XYZ | 40.21 | 34.41 | 5.75 | - |
| YUV | 151.99 | 59.16 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 30 | 0 | 0.38 | 0.87 | 0.12 | 33.71 | 0.76 | 0.5 |
| Hex | E0 | 8B | 1E | 0 | 26 | 57 | C | 22 | 4C | 32 |
| Octal | 340 | 213 | 36 | 0 | 46 | 127 | 14 | 42 | 114 | 62 |
| Binary | 11100000 | 10001011 | 11110 | 0 | 100110 | 1010111 | 1100 | 100010 | 1001100 | 110010 |
Color Harmonies of #E08B1E
Complementary color
Monochromatic Colors of #E08B1E
Black with #E08B1E
Text Example
Text Example
White with #E08B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B1E; }
p { color: rgb(224,139,30); }
H1.HeaderClassName
{
color: #E08B1E;
}
.AnyTagClassName
{
color: #E08B1E;
}
</style>
background-color css
<style>
a { background-color: #E08B1E; }
a { background-color: rgb(224,139,30); }
div.DivClassName
{
background-color: #E08B1E;
}
.BgClassName
{
background-color: #E08B1E;
}
</style>
border-color css
<style>
span { border-color: #E08B1E; }
span { border-color: rgb(224,139,30); }
td.TdClassName
{
border-color: #E08B1E;
}
.TagClassName
{
border-color: #E08B1E;
}
</style>