Shades of Carrot Orange #EE9013
Tints of Carrot Orange #EE9013
RGB
CMYK
RGB Variations
Color information
#EE9013 (or 0xEE9013) is known color: Carrot Orange. HEX triplet: EE, 90 and 13. RGB value is (238,144,19). Sum of RGB (Red+Green+Blue) = 238+144+19=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9013 is #116FEC. Grayscale: #9E9E9E. Windows color (decimal): -1142765 or 1282286. OLE color: 1282286.
HSL color Cylindrical-coordinate representation of color #EE9013: hue angle of 34.25º 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 #EE9013 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 19 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.07 |
| HSL | 34.25º | 0.87% | 0.5% | - |
| HSV(B) | 34.25º | 0.92% | 0.93% | - |
| XYZ | 45.35 | 38.17 | 5.59 | - |
| YUV | 157.86 | 49.64 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 19 | 0 | 0.39 | 0.92 | 0.07 | 34.25 | 0.87 | 0.5 |
| Hex | EE | 90 | 13 | 0 | 27 | 5C | 7 | 22 | 57 | 32 |
| Octal | 356 | 220 | 23 | 0 | 47 | 134 | 7 | 42 | 127 | 62 |
| Binary | 11101110 | 10010000 | 10011 | 0 | 100111 | 1011100 | 111 | 100010 | 1010111 | 110010 |
Color Harmonies of #EE9013
Complementary color
Monochromatic Colors of #EE9013
Black with #EE9013
Text Example
Text Example
White with #EE9013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9013; }
p { color: rgb(238,144,19); }
H1.HeaderClassName
{
color: #EE9013;
}
.AnyTagClassName
{
color: #EE9013;
}
</style>
background-color css
<style>
a { background-color: #EE9013; }
a { background-color: rgb(238,144,19); }
div.DivClassName
{
background-color: #EE9013;
}
.BgClassName
{
background-color: #EE9013;
}
</style>
border-color css
<style>
span { border-color: #EE9013; }
span { border-color: rgb(238,144,19); }
td.TdClassName
{
border-color: #EE9013;
}
.TagClassName
{
border-color: #EE9013;
}
</style>