Shades of Carrot Orange #EE932C
Tints of Carrot Orange #EE932C
RGB
CMYK
RGB Variations
Color information
#EE932C (or 0xEE932C) is known color: Carrot Orange. HEX triplet: EE, 93 and 2C. RGB value is (238,147,44). Sum of RGB (Red+Green+Blue) = 238+147+44=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE932C is #116CD3. Grayscale: #A2A2A2. Windows color (decimal): -1141972 or 2921454. OLE color: 2921454.
HSL color Cylindrical-coordinate representation of color #EE932C: hue angle of 31.86º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE932C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 44 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.07 |
| HSL | 31.86º | 0.85% | 0.55% | - |
| HSV(B) | 31.86º | 0.82% | 0.93% | - |
| XYZ | 46.15 | 39.23 | 7.52 | - |
| YUV | 162.47 | 61.15 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 44 | 0 | 0.38 | 0.82 | 0.07 | 31.86 | 0.85 | 0.55 |
| Hex | EE | 93 | 2C | 0 | 26 | 52 | 7 | 20 | 55 | 37 |
| Octal | 356 | 223 | 54 | 0 | 46 | 122 | 7 | 40 | 125 | 67 |
| Binary | 11101110 | 10010011 | 101100 | 0 | 100110 | 1010010 | 111 | 100000 | 1010101 | 110111 |
Color Harmonies of #EE932C
Complementary color
Monochromatic Colors of #EE932C
Black with #EE932C
Text Example
Text Example
White with #EE932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE932C; }
p { color: rgb(238,147,44); }
H1.HeaderClassName
{
color: #EE932C;
}
.AnyTagClassName
{
color: #EE932C;
}
</style>
background-color css
<style>
a { background-color: #EE932C; }
a { background-color: rgb(238,147,44); }
div.DivClassName
{
background-color: #EE932C;
}
.BgClassName
{
background-color: #EE932C;
}
</style>
border-color css
<style>
span { border-color: #EE932C; }
span { border-color: rgb(238,147,44); }
td.TdClassName
{
border-color: #EE932C;
}
.TagClassName
{
border-color: #EE932C;
}
</style>