Shades of Carrot Orange #EE942C
Tints of Carrot Orange #EE942C
RGB
CMYK
RGB Variations
Color information
#EE942C (or 0xEE942C) is known color: Carrot Orange. HEX triplet: EE, 94 and 2C. RGB value is (238,148,44). Sum of RGB (Red+Green+Blue) = 238+148+44=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE942C is #116BD3. Grayscale: #A3A3A3. Windows color (decimal): -1141716 or 2921710. OLE color: 2921710.
HSL color Cylindrical-coordinate representation of color #EE942C: hue angle of 32.16º 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 #EE942C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 44 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.07 |
| HSL | 32.16º | 0.85% | 0.55% | - |
| HSV(B) | 32.16º | 0.82% | 0.93% | - |
| XYZ | 46.3 | 39.54 | 7.57 | - |
| YUV | 163.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 44 | 0 | 0.38 | 0.82 | 0.07 | 32.16 | 0.85 | 0.55 |
| Hex | EE | 94 | 2C | 0 | 26 | 52 | 7 | 20 | 55 | 37 |
| Octal | 356 | 224 | 54 | 0 | 46 | 122 | 7 | 40 | 125 | 67 |
| Binary | 11101110 | 10010100 | 101100 | 0 | 100110 | 1010010 | 111 | 100000 | 1010101 | 110111 |
Color Harmonies of #EE942C
Complementary color
Monochromatic Colors of #EE942C
Black with #EE942C
Text Example
Text Example
White with #EE942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE942C; }
p { color: rgb(238,148,44); }
H1.HeaderClassName
{
color: #EE942C;
}
.AnyTagClassName
{
color: #EE942C;
}
</style>
background-color css
<style>
a { background-color: #EE942C; }
a { background-color: rgb(238,148,44); }
div.DivClassName
{
background-color: #EE942C;
}
.BgClassName
{
background-color: #EE942C;
}
</style>
border-color css
<style>
span { border-color: #EE942C; }
span { border-color: rgb(238,148,44); }
td.TdClassName
{
border-color: #EE942C;
}
.TagClassName
{
border-color: #EE942C;
}
</style>