Shades of Carrot Orange #E79015
Tints of Carrot Orange #E79015
RGB
CMYK
RGB Variations
Color information
#E79015 (or 0xE79015) is known color: Carrot Orange. HEX triplet: E7, 90 and 15. RGB value is (231,144,21). Sum of RGB (Red+Green+Blue) = 231+144+21=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E79015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79015 is #186FEA. Grayscale: #9C9C9C. Windows color (decimal): -1601515 or 1413351. OLE color: 1413351.
HSL color Cylindrical-coordinate representation of color #E79015: hue angle of 35.14º 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 #E79015 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 21 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.09 |
| HSL | 35.14º | 0.83% | 0.49% | - |
| HSV(B) | 35.14º | 0.91% | 0.91% | - |
| XYZ | 43.06 | 36.99 | 5.58 | - |
| YUV | 155.99 | 51.82 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 21 | 0 | 0.38 | 0.91 | 0.09 | 35.14 | 0.83 | 0.49 |
| Hex | E7 | 90 | 15 | 0 | 26 | 5B | 9 | 23 | 53 | 31 |
| Octal | 347 | 220 | 25 | 0 | 46 | 133 | 11 | 43 | 123 | 61 |
| Binary | 11100111 | 10010000 | 10101 | 0 | 100110 | 1011011 | 1001 | 100011 | 1010011 | 110001 |
Color Harmonies of #E79015
Complementary color
Monochromatic Colors of #E79015
Black with #E79015
Text Example
Text Example
White with #E79015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79015; }
p { color: rgb(231,144,21); }
H1.HeaderClassName
{
color: #E79015;
}
.AnyTagClassName
{
color: #E79015;
}
</style>
background-color css
<style>
a { background-color: #E79015; }
a { background-color: rgb(231,144,21); }
div.DivClassName
{
background-color: #E79015;
}
.BgClassName
{
background-color: #E79015;
}
</style>
border-color css
<style>
span { border-color: #E79015; }
span { border-color: rgb(231,144,21); }
td.TdClassName
{
border-color: #E79015;
}
.TagClassName
{
border-color: #E79015;
}
</style>