Shades of Carrot Orange #E9912A
Tints of Carrot Orange #E9912A
RGB
CMYK
RGB Variations
Color information
#E9912A (or 0xE9912A) is known color: Carrot Orange. HEX triplet: E9, 91 and 2A. RGB value is (233,145,42). Sum of RGB (Red+Green+Blue) = 233+145+42=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E9912A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9912A is #166ED5. Grayscale: #A0A0A0. Windows color (decimal): -1470166 or 2789865. OLE color: 2789865.
HSL color Cylindrical-coordinate representation of color #E9912A: hue angle of 32.36º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9912A is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 42 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.09 |
| HSL | 32.36º | 0.81% | 0.54% | - |
| HSV(B) | 32.36º | 0.82% | 0.91% | - |
| XYZ | 44.15 | 37.74 | 7.15 | - |
| YUV | 159.57 | 61.65 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 42 | 0 | 0.38 | 0.82 | 0.09 | 32.36 | 0.81 | 0.54 |
| Hex | E9 | 91 | 2A | 0 | 26 | 52 | 9 | 20 | 51 | 36 |
| Octal | 351 | 221 | 52 | 0 | 46 | 122 | 11 | 40 | 121 | 66 |
| Binary | 11101001 | 10010001 | 101010 | 0 | 100110 | 1010010 | 1001 | 100000 | 1010001 | 110110 |
Color Harmonies of #E9912A
Complementary color
Monochromatic Colors of #E9912A
Black with #E9912A
Text Example
Text Example
White with #E9912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9912A; }
p { color: rgb(233,145,42); }
H1.HeaderClassName
{
color: #E9912A;
}
.AnyTagClassName
{
color: #E9912A;
}
</style>
background-color css
<style>
a { background-color: #E9912A; }
a { background-color: rgb(233,145,42); }
div.DivClassName
{
background-color: #E9912A;
}
.BgClassName
{
background-color: #E9912A;
}
</style>
border-color css
<style>
span { border-color: #E9912A; }
span { border-color: rgb(233,145,42); }
td.TdClassName
{
border-color: #E9912A;
}
.TagClassName
{
border-color: #E9912A;
}
</style>