Shades of Carrot Orange #EE8D25
Tints of Carrot Orange #EE8D25
RGB
CMYK
RGB Variations
Color information
#EE8D25 (or 0xEE8D25) is known color: Carrot Orange. HEX triplet: EE, 8D and 25. RGB value is (238,141,37). Sum of RGB (Red+Green+Blue) = 238+141+37=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8D25 is #1172DA. Grayscale: #9E9E9E. Windows color (decimal): -1143515 or 2461166. OLE color: 2461166.
HSL color Cylindrical-coordinate representation of color #EE8D25: hue angle of 31.04º 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 #EE8D25 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 37 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.07 |
| HSL | 31.04º | 0.86% | 0.54% | - |
| HSV(B) | 31.04º | 0.84% | 0.93% | - |
| XYZ | 45.12 | 37.36 | 6.58 | - |
| YUV | 158.15 | 59.64 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 37 | 0 | 0.41 | 0.84 | 0.07 | 31.04 | 0.86 | 0.54 |
| Hex | EE | 8D | 25 | 0 | 29 | 54 | 7 | 1F | 56 | 36 |
| Octal | 356 | 215 | 45 | 0 | 51 | 124 | 7 | 37 | 126 | 66 |
| Binary | 11101110 | 10001101 | 100101 | 0 | 101001 | 1010100 | 111 | 11111 | 1010110 | 110110 |
Color Harmonies of #EE8D25
Complementary color
Monochromatic Colors of #EE8D25
Black with #EE8D25
Text Example
Text Example
White with #EE8D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D25; }
p { color: rgb(238,141,37); }
H1.HeaderClassName
{
color: #EE8D25;
}
.AnyTagClassName
{
color: #EE8D25;
}
</style>
background-color css
<style>
a { background-color: #EE8D25; }
a { background-color: rgb(238,141,37); }
div.DivClassName
{
background-color: #EE8D25;
}
.BgClassName
{
background-color: #EE8D25;
}
</style>
border-color css
<style>
span { border-color: #EE8D25; }
span { border-color: rgb(238,141,37); }
td.TdClassName
{
border-color: #EE8D25;
}
.TagClassName
{
border-color: #EE8D25;
}
</style>