Shades of Carrot Orange #EE9324
Tints of Carrot Orange #EE9324
RGB
CMYK
RGB Variations
Color information
#EE9324 (or 0xEE9324) is known color: Carrot Orange. HEX triplet: EE, 93 and 24. RGB value is (238,147,36). Sum of RGB (Red+Green+Blue) = 238+147+36=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9324 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9324 is #116CDB. Grayscale: #A2A2A2. Windows color (decimal): -1141980 or 2397166. OLE color: 2397166.
HSL color Cylindrical-coordinate representation of color #EE9324: hue angle of 32.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE9324 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 36 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.07 |
| HSL | 32.97º | 0.86% | 0.54% | - |
| HSV(B) | 32.97º | 0.85% | 0.93% | - |
| XYZ | 46.01 | 39.17 | 6.8 | - |
| YUV | 161.56 | 57.15 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 36 | 0 | 0.38 | 0.85 | 0.07 | 32.97 | 0.86 | 0.54 |
| Hex | EE | 93 | 24 | 0 | 26 | 55 | 7 | 21 | 56 | 36 |
| Octal | 356 | 223 | 44 | 0 | 46 | 125 | 7 | 41 | 126 | 66 |
| Binary | 11101110 | 10010011 | 100100 | 0 | 100110 | 1010101 | 111 | 100001 | 1010110 | 110110 |
Color Harmonies of #EE9324
Complementary color
Monochromatic Colors of #EE9324
Black with #EE9324
Text Example
Text Example
White with #EE9324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9324; }
p { color: rgb(238,147,36); }
H1.HeaderClassName
{
color: #EE9324;
}
.AnyTagClassName
{
color: #EE9324;
}
</style>
background-color css
<style>
a { background-color: #EE9324; }
a { background-color: rgb(238,147,36); }
div.DivClassName
{
background-color: #EE9324;
}
.BgClassName
{
background-color: #EE9324;
}
</style>
border-color css
<style>
span { border-color: #EE9324; }
span { border-color: rgb(238,147,36); }
td.TdClassName
{
border-color: #EE9324;
}
.TagClassName
{
border-color: #EE9324;
}
</style>