Shades of Carrot Orange #EE9114
Tints of Carrot Orange #EE9114
RGB
CMYK
RGB Variations
Color information
#EE9114 (or 0xEE9114) is known color: Carrot Orange. HEX triplet: EE, 91 and 14. RGB value is (238,145,20). Sum of RGB (Red+Green+Blue) = 238+145+20=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9114 is #116EEB. Grayscale: #9F9F9F. Windows color (decimal): -1142508 or 1348078. OLE color: 1348078.
HSL color Cylindrical-coordinate representation of color #EE9114: hue angle of 34.4º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE9114 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 20 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.07 |
| HSL | 34.4º | 0.87% | 0.51% | - |
| HSV(B) | 34.4º | 0.92% | 0.93% | - |
| XYZ | 45.51 | 38.48 | 5.69 | - |
| YUV | 158.56 | 49.81 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 20 | 0 | 0.39 | 0.92 | 0.07 | 34.4 | 0.87 | 0.51 |
| Hex | EE | 91 | 14 | 0 | 27 | 5C | 7 | 22 | 57 | 33 |
| Octal | 356 | 221 | 24 | 0 | 47 | 134 | 7 | 42 | 127 | 63 |
| Binary | 11101110 | 10010001 | 10100 | 0 | 100111 | 1011100 | 111 | 100010 | 1010111 | 110011 |
Color Harmonies of #EE9114
Complementary color
Monochromatic Colors of #EE9114
Black with #EE9114
Text Example
Text Example
White with #EE9114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9114; }
p { color: rgb(238,145,20); }
H1.HeaderClassName
{
color: #EE9114;
}
.AnyTagClassName
{
color: #EE9114;
}
</style>
background-color css
<style>
a { background-color: #EE9114; }
a { background-color: rgb(238,145,20); }
div.DivClassName
{
background-color: #EE9114;
}
.BgClassName
{
background-color: #EE9114;
}
</style>
border-color css
<style>
span { border-color: #EE9114; }
span { border-color: rgb(238,145,20); }
td.TdClassName
{
border-color: #EE9114;
}
.TagClassName
{
border-color: #EE9114;
}
</style>