Shades of Carrot Orange #E08319
Tints of Carrot Orange #E08319
RGB
CMYK
RGB Variations
Color information
#E08319 (or 0xE08319) is known color: Carrot Orange. HEX triplet: E0, 83 and 19. RGB value is (224,131,25). Sum of RGB (Red+Green+Blue) = 224+131+25=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E08319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08319 is #1F7CE6. Grayscale: #939393. Windows color (decimal): -2063591 or 1672160. OLE color: 1672160.
HSL color Cylindrical-coordinate representation of color #E08319: hue angle of 31.96º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E08319 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.12 |
| HSL | 31.96º | 0.8% | 0.49% | - |
| HSV(B) | 31.96º | 0.89% | 0.88% | - |
| XYZ | 39.03 | 32.15 | 5.07 | - |
| YUV | 146.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 25 | 0 | 0.42 | 0.89 | 0.12 | 31.96 | 0.8 | 0.49 |
| Hex | E0 | 83 | 19 | 0 | 2A | 59 | C | 20 | 50 | 31 |
| Octal | 340 | 203 | 31 | 0 | 52 | 131 | 14 | 40 | 120 | 61 |
| Binary | 11100000 | 10000011 | 11001 | 0 | 101010 | 1011001 | 1100 | 100000 | 1010000 | 110001 |
Color Harmonies of #E08319
Complementary color
Monochromatic Colors of #E08319
Black with #E08319
Text Example
Text Example
White with #E08319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08319; }
p { color: rgb(224,131,25); }
H1.HeaderClassName
{
color: #E08319;
}
.AnyTagClassName
{
color: #E08319;
}
</style>
background-color css
<style>
a { background-color: #E08319; }
a { background-color: rgb(224,131,25); }
div.DivClassName
{
background-color: #E08319;
}
.BgClassName
{
background-color: #E08319;
}
</style>
border-color css
<style>
span { border-color: #E08319; }
span { border-color: rgb(224,131,25); }
td.TdClassName
{
border-color: #E08319;
}
.TagClassName
{
border-color: #E08319;
}
</style>