Shades of Carrot Orange #EE9423
Tints of Carrot Orange #EE9423
RGB
CMYK
RGB Variations
Color information
#EE9423 (or 0xEE9423) is known color: Carrot Orange. HEX triplet: EE, 94 and 23. RGB value is (238,148,35). Sum of RGB (Red+Green+Blue) = 238+148+35=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9423 is #116BDC. Grayscale: #A2A2A2. Windows color (decimal): -1141725 or 2331886. OLE color: 2331886.
HSL color Cylindrical-coordinate representation of color #EE9423: hue angle of 33.4º 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 #EE9423 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 35 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.07 |
| HSL | 33.4º | 0.86% | 0.54% | - |
| HSV(B) | 33.4º | 0.85% | 0.93% | - |
| XYZ | 46.15 | 39.48 | 6.78 | - |
| YUV | 162.03 | 56.32 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 35 | 0 | 0.38 | 0.85 | 0.07 | 33.4 | 0.86 | 0.54 |
| Hex | EE | 94 | 23 | 0 | 26 | 55 | 7 | 21 | 56 | 36 |
| Octal | 356 | 224 | 43 | 0 | 46 | 125 | 7 | 41 | 126 | 66 |
| Binary | 11101110 | 10010100 | 100011 | 0 | 100110 | 1010101 | 111 | 100001 | 1010110 | 110110 |
Color Harmonies of #EE9423
Complementary color
Monochromatic Colors of #EE9423
Black with #EE9423
Text Example
Text Example
White with #EE9423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9423; }
p { color: rgb(238,148,35); }
H1.HeaderClassName
{
color: #EE9423;
}
.AnyTagClassName
{
color: #EE9423;
}
</style>
background-color css
<style>
a { background-color: #EE9423; }
a { background-color: rgb(238,148,35); }
div.DivClassName
{
background-color: #EE9423;
}
.BgClassName
{
background-color: #EE9423;
}
</style>
border-color css
<style>
span { border-color: #EE9423; }
span { border-color: rgb(238,148,35); }
td.TdClassName
{
border-color: #EE9423;
}
.TagClassName
{
border-color: #EE9423;
}
</style>