Shades of Carrot Orange #EE9229
Tints of Carrot Orange #EE9229
RGB
CMYK
RGB Variations
Color information
#EE9229 (or 0xEE9229) is known color: Carrot Orange. HEX triplet: EE, 92 and 29. RGB value is (238,146,41). Sum of RGB (Red+Green+Blue) = 238+146+41=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9229 is #116DD6. Grayscale: #A2A2A2. Windows color (decimal): -1142231 or 2724590. OLE color: 2724590.
HSL color Cylindrical-coordinate representation of color #EE9229: hue angle of 31.98º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE9229 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 41 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.07 |
| HSL | 31.98º | 0.85% | 0.55% | - |
| HSV(B) | 31.98º | 0.83% | 0.93% | - |
| XYZ | 45.94 | 38.9 | 7.18 | - |
| YUV | 161.54 | 59.98 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 41 | 0 | 0.39 | 0.83 | 0.07 | 31.98 | 0.85 | 0.55 |
| Hex | EE | 92 | 29 | 0 | 27 | 53 | 7 | 20 | 55 | 37 |
| Octal | 356 | 222 | 51 | 0 | 47 | 123 | 7 | 40 | 125 | 67 |
| Binary | 11101110 | 10010010 | 101001 | 0 | 100111 | 1010011 | 111 | 100000 | 1010101 | 110111 |
Color Harmonies of #EE9229
Complementary color
Monochromatic Colors of #EE9229
Black with #EE9229
Text Example
Text Example
White with #EE9229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9229; }
p { color: rgb(238,146,41); }
H1.HeaderClassName
{
color: #EE9229;
}
.AnyTagClassName
{
color: #EE9229;
}
</style>
background-color css
<style>
a { background-color: #EE9229; }
a { background-color: rgb(238,146,41); }
div.DivClassName
{
background-color: #EE9229;
}
.BgClassName
{
background-color: #EE9229;
}
</style>
border-color css
<style>
span { border-color: #EE9229; }
span { border-color: rgb(238,146,41); }
td.TdClassName
{
border-color: #EE9229;
}
.TagClassName
{
border-color: #EE9229;
}
</style>