Shades of Carrot Orange #EE9429
Tints of Carrot Orange #EE9429
RGB
CMYK
RGB Variations
Color information
#EE9429 (or 0xEE9429) is known color: Carrot Orange. HEX triplet: EE, 94 and 29. RGB value is (238,148,41). Sum of RGB (Red+Green+Blue) = 238+148+41=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9429 is #116BD6. Grayscale: #A3A3A3. Windows color (decimal): -1141719 or 2725102. OLE color: 2725102.
HSL color Cylindrical-coordinate representation of color #EE9429: hue angle of 32.59º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE9429 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 41 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.07 |
| HSL | 32.59º | 0.85% | 0.55% | - |
| HSV(B) | 32.59º | 0.83% | 0.93% | - |
| XYZ | 46.25 | 39.52 | 7.29 | - |
| YUV | 162.71 | 59.32 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 41 | 0 | 0.38 | 0.83 | 0.07 | 32.59 | 0.85 | 0.55 |
| Hex | EE | 94 | 29 | 0 | 26 | 53 | 7 | 21 | 55 | 37 |
| Octal | 356 | 224 | 51 | 0 | 46 | 123 | 7 | 41 | 125 | 67 |
| Binary | 11101110 | 10010100 | 101001 | 0 | 100110 | 1010011 | 111 | 100001 | 1010101 | 110111 |
Color Harmonies of #EE9429
Complementary color
Monochromatic Colors of #EE9429
Black with #EE9429
Text Example
Text Example
White with #EE9429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9429; }
p { color: rgb(238,148,41); }
H1.HeaderClassName
{
color: #EE9429;
}
.AnyTagClassName
{
color: #EE9429;
}
</style>
background-color css
<style>
a { background-color: #EE9429; }
a { background-color: rgb(238,148,41); }
div.DivClassName
{
background-color: #EE9429;
}
.BgClassName
{
background-color: #EE9429;
}
</style>
border-color css
<style>
span { border-color: #EE9429; }
span { border-color: rgb(238,148,41); }
td.TdClassName
{
border-color: #EE9429;
}
.TagClassName
{
border-color: #EE9429;
}
</style>