Shades of Carrot Orange #E08D1E
Tints of Carrot Orange #E08D1E
RGB
CMYK
RGB Variations
Color information
#E08D1E (or 0xE08D1E) is known color: Carrot Orange. HEX triplet: E0, 8D and 1E. RGB value is (224,141,30). Sum of RGB (Red+Green+Blue) = 224+141+30=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D1E is #1F72E1. Grayscale: #999999. Windows color (decimal): -2061026 or 2002400. OLE color: 2002400.
HSL color Cylindrical-coordinate representation of color #E08D1E: hue angle of 34.33º 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 #E08D1E is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 30 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.12 |
| HSL | 34.33º | 0.76% | 0.5% | - |
| HSV(B) | 34.33º | 0.87% | 0.88% | - |
| XYZ | 40.5 | 34.99 | 5.85 | - |
| YUV | 153.16 | 58.5 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 30 | 0 | 0.37 | 0.87 | 0.12 | 34.33 | 0.76 | 0.5 |
| Hex | E0 | 8D | 1E | 0 | 25 | 57 | C | 22 | 4C | 32 |
| Octal | 340 | 215 | 36 | 0 | 45 | 127 | 14 | 42 | 114 | 62 |
| Binary | 11100000 | 10001101 | 11110 | 0 | 100101 | 1010111 | 1100 | 100010 | 1001100 | 110010 |
Color Harmonies of #E08D1E
Complementary color
Monochromatic Colors of #E08D1E
Black with #E08D1E
Text Example
Text Example
White with #E08D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D1E; }
p { color: rgb(224,141,30); }
H1.HeaderClassName
{
color: #E08D1E;
}
.AnyTagClassName
{
color: #E08D1E;
}
</style>
background-color css
<style>
a { background-color: #E08D1E; }
a { background-color: rgb(224,141,30); }
div.DivClassName
{
background-color: #E08D1E;
}
.BgClassName
{
background-color: #E08D1E;
}
</style>
border-color css
<style>
span { border-color: #E08D1E; }
span { border-color: rgb(224,141,30); }
td.TdClassName
{
border-color: #E08D1E;
}
.TagClassName
{
border-color: #E08D1E;
}
</style>