Shades of Carrot Orange #EE922D
Tints of Carrot Orange #EE922D
RGB
CMYK
RGB Variations
Color information
#EE922D (or 0xEE922D) is known color: Carrot Orange. HEX triplet: EE, 92 and 2D. RGB value is (238,146,45). Sum of RGB (Red+Green+Blue) = 238+146+45=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE922D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE922D is #116DD2. Grayscale: #A2A2A2. Windows color (decimal): -1142227 or 2986734. OLE color: 2986734.
HSL color Cylindrical-coordinate representation of color #EE922D: hue angle of 31.4º 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 #EE922D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 45 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.07 |
| HSL | 31.4º | 0.85% | 0.55% | - |
| HSV(B) | 31.4º | 0.81% | 0.93% | - |
| XYZ | 46.01 | 38.92 | 7.57 | - |
| YUV | 161.99 | 61.98 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 45 | 0 | 0.39 | 0.81 | 0.07 | 31.4 | 0.85 | 0.55 |
| Hex | EE | 92 | 2D | 0 | 27 | 51 | 7 | 1F | 55 | 37 |
| Octal | 356 | 222 | 55 | 0 | 47 | 121 | 7 | 37 | 125 | 67 |
| Binary | 11101110 | 10010010 | 101101 | 0 | 100111 | 1010001 | 111 | 11111 | 1010101 | 110111 |
Color Harmonies of #EE922D
Complementary color
Monochromatic Colors of #EE922D
Black with #EE922D
Text Example
Text Example
White with #EE922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE922D; }
p { color: rgb(238,146,45); }
H1.HeaderClassName
{
color: #EE922D;
}
.AnyTagClassName
{
color: #EE922D;
}
</style>
background-color css
<style>
a { background-color: #EE922D; }
a { background-color: rgb(238,146,45); }
div.DivClassName
{
background-color: #EE922D;
}
.BgClassName
{
background-color: #EE922D;
}
</style>
border-color css
<style>
span { border-color: #EE922D; }
span { border-color: rgb(238,146,45); }
td.TdClassName
{
border-color: #EE922D;
}
.TagClassName
{
border-color: #EE922D;
}
</style>