Shades of Carrot Orange #E57D16
Tints of Carrot Orange #E57D16
RGB
CMYK
RGB Variations
Color information
#E57D16 (or 0xE57D16) is known color: Carrot Orange. HEX triplet: E5, 7D and 16. RGB value is (229,125,22). Sum of RGB (Red+Green+Blue) = 229+125+22=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E57D16 is #1A82E9. Grayscale: #909090. Windows color (decimal): -1737450 or 1474021. OLE color: 1474021.
HSL color Cylindrical-coordinate representation of color #E57D16: hue angle of 29.86º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E57D16 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 22 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.10 |
| HSL | 29.86º | 0.82% | 0.49% | - |
| HSV(B) | 29.86º | 0.9% | 0.9% | - |
| XYZ | 39.79 | 31.38 | 4.72 | - |
| YUV | 144.35 | 58.96 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 22 | 0 | 0.45 | 0.90 | 0.10 | 29.86 | 0.82 | 0.49 |
| Hex | E5 | 7D | 16 | 0 | 2D | 5A | A | 1E | 52 | 31 |
| Octal | 345 | 175 | 26 | 0 | 55 | 132 | 12 | 36 | 122 | 61 |
| Binary | 11100101 | 1111101 | 10110 | 0 | 101101 | 1011010 | 1010 | 11110 | 1010010 | 110001 |
Color Harmonies of #E57D16
Complementary color
Monochromatic Colors of #E57D16
Black with #E57D16
Text Example
Text Example
White with #E57D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D16; }
p { color: rgb(229,125,22); }
H1.HeaderClassName
{
color: #E57D16;
}
.AnyTagClassName
{
color: #E57D16;
}
</style>
background-color css
<style>
a { background-color: #E57D16; }
a { background-color: rgb(229,125,22); }
div.DivClassName
{
background-color: #E57D16;
}
.BgClassName
{
background-color: #E57D16;
}
</style>
border-color css
<style>
span { border-color: #E57D16; }
span { border-color: rgb(229,125,22); }
td.TdClassName
{
border-color: #E57D16;
}
.TagClassName
{
border-color: #E57D16;
}
</style>