Shades of Carrot Orange #E78529
Tints of Carrot Orange #E78529
RGB
CMYK
RGB Variations
Color information
#E78529 (or 0xE78529) is known color: Carrot Orange. HEX triplet: E7, 85 and 29. RGB value is (231,133,41). Sum of RGB (Red+Green+Blue) = 231+133+41=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E78529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78529 is #187AD6. Grayscale: #989898. Windows color (decimal): -1604311 or 2721255. OLE color: 2721255.
HSL color Cylindrical-coordinate representation of color #E78529: hue angle of 29.05º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E78529 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 41 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.09 |
| HSL | 29.05º | 0.8% | 0.53% | - |
| HSV(B) | 29.05º | 0.82% | 0.91% | - |
| XYZ | 41.74 | 33.92 | 6.45 | - |
| YUV | 151.81 | 65.47 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 41 | 0 | 0.42 | 0.82 | 0.09 | 29.05 | 0.8 | 0.53 |
| Hex | E7 | 85 | 29 | 0 | 2A | 52 | 9 | 1D | 50 | 35 |
| Octal | 347 | 205 | 51 | 0 | 52 | 122 | 11 | 35 | 120 | 65 |
| Binary | 11100111 | 10000101 | 101001 | 0 | 101010 | 1010010 | 1001 | 11101 | 1010000 | 110101 |
Color Harmonies of #E78529
Complementary color
Monochromatic Colors of #E78529
Black with #E78529
Text Example
Text Example
White with #E78529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78529; }
p { color: rgb(231,133,41); }
H1.HeaderClassName
{
color: #E78529;
}
.AnyTagClassName
{
color: #E78529;
}
</style>
background-color css
<style>
a { background-color: #E78529; }
a { background-color: rgb(231,133,41); }
div.DivClassName
{
background-color: #E78529;
}
.BgClassName
{
background-color: #E78529;
}
</style>
border-color css
<style>
span { border-color: #E78529; }
span { border-color: rgb(231,133,41); }
td.TdClassName
{
border-color: #E78529;
}
.TagClassName
{
border-color: #E78529;
}
</style>