Shades of Carrot Orange #E58A12
Tints of Carrot Orange #E58A12
RGB
CMYK
RGB Variations
Color information
#E58A12 (or 0xE58A12) is known color: Carrot Orange. HEX triplet: E5, 8A and 12. RGB value is (229,138,18). Sum of RGB (Red+Green+Blue) = 229+138+18=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58A12 is #1A75ED. Grayscale: #989898. Windows color (decimal): -1734126 or 1215205. OLE color: 1215205.
HSL color Cylindrical-coordinate representation of color #E58A12: hue angle of 34.12º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E58A12 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 18 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.10 |
| HSL | 34.12º | 0.85% | 0.48% | - |
| HSV(B) | 34.12º | 0.92% | 0.9% | - |
| XYZ | 41.51 | 34.88 | 5.12 | - |
| YUV | 151.53 | 52.65 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 18 | 0 | 0.40 | 0.92 | 0.10 | 34.12 | 0.85 | 0.48 |
| Hex | E5 | 8A | 12 | 0 | 28 | 5C | A | 22 | 55 | 30 |
| Octal | 345 | 212 | 22 | 0 | 50 | 134 | 12 | 42 | 125 | 60 |
| Binary | 11100101 | 10001010 | 10010 | 0 | 101000 | 1011100 | 1010 | 100010 | 1010101 | 110000 |
Color Harmonies of #E58A12
Complementary color
Monochromatic Colors of #E58A12
Black with #E58A12
Text Example
Text Example
White with #E58A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A12; }
p { color: rgb(229,138,18); }
H1.HeaderClassName
{
color: #E58A12;
}
.AnyTagClassName
{
color: #E58A12;
}
</style>
background-color css
<style>
a { background-color: #E58A12; }
a { background-color: rgb(229,138,18); }
div.DivClassName
{
background-color: #E58A12;
}
.BgClassName
{
background-color: #E58A12;
}
</style>
border-color css
<style>
span { border-color: #E58A12; }
span { border-color: rgb(229,138,18); }
td.TdClassName
{
border-color: #E58A12;
}
.TagClassName
{
border-color: #E58A12;
}
</style>