Shades of Carrot Orange #EE942D
Tints of Carrot Orange #EE942D
RGB
CMYK
RGB Variations
Color information
#EE942D (or 0xEE942D) is known color: Carrot Orange. HEX triplet: EE, 94 and 2D. RGB value is (238,148,45). Sum of RGB (Red+Green+Blue) = 238+148+45=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE942D is #116BD2. Grayscale: #A3A3A3. Windows color (decimal): -1141715 or 2987246. OLE color: 2987246.
HSL color Cylindrical-coordinate representation of color #EE942D: hue angle of 32.02º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE942D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 45 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.07 |
| HSL | 32.02º | 0.85% | 0.55% | - |
| HSV(B) | 32.02º | 0.81% | 0.93% | - |
| XYZ | 46.32 | 39.55 | 7.67 | - |
| YUV | 163.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 45 | 0 | 0.38 | 0.81 | 0.07 | 32.02 | 0.85 | 0.55 |
| Hex | EE | 94 | 2D | 0 | 26 | 51 | 7 | 20 | 55 | 37 |
| Octal | 356 | 224 | 55 | 0 | 46 | 121 | 7 | 40 | 125 | 67 |
| Binary | 11101110 | 10010100 | 101101 | 0 | 100110 | 1010001 | 111 | 100000 | 1010101 | 110111 |
Color Harmonies of #EE942D
Complementary color
Monochromatic Colors of #EE942D
Black with #EE942D
Text Example
Text Example
White with #EE942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE942D; }
p { color: rgb(238,148,45); }
H1.HeaderClassName
{
color: #EE942D;
}
.AnyTagClassName
{
color: #EE942D;
}
</style>
background-color css
<style>
a { background-color: #EE942D; }
a { background-color: rgb(238,148,45); }
div.DivClassName
{
background-color: #EE942D;
}
.BgClassName
{
background-color: #EE942D;
}
</style>
border-color css
<style>
span { border-color: #EE942D; }
span { border-color: rgb(238,148,45); }
td.TdClassName
{
border-color: #EE942D;
}
.TagClassName
{
border-color: #EE942D;
}
</style>