Shades of Carrot Orange #EE921D
Tints of Carrot Orange #EE921D
RGB
CMYK
RGB Variations
Color information
#EE921D (or 0xEE921D) is known color: Carrot Orange. HEX triplet: EE, 92 and 1D. RGB value is (238,146,29). Sum of RGB (Red+Green+Blue) = 238+146+29=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE921D is #116DE2. Grayscale: #A0A0A0. Windows color (decimal): -1142243 or 1938158. OLE color: 1938158.
HSL color Cylindrical-coordinate representation of color #EE921D: hue angle of 33.59º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE921D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 29 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.07 |
| HSL | 33.59º | 0.86% | 0.52% | - |
| HSV(B) | 33.59º | 0.88% | 0.93% | - |
| XYZ | 45.76 | 38.82 | 6.24 | - |
| YUV | 160.17 | 53.98 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 29 | 0 | 0.39 | 0.88 | 0.07 | 33.59 | 0.86 | 0.52 |
| Hex | EE | 92 | 1D | 0 | 27 | 58 | 7 | 22 | 56 | 34 |
| Octal | 356 | 222 | 35 | 0 | 47 | 130 | 7 | 42 | 126 | 64 |
| Binary | 11101110 | 10010010 | 11101 | 0 | 100111 | 1011000 | 111 | 100010 | 1010110 | 110100 |
Color Harmonies of #EE921D
Complementary color
Monochromatic Colors of #EE921D
Black with #EE921D
Text Example
Text Example
White with #EE921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE921D; }
p { color: rgb(238,146,29); }
H1.HeaderClassName
{
color: #EE921D;
}
.AnyTagClassName
{
color: #EE921D;
}
</style>
background-color css
<style>
a { background-color: #EE921D; }
a { background-color: rgb(238,146,29); }
div.DivClassName
{
background-color: #EE921D;
}
.BgClassName
{
background-color: #EE921D;
}
</style>
border-color css
<style>
span { border-color: #EE921D; }
span { border-color: rgb(238,146,29); }
td.TdClassName
{
border-color: #EE921D;
}
.TagClassName
{
border-color: #EE921D;
}
</style>