Shades of Carrot Orange #EE8423
Tints of Carrot Orange #EE8423
RGB
CMYK
RGB Variations
Color information
#EE8423 (or 0xEE8423) is known color: Carrot Orange. HEX triplet: EE, 84 and 23. RGB value is (238,132,35). Sum of RGB (Red+Green+Blue) = 238+132+35=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8423 is #117BDC. Grayscale: #999999. Windows color (decimal): -1145821 or 2327790. OLE color: 2327790.
HSL color Cylindrical-coordinate representation of color #EE8423: hue angle of 28.67º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE8423 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 35 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.07 |
| HSL | 28.67º | 0.86% | 0.54% | - |
| HSV(B) | 28.67º | 0.85% | 0.93% | - |
| XYZ | 43.81 | 34.8 | 6 | - |
| YUV | 152.64 | 61.62 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 35 | 0 | 0.45 | 0.85 | 0.07 | 28.67 | 0.86 | 0.54 |
| Hex | EE | 84 | 23 | 0 | 2D | 55 | 7 | 1D | 56 | 36 |
| Octal | 356 | 204 | 43 | 0 | 55 | 125 | 7 | 35 | 126 | 66 |
| Binary | 11101110 | 10000100 | 100011 | 0 | 101101 | 1010101 | 111 | 11101 | 1010110 | 110110 |
Color Harmonies of #EE8423
Complementary color
Monochromatic Colors of #EE8423
Black with #EE8423
Text Example
Text Example
White with #EE8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8423; }
p { color: rgb(238,132,35); }
H1.HeaderClassName
{
color: #EE8423;
}
.AnyTagClassName
{
color: #EE8423;
}
</style>
background-color css
<style>
a { background-color: #EE8423; }
a { background-color: rgb(238,132,35); }
div.DivClassName
{
background-color: #EE8423;
}
.BgClassName
{
background-color: #EE8423;
}
</style>
border-color css
<style>
span { border-color: #EE8423; }
span { border-color: rgb(238,132,35); }
td.TdClassName
{
border-color: #EE8423;
}
.TagClassName
{
border-color: #EE8423;
}
</style>