Shades of Carrot Orange #EE901D
Tints of Carrot Orange #EE901D
RGB
CMYK
RGB Variations
Color information
#EE901D (or 0xEE901D) is known color: Carrot Orange. HEX triplet: EE, 90 and 1D. RGB value is (238,144,29). Sum of RGB (Red+Green+Blue) = 238+144+29=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE901D is #116FE2. Grayscale: #9F9F9F. Windows color (decimal): -1142755 or 1937646. OLE color: 1937646.
HSL color Cylindrical-coordinate representation of color #EE901D: hue angle of 33.01º 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 #EE901D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 29 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.07 |
| HSL | 33.01º | 0.86% | 0.52% | - |
| HSV(B) | 33.01º | 0.88% | 0.93% | - |
| XYZ | 45.45 | 38.21 | 6.14 | - |
| YUV | 159 | 54.64 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 29 | 0 | 0.39 | 0.88 | 0.07 | 33.01 | 0.86 | 0.52 |
| Hex | EE | 90 | 1D | 0 | 27 | 58 | 7 | 21 | 56 | 34 |
| Octal | 356 | 220 | 35 | 0 | 47 | 130 | 7 | 41 | 126 | 64 |
| Binary | 11101110 | 10010000 | 11101 | 0 | 100111 | 1011000 | 111 | 100001 | 1010110 | 110100 |
Color Harmonies of #EE901D
Complementary color
Monochromatic Colors of #EE901D
Black with #EE901D
Text Example
Text Example
White with #EE901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE901D; }
p { color: rgb(238,144,29); }
H1.HeaderClassName
{
color: #EE901D;
}
.AnyTagClassName
{
color: #EE901D;
}
</style>
background-color css
<style>
a { background-color: #EE901D; }
a { background-color: rgb(238,144,29); }
div.DivClassName
{
background-color: #EE901D;
}
.BgClassName
{
background-color: #EE901D;
}
</style>
border-color css
<style>
span { border-color: #EE901D; }
span { border-color: rgb(238,144,29); }
td.TdClassName
{
border-color: #EE901D;
}
.TagClassName
{
border-color: #EE901D;
}
</style>