Shades of Carrot Orange #E57F1E
Tints of Carrot Orange #E57F1E
RGB
CMYK
RGB Variations
Color information
#E57F1E (or 0xE57F1E) is known color: Carrot Orange. HEX triplet: E5, 7F and 1E. RGB value is (229,127,30). Sum of RGB (Red+Green+Blue) = 229+127+30=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57F1E is #1A80E1. Grayscale: #929292. Windows color (decimal): -1736930 or 1998821. OLE color: 1998821.
HSL color Cylindrical-coordinate representation of color #E57F1E: hue angle of 29.25º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E57F1E is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 30 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.10 |
| HSL | 29.25º | 0.79% | 0.51% | - |
| HSV(B) | 29.25º | 0.87% | 0.9% | - |
| XYZ | 40.14 | 31.93 | 5.28 | - |
| YUV | 146.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 30 | 0 | 0.45 | 0.87 | 0.10 | 29.25 | 0.79 | 0.51 |
| Hex | E5 | 7F | 1E | 0 | 2D | 57 | A | 1D | 4F | 33 |
| Octal | 345 | 177 | 36 | 0 | 55 | 127 | 12 | 35 | 117 | 63 |
| Binary | 11100101 | 1111111 | 11110 | 0 | 101101 | 1010111 | 1010 | 11101 | 1001111 | 110011 |
Color Harmonies of #E57F1E
Complementary color
Monochromatic Colors of #E57F1E
Black with #E57F1E
Text Example
Text Example
White with #E57F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F1E; }
p { color: rgb(229,127,30); }
H1.HeaderClassName
{
color: #E57F1E;
}
.AnyTagClassName
{
color: #E57F1E;
}
</style>
background-color css
<style>
a { background-color: #E57F1E; }
a { background-color: rgb(229,127,30); }
div.DivClassName
{
background-color: #E57F1E;
}
.BgClassName
{
background-color: #E57F1E;
}
</style>
border-color css
<style>
span { border-color: #E57F1E; }
span { border-color: rgb(229,127,30); }
td.TdClassName
{
border-color: #E57F1E;
}
.TagClassName
{
border-color: #E57F1E;
}
</style>