Shades of Carrot Orange #E58E1B
Tints of Carrot Orange #E58E1B
RGB
CMYK
RGB Variations
Color information
#E58E1B (or 0xE58E1B) is known color: Carrot Orange. HEX triplet: E5, 8E and 1B. RGB value is (229,142,27). Sum of RGB (Red+Green+Blue) = 229+142+27=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58E1B is #1A71E4. Grayscale: #9B9B9B. Windows color (decimal): -1733093 or 1806053. OLE color: 1806053.
HSL color Cylindrical-coordinate representation of color #E58E1B: hue angle of 34.16º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E58E1B is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 27 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.10 |
| HSL | 34.16º | 0.8% | 0.5% | - |
| HSV(B) | 34.16º | 0.88% | 0.9% | - |
| XYZ | 42.18 | 36.08 | 5.78 | - |
| YUV | 154.9 | 55.82 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 27 | 0 | 0.38 | 0.88 | 0.10 | 34.16 | 0.8 | 0.5 |
| Hex | E5 | 8E | 1B | 0 | 26 | 58 | A | 22 | 50 | 32 |
| Octal | 345 | 216 | 33 | 0 | 46 | 130 | 12 | 42 | 120 | 62 |
| Binary | 11100101 | 10001110 | 11011 | 0 | 100110 | 1011000 | 1010 | 100010 | 1010000 | 110010 |
Color Harmonies of #E58E1B
Complementary color
Monochromatic Colors of #E58E1B
Black with #E58E1B
Text Example
Text Example
White with #E58E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E1B; }
p { color: rgb(229,142,27); }
H1.HeaderClassName
{
color: #E58E1B;
}
.AnyTagClassName
{
color: #E58E1B;
}
</style>
background-color css
<style>
a { background-color: #E58E1B; }
a { background-color: rgb(229,142,27); }
div.DivClassName
{
background-color: #E58E1B;
}
.BgClassName
{
background-color: #E58E1B;
}
</style>
border-color css
<style>
span { border-color: #E58E1B; }
span { border-color: rgb(229,142,27); }
td.TdClassName
{
border-color: #E58E1B;
}
.TagClassName
{
border-color: #E58E1B;
}
</style>