Shades of Carrot Orange #E58B14
Tints of Carrot Orange #E58B14
RGB
CMYK
RGB Variations
Color information
#E58B14 (or 0xE58B14) is known color: Carrot Orange. HEX triplet: E5, 8B and 14. RGB value is (229,139,20). Sum of RGB (Red+Green+Blue) = 229+139+20=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58B14 is #1A74EB. Grayscale: #989898. Windows color (decimal): -1733868 or 1346533. OLE color: 1346533.
HSL color Cylindrical-coordinate representation of color #E58B14: hue angle of 34.16º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E58B14 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 20 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.10 |
| HSL | 34.16º | 0.84% | 0.49% | - |
| HSV(B) | 34.16º | 0.91% | 0.9% | - |
| XYZ | 41.67 | 35.17 | 5.25 | - |
| YUV | 152.34 | 53.32 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 20 | 0 | 0.39 | 0.91 | 0.10 | 34.16 | 0.84 | 0.49 |
| Hex | E5 | 8B | 14 | 0 | 27 | 5B | A | 22 | 54 | 31 |
| Octal | 345 | 213 | 24 | 0 | 47 | 133 | 12 | 42 | 124 | 61 |
| Binary | 11100101 | 10001011 | 10100 | 0 | 100111 | 1011011 | 1010 | 100010 | 1010100 | 110001 |
Color Harmonies of #E58B14
Complementary color
Monochromatic Colors of #E58B14
Black with #E58B14
Text Example
Text Example
White with #E58B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B14; }
p { color: rgb(229,139,20); }
H1.HeaderClassName
{
color: #E58B14;
}
.AnyTagClassName
{
color: #E58B14;
}
</style>
background-color css
<style>
a { background-color: #E58B14; }
a { background-color: rgb(229,139,20); }
div.DivClassName
{
background-color: #E58B14;
}
.BgClassName
{
background-color: #E58B14;
}
</style>
border-color css
<style>
span { border-color: #E58B14; }
span { border-color: rgb(229,139,20); }
td.TdClassName
{
border-color: #E58B14;
}
.TagClassName
{
border-color: #E58B14;
}
</style>