Shades of Carrot Orange #E77D16
Tints of Carrot Orange #E77D16
RGB
CMYK
RGB Variations
Color information
#E77D16 (or 0xE77D16) is known color: Carrot Orange. HEX triplet: E7, 7D and 16. RGB value is (231,125,22). Sum of RGB (Red+Green+Blue) = 231+125+22=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77D16 is #1882E9. Grayscale: #919191. Windows color (decimal): -1606378 or 1474023. OLE color: 1474023.
HSL color Cylindrical-coordinate representation of color #E77D16: hue angle of 29.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E77D16 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 22 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.09 |
| HSL | 29.57º | 0.83% | 0.5% | - |
| HSV(B) | 29.57º | 0.9% | 0.91% | - |
| XYZ | 40.43 | 31.71 | 4.75 | - |
| YUV | 144.95 | 58.62 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 22 | 0 | 0.46 | 0.90 | 0.09 | 29.57 | 0.83 | 0.5 |
| Hex | E7 | 7D | 16 | 0 | 2E | 5A | 9 | 1E | 53 | 32 |
| Octal | 347 | 175 | 26 | 0 | 56 | 132 | 11 | 36 | 123 | 62 |
| Binary | 11100111 | 1111101 | 10110 | 0 | 101110 | 1011010 | 1001 | 11110 | 1010011 | 110010 |
Color Harmonies of #E77D16
Complementary color
Monochromatic Colors of #E77D16
Black with #E77D16
Text Example
Text Example
White with #E77D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D16; }
p { color: rgb(231,125,22); }
H1.HeaderClassName
{
color: #E77D16;
}
.AnyTagClassName
{
color: #E77D16;
}
</style>
background-color css
<style>
a { background-color: #E77D16; }
a { background-color: rgb(231,125,22); }
div.DivClassName
{
background-color: #E77D16;
}
.BgClassName
{
background-color: #E77D16;
}
</style>
border-color css
<style>
span { border-color: #E77D16; }
span { border-color: rgb(231,125,22); }
td.TdClassName
{
border-color: #E77D16;
}
.TagClassName
{
border-color: #E77D16;
}
</style>