Shades of Carrot Orange #EE9213
Tints of Carrot Orange #EE9213
RGB
CMYK
RGB Variations
Color information
#EE9213 (or 0xEE9213) is known color: Carrot Orange. HEX triplet: EE, 92 and 13. RGB value is (238,146,19). Sum of RGB (Red+Green+Blue) = 238+146+19=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9213 is #116DEC. Grayscale: #9F9F9F. Windows color (decimal): -1142253 or 1282798. OLE color: 1282798.
HSL color Cylindrical-coordinate representation of color #EE9213: hue angle of 34.79º 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 #EE9213 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 19 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.07 |
| HSL | 34.79º | 0.87% | 0.5% | - |
| HSV(B) | 34.79º | 0.92% | 0.93% | - |
| XYZ | 45.66 | 38.78 | 5.7 | - |
| YUV | 159.03 | 48.98 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 19 | 0 | 0.39 | 0.92 | 0.07 | 34.79 | 0.87 | 0.5 |
| Hex | EE | 92 | 13 | 0 | 27 | 5C | 7 | 23 | 57 | 32 |
| Octal | 356 | 222 | 23 | 0 | 47 | 134 | 7 | 43 | 127 | 62 |
| Binary | 11101110 | 10010010 | 10011 | 0 | 100111 | 1011100 | 111 | 100011 | 1010111 | 110010 |
Color Harmonies of #EE9213
Complementary color
Monochromatic Colors of #EE9213
Black with #EE9213
Text Example
Text Example
White with #EE9213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9213; }
p { color: rgb(238,146,19); }
H1.HeaderClassName
{
color: #EE9213;
}
.AnyTagClassName
{
color: #EE9213;
}
</style>
background-color css
<style>
a { background-color: #EE9213; }
a { background-color: rgb(238,146,19); }
div.DivClassName
{
background-color: #EE9213;
}
.BgClassName
{
background-color: #EE9213;
}
</style>
border-color css
<style>
span { border-color: #EE9213; }
span { border-color: rgb(238,146,19); }
td.TdClassName
{
border-color: #EE9213;
}
.TagClassName
{
border-color: #EE9213;
}
</style>