Shades of Carrot Orange #E77F16
Tints of Carrot Orange #E77F16
RGB
CMYK
RGB Variations
Color information
#E77F16 (or 0xE77F16) is known color: Carrot Orange. HEX triplet: E7, 7F and 16. RGB value is (231,127,22). Sum of RGB (Red+Green+Blue) = 231+127+22=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77F16 is #1880E9. Grayscale: #929292. Windows color (decimal): -1605866 or 1474535. OLE color: 1474535.
HSL color Cylindrical-coordinate representation of color #E77F16: hue angle of 30.14º 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 #E77F16 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 22 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.09 |
| HSL | 30.14º | 0.83% | 0.5% | - |
| HSV(B) | 30.14º | 0.9% | 0.91% | - |
| XYZ | 40.69 | 32.23 | 4.83 | - |
| YUV | 146.13 | 57.96 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 22 | 0 | 0.45 | 0.90 | 0.09 | 30.14 | 0.83 | 0.5 |
| Hex | E7 | 7F | 16 | 0 | 2D | 5A | 9 | 1E | 53 | 32 |
| Octal | 347 | 177 | 26 | 0 | 55 | 132 | 11 | 36 | 123 | 62 |
| Binary | 11100111 | 1111111 | 10110 | 0 | 101101 | 1011010 | 1001 | 11110 | 1010011 | 110010 |
Color Harmonies of #E77F16
Complementary color
Monochromatic Colors of #E77F16
Black with #E77F16
Text Example
Text Example
White with #E77F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F16; }
p { color: rgb(231,127,22); }
H1.HeaderClassName
{
color: #E77F16;
}
.AnyTagClassName
{
color: #E77F16;
}
</style>
background-color css
<style>
a { background-color: #E77F16; }
a { background-color: rgb(231,127,22); }
div.DivClassName
{
background-color: #E77F16;
}
.BgClassName
{
background-color: #E77F16;
}
</style>
border-color css
<style>
span { border-color: #E77F16; }
span { border-color: rgb(231,127,22); }
td.TdClassName
{
border-color: #E77F16;
}
.TagClassName
{
border-color: #E77F16;
}
</style>