Shades of Carrot Orange #E7A021
Tints of Carrot Orange #E7A021
RGB
CMYK
RGB Variations
Color information
#E7A021 (or 0xE7A021) is known color: Carrot Orange. HEX triplet: E7, A0 and 21. RGB value is (231,160,33). Sum of RGB (Red+Green+Blue) = 231+160+33=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A021 is #185FDE. Grayscale: #A7A7A7. Windows color (decimal): -1597407 or 2203879. OLE color: 2203879.
HSL color Cylindrical-coordinate representation of color #E7A021: hue angle of 38.48º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7A021 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 33 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.09 |
| HSL | 38.48º | 0.8% | 0.52% | - |
| HSV(B) | 38.48º | 0.86% | 0.91% | - |
| XYZ | 45.8 | 42.24 | 7.18 | - |
| YUV | 166.75 | 52.52 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 33 | 0 | 0.31 | 0.86 | 0.09 | 38.48 | 0.8 | 0.52 |
| Hex | E7 | A0 | 21 | 0 | 1F | 56 | 9 | 26 | 50 | 34 |
| Octal | 347 | 240 | 41 | 0 | 37 | 126 | 11 | 46 | 120 | 64 |
| Binary | 11100111 | 10100000 | 100001 | 0 | 11111 | 1010110 | 1001 | 100110 | 1010000 | 110100 |
Color Harmonies of #E7A021
Complementary color
Monochromatic Colors of #E7A021
Black with #E7A021
Text Example
Text Example
White with #E7A021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A021; }
p { color: rgb(231,160,33); }
H1.HeaderClassName
{
color: #E7A021;
}
.AnyTagClassName
{
color: #E7A021;
}
</style>
background-color css
<style>
a { background-color: #E7A021; }
a { background-color: rgb(231,160,33); }
div.DivClassName
{
background-color: #E7A021;
}
.BgClassName
{
background-color: #E7A021;
}
</style>
border-color css
<style>
span { border-color: #E7A021; }
span { border-color: rgb(231,160,33); }
td.TdClassName
{
border-color: #E7A021;
}
.TagClassName
{
border-color: #E7A021;
}
</style>