Shades of Carrot Orange #EE8127
Tints of Carrot Orange #EE8127
RGB
CMYK
RGB Variations
Color information
#EE8127 (or 0xEE8127) is known color: Carrot Orange. HEX triplet: EE, 81 and 27. RGB value is (238,129,39). Sum of RGB (Red+Green+Blue) = 238+129+39=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8127 is #117ED8. Grayscale: #979797. Windows color (decimal): -1146585 or 2589166. OLE color: 2589166.
HSL color Cylindrical-coordinate representation of color #EE8127: hue angle of 27.14º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE8127 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 39 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.07 |
| HSL | 27.14º | 0.85% | 0.54% | - |
| HSV(B) | 27.14º | 0.84% | 0.93% | - |
| XYZ | 43.48 | 34.02 | 6.2 | - |
| YUV | 151.33 | 64.61 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 39 | 0 | 0.46 | 0.84 | 0.07 | 27.14 | 0.85 | 0.54 |
| Hex | EE | 81 | 27 | 0 | 2E | 54 | 7 | 1B | 55 | 36 |
| Octal | 356 | 201 | 47 | 0 | 56 | 124 | 7 | 33 | 125 | 66 |
| Binary | 11101110 | 10000001 | 100111 | 0 | 101110 | 1010100 | 111 | 11011 | 1010101 | 110110 |
Color Harmonies of #EE8127
Complementary color
Monochromatic Colors of #EE8127
Black with #EE8127
Text Example
Text Example
White with #EE8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8127; }
p { color: rgb(238,129,39); }
H1.HeaderClassName
{
color: #EE8127;
}
.AnyTagClassName
{
color: #EE8127;
}
</style>
background-color css
<style>
a { background-color: #EE8127; }
a { background-color: rgb(238,129,39); }
div.DivClassName
{
background-color: #EE8127;
}
.BgClassName
{
background-color: #EE8127;
}
</style>
border-color css
<style>
span { border-color: #EE8127; }
span { border-color: rgb(238,129,39); }
td.TdClassName
{
border-color: #EE8127;
}
.TagClassName
{
border-color: #EE8127;
}
</style>