Shades of Carrot Orange #EE8125
Tints of Carrot Orange #EE8125
RGB
CMYK
RGB Variations
Color information
#EE8125 (or 0xEE8125) is known color: Carrot Orange. HEX triplet: EE, 81 and 25. RGB value is (238,129,37). Sum of RGB (Red+Green+Blue) = 238+129+37=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8125 is #117EDA. Grayscale: #979797. Windows color (decimal): -1146587 or 2458094. OLE color: 2458094.
HSL color Cylindrical-coordinate representation of color #EE8125: hue angle of 27.46º degrees, saturation: 0.86, 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 #EE8125 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 37 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.07 |
| HSL | 27.46º | 0.86% | 0.54% | - |
| HSV(B) | 27.46º | 0.84% | 0.93% | - |
| XYZ | 43.44 | 34.01 | 6.03 | - |
| YUV | 151.1 | 63.61 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 37 | 0 | 0.46 | 0.84 | 0.07 | 27.46 | 0.86 | 0.54 |
| Hex | EE | 81 | 25 | 0 | 2E | 54 | 7 | 1B | 56 | 36 |
| Octal | 356 | 201 | 45 | 0 | 56 | 124 | 7 | 33 | 126 | 66 |
| Binary | 11101110 | 10000001 | 100101 | 0 | 101110 | 1010100 | 111 | 11011 | 1010110 | 110110 |
Color Harmonies of #EE8125
Complementary color
Monochromatic Colors of #EE8125
Black with #EE8125
Text Example
Text Example
White with #EE8125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8125; }
p { color: rgb(238,129,37); }
H1.HeaderClassName
{
color: #EE8125;
}
.AnyTagClassName
{
color: #EE8125;
}
</style>
background-color css
<style>
a { background-color: #EE8125; }
a { background-color: rgb(238,129,37); }
div.DivClassName
{
background-color: #EE8125;
}
.BgClassName
{
background-color: #EE8125;
}
</style>
border-color css
<style>
span { border-color: #EE8125; }
span { border-color: rgb(238,129,37); }
td.TdClassName
{
border-color: #EE8125;
}
.TagClassName
{
border-color: #EE8125;
}
</style>