Shades of Carrot Orange #E77F15
Tints of Carrot Orange #E77F15
RGB
CMYK
RGB Variations
Color information
#E77F15 (or 0xE77F15) is known color: Carrot Orange. HEX triplet: E7, 7F and 15. RGB value is (231,127,21). Sum of RGB (Red+Green+Blue) = 231+127+21=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77F15 is #1880EA. Grayscale: #929292. Windows color (decimal): -1605867 or 1408999. OLE color: 1408999.
HSL color Cylindrical-coordinate representation of color #E77F15: hue angle of 30.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E77F15 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 21 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.09 |
| HSL | 30.29º | 0.83% | 0.49% | - |
| HSV(B) | 30.29º | 0.91% | 0.91% | - |
| XYZ | 40.68 | 32.22 | 4.78 | - |
| YUV | 146.01 | 57.46 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 21 | 0 | 0.45 | 0.91 | 0.09 | 30.29 | 0.83 | 0.49 |
| Hex | E7 | 7F | 15 | 0 | 2D | 5B | 9 | 1E | 53 | 31 |
| Octal | 347 | 177 | 25 | 0 | 55 | 133 | 11 | 36 | 123 | 61 |
| Binary | 11100111 | 1111111 | 10101 | 0 | 101101 | 1011011 | 1001 | 11110 | 1010011 | 110001 |
Color Harmonies of #E77F15
Complementary color
Monochromatic Colors of #E77F15
Black with #E77F15
Text Example
Text Example
White with #E77F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F15; }
p { color: rgb(231,127,21); }
H1.HeaderClassName
{
color: #E77F15;
}
.AnyTagClassName
{
color: #E77F15;
}
</style>
background-color css
<style>
a { background-color: #E77F15; }
a { background-color: rgb(231,127,21); }
div.DivClassName
{
background-color: #E77F15;
}
.BgClassName
{
background-color: #E77F15;
}
</style>
border-color css
<style>
span { border-color: #E77F15; }
span { border-color: rgb(231,127,21); }
td.TdClassName
{
border-color: #E77F15;
}
.TagClassName
{
border-color: #E77F15;
}
</style>