Shades of Carrot Orange #EE9621
Tints of Carrot Orange #EE9621
RGB
CMYK
RGB Variations
Color information
#EE9621 (or 0xEE9621) is known color: Carrot Orange. HEX triplet: EE, 96 and 21. RGB value is (238,150,33). Sum of RGB (Red+Green+Blue) = 238+150+33=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9621 is #1169DE. Grayscale: #A3A3A3. Windows color (decimal): -1141215 or 2201326. OLE color: 2201326.
HSL color Cylindrical-coordinate representation of color #EE9621: hue angle of 34.24º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE9621 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 33 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.07 |
| HSL | 34.24º | 0.86% | 0.53% | - |
| HSV(B) | 34.24º | 0.86% | 0.93% | - |
| XYZ | 46.44 | 40.1 | 6.73 | - |
| YUV | 162.97 | 54.65 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 33 | 0 | 0.37 | 0.86 | 0.07 | 34.24 | 0.86 | 0.53 |
| Hex | EE | 96 | 21 | 0 | 25 | 56 | 7 | 22 | 56 | 35 |
| Octal | 356 | 226 | 41 | 0 | 45 | 126 | 7 | 42 | 126 | 65 |
| Binary | 11101110 | 10010110 | 100001 | 0 | 100101 | 1010110 | 111 | 100010 | 1010110 | 110101 |
Color Harmonies of #EE9621
Complementary color
Monochromatic Colors of #EE9621
Black with #EE9621
Text Example
Text Example
White with #EE9621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9621; }
p { color: rgb(238,150,33); }
H1.HeaderClassName
{
color: #EE9621;
}
.AnyTagClassName
{
color: #EE9621;
}
</style>
background-color css
<style>
a { background-color: #EE9621; }
a { background-color: rgb(238,150,33); }
div.DivClassName
{
background-color: #EE9621;
}
.BgClassName
{
background-color: #EE9621;
}
</style>
border-color css
<style>
span { border-color: #EE9621; }
span { border-color: rgb(238,150,33); }
td.TdClassName
{
border-color: #EE9621;
}
.TagClassName
{
border-color: #EE9621;
}
</style>