Shades of Carrot Orange #E9912D
Tints of Carrot Orange #E9912D
RGB
CMYK
RGB Variations
Color information
#E9912D (or 0xE9912D) is known color: Carrot Orange. HEX triplet: E9, 91 and 2D. RGB value is (233,145,45). Sum of RGB (Red+Green+Blue) = 233+145+45=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9912D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9912D is #166ED2. Grayscale: #A0A0A0. Windows color (decimal): -1470163 or 2986473. OLE color: 2986473.
HSL color Cylindrical-coordinate representation of color #E9912D: hue angle of 31.91º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9912D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 45 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.09 |
| HSL | 31.91º | 0.81% | 0.55% | - |
| HSV(B) | 31.91º | 0.81% | 0.91% | - |
| XYZ | 44.2 | 37.76 | 7.44 | - |
| YUV | 159.91 | 63.15 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 45 | 0 | 0.38 | 0.81 | 0.09 | 31.91 | 0.81 | 0.55 |
| Hex | E9 | 91 | 2D | 0 | 26 | 51 | 9 | 20 | 51 | 37 |
| Octal | 351 | 221 | 55 | 0 | 46 | 121 | 11 | 40 | 121 | 67 |
| Binary | 11101001 | 10010001 | 101101 | 0 | 100110 | 1010001 | 1001 | 100000 | 1010001 | 110111 |
Color Harmonies of #E9912D
Complementary color
Monochromatic Colors of #E9912D
Black with #E9912D
Text Example
Text Example
White with #E9912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9912D; }
p { color: rgb(233,145,45); }
H1.HeaderClassName
{
color: #E9912D;
}
.AnyTagClassName
{
color: #E9912D;
}
</style>
background-color css
<style>
a { background-color: #E9912D; }
a { background-color: rgb(233,145,45); }
div.DivClassName
{
background-color: #E9912D;
}
.BgClassName
{
background-color: #E9912D;
}
</style>
border-color css
<style>
span { border-color: #E9912D; }
span { border-color: rgb(233,145,45); }
td.TdClassName
{
border-color: #E9912D;
}
.TagClassName
{
border-color: #E9912D;
}
</style>