Shades of Carrot Orange #E58B1A
Tints of Carrot Orange #E58B1A
RGB
CMYK
RGB Variations
Color information
#E58B1A (or 0xE58B1A) is known color: Carrot Orange. HEX triplet: E5, 8B and 1A. RGB value is (229,139,26). Sum of RGB (Red+Green+Blue) = 229+139+26=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58B1A is #1A74E5. Grayscale: #999999. Windows color (decimal): -1733862 or 1739749. OLE color: 1739749.
HSL color Cylindrical-coordinate representation of color #E58B1A: hue angle of 33.4º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E58B1A is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 26 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.10 |
| HSL | 33.4º | 0.8% | 0.5% | - |
| HSV(B) | 33.4º | 0.89% | 0.9% | - |
| XYZ | 41.73 | 35.2 | 5.57 | - |
| YUV | 153.03 | 56.32 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 26 | 0 | 0.39 | 0.89 | 0.10 | 33.4 | 0.8 | 0.5 |
| Hex | E5 | 8B | 1A | 0 | 27 | 59 | A | 21 | 50 | 32 |
| Octal | 345 | 213 | 32 | 0 | 47 | 131 | 12 | 41 | 120 | 62 |
| Binary | 11100101 | 10001011 | 11010 | 0 | 100111 | 1011001 | 1010 | 100001 | 1010000 | 110010 |
Color Harmonies of #E58B1A
Complementary color
Monochromatic Colors of #E58B1A
Black with #E58B1A
Text Example
Text Example
White with #E58B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B1A; }
p { color: rgb(229,139,26); }
H1.HeaderClassName
{
color: #E58B1A;
}
.AnyTagClassName
{
color: #E58B1A;
}
</style>
background-color css
<style>
a { background-color: #E58B1A; }
a { background-color: rgb(229,139,26); }
div.DivClassName
{
background-color: #E58B1A;
}
.BgClassName
{
background-color: #E58B1A;
}
</style>
border-color css
<style>
span { border-color: #E58B1A; }
span { border-color: rgb(229,139,26); }
td.TdClassName
{
border-color: #E58B1A;
}
.TagClassName
{
border-color: #E58B1A;
}
</style>