Shades of Carrot Orange #EE9313
Tints of Carrot Orange #EE9313
RGB
CMYK
RGB Variations
Color information
#EE9313 (or 0xEE9313) is known color: Carrot Orange. HEX triplet: EE, 93 and 13. RGB value is (238,147,19). Sum of RGB (Red+Green+Blue) = 238+147+19=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9313 is #116CEC. Grayscale: #A0A0A0. Windows color (decimal): -1141997 or 1283054. OLE color: 1283054.
HSL color Cylindrical-coordinate representation of color #EE9313: hue angle of 35.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE9313 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 19 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.07 |
| HSL | 35.07º | 0.87% | 0.5% | - |
| HSV(B) | 35.07º | 0.92% | 0.93% | - |
| XYZ | 45.81 | 39.09 | 5.75 | - |
| YUV | 159.62 | 48.65 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 19 | 0 | 0.38 | 0.92 | 0.07 | 35.07 | 0.87 | 0.5 |
| Hex | EE | 93 | 13 | 0 | 26 | 5C | 7 | 23 | 57 | 32 |
| Octal | 356 | 223 | 23 | 0 | 46 | 134 | 7 | 43 | 127 | 62 |
| Binary | 11101110 | 10010011 | 10011 | 0 | 100110 | 1011100 | 111 | 100011 | 1010111 | 110010 |
Color Harmonies of #EE9313
Complementary color
Monochromatic Colors of #EE9313
Black with #EE9313
Text Example
Text Example
White with #EE9313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9313; }
p { color: rgb(238,147,19); }
H1.HeaderClassName
{
color: #EE9313;
}
.AnyTagClassName
{
color: #EE9313;
}
</style>
background-color css
<style>
a { background-color: #EE9313; }
a { background-color: rgb(238,147,19); }
div.DivClassName
{
background-color: #EE9313;
}
.BgClassName
{
background-color: #EE9313;
}
</style>
border-color css
<style>
span { border-color: #EE9313; }
span { border-color: rgb(238,147,19); }
td.TdClassName
{
border-color: #EE9313;
}
.TagClassName
{
border-color: #EE9313;
}
</style>