Shades of Carrot Orange #E58B1C
Tints of Carrot Orange #E58B1C
RGB
CMYK
RGB Variations
Color information
#E58B1C (or 0xE58B1C) is known color: Carrot Orange. HEX triplet: E5, 8B and 1C. RGB value is (229,139,28). Sum of RGB (Red+Green+Blue) = 229+139+28=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58B1C is #1A74E3. Grayscale: #999999. Windows color (decimal): -1733860 or 1870821. OLE color: 1870821.
HSL color Cylindrical-coordinate representation of color #E58B1C: hue angle of 33.13º degrees, saturation: 0.79, 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 #E58B1C is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 28 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.10 |
| HSL | 33.13º | 0.79% | 0.5% | - |
| HSV(B) | 33.13º | 0.88% | 0.9% | - |
| XYZ | 41.76 | 35.21 | 5.69 | - |
| YUV | 153.26 | 57.32 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 28 | 0 | 0.39 | 0.88 | 0.10 | 33.13 | 0.79 | 0.5 |
| Hex | E5 | 8B | 1C | 0 | 27 | 58 | A | 21 | 4F | 32 |
| Octal | 345 | 213 | 34 | 0 | 47 | 130 | 12 | 41 | 117 | 62 |
| Binary | 11100101 | 10001011 | 11100 | 0 | 100111 | 1011000 | 1010 | 100001 | 1001111 | 110010 |
Color Harmonies of #E58B1C
Complementary color
Monochromatic Colors of #E58B1C
Black with #E58B1C
Text Example
Text Example
White with #E58B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B1C; }
p { color: rgb(229,139,28); }
H1.HeaderClassName
{
color: #E58B1C;
}
.AnyTagClassName
{
color: #E58B1C;
}
</style>
background-color css
<style>
a { background-color: #E58B1C; }
a { background-color: rgb(229,139,28); }
div.DivClassName
{
background-color: #E58B1C;
}
.BgClassName
{
background-color: #E58B1C;
}
</style>
border-color css
<style>
span { border-color: #E58B1C; }
span { border-color: rgb(229,139,28); }
td.TdClassName
{
border-color: #E58B1C;
}
.TagClassName
{
border-color: #E58B1C;
}
</style>