Shades of Carrot Orange #E8A124
Tints of Carrot Orange #E8A124
RGB
CMYK
RGB Variations
Color information
#E8A124 (or 0xE8A124) is known color: Carrot Orange. HEX triplet: E8, A1 and 24. RGB value is (232,161,36). Sum of RGB (Red+Green+Blue) = 232+161+36=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A124 is #175EDB. Grayscale: #A8A8A8. Windows color (decimal): -1531612 or 2400744. OLE color: 2400744.
HSL color Cylindrical-coordinate representation of color #E8A124: hue angle of 38.27º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8A124 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 36 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.09 |
| HSL | 38.27º | 0.81% | 0.53% | - |
| HSV(B) | 38.27º | 0.84% | 0.91% | - |
| XYZ | 46.34 | 42.77 | 7.48 | - |
| YUV | 167.98 | 53.52 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 36 | 0 | 0.31 | 0.84 | 0.09 | 38.27 | 0.81 | 0.53 |
| Hex | E8 | A1 | 24 | 0 | 1F | 54 | 9 | 26 | 51 | 35 |
| Octal | 350 | 241 | 44 | 0 | 37 | 124 | 11 | 46 | 121 | 65 |
| Binary | 11101000 | 10100001 | 100100 | 0 | 11111 | 1010100 | 1001 | 100110 | 1010001 | 110101 |
Color Harmonies of #E8A124
Complementary color
Monochromatic Colors of #E8A124
Black with #E8A124
Text Example
Text Example
White with #E8A124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A124; }
p { color: rgb(232,161,36); }
H1.HeaderClassName
{
color: #E8A124;
}
.AnyTagClassName
{
color: #E8A124;
}
</style>
background-color css
<style>
a { background-color: #E8A124; }
a { background-color: rgb(232,161,36); }
div.DivClassName
{
background-color: #E8A124;
}
.BgClassName
{
background-color: #E8A124;
}
</style>
border-color css
<style>
span { border-color: #E8A124; }
span { border-color: rgb(232,161,36); }
td.TdClassName
{
border-color: #E8A124;
}
.TagClassName
{
border-color: #E8A124;
}
</style>