Shades of Carrot Orange #EE8D1B
Tints of Carrot Orange #EE8D1B
RGB
CMYK
RGB Variations
Color information
#EE8D1B (or 0xEE8D1B) is known color: Carrot Orange. HEX triplet: EE, 8D and 1B. RGB value is (238,141,27). Sum of RGB (Red+Green+Blue) = 238+141+27=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8D1B is #1172E4. Grayscale: #9D9D9D. Windows color (decimal): -1143525 or 1805806. OLE color: 1805806.
HSL color Cylindrical-coordinate representation of color #EE8D1B: hue angle of 32.42º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE8D1B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 27 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.07 |
| HSL | 32.42º | 0.86% | 0.52% | - |
| HSV(B) | 32.42º | 0.89% | 0.93% | - |
| XYZ | 44.98 | 37.31 | 5.87 | - |
| YUV | 157.01 | 54.64 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 27 | 0 | 0.41 | 0.89 | 0.07 | 32.42 | 0.86 | 0.52 |
| Hex | EE | 8D | 1B | 0 | 29 | 59 | 7 | 20 | 56 | 34 |
| Octal | 356 | 215 | 33 | 0 | 51 | 131 | 7 | 40 | 126 | 64 |
| Binary | 11101110 | 10001101 | 11011 | 0 | 101001 | 1011001 | 111 | 100000 | 1010110 | 110100 |
Color Harmonies of #EE8D1B
Complementary color
Monochromatic Colors of #EE8D1B
Black with #EE8D1B
Text Example
Text Example
White with #EE8D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D1B; }
p { color: rgb(238,141,27); }
H1.HeaderClassName
{
color: #EE8D1B;
}
.AnyTagClassName
{
color: #EE8D1B;
}
</style>
background-color css
<style>
a { background-color: #EE8D1B; }
a { background-color: rgb(238,141,27); }
div.DivClassName
{
background-color: #EE8D1B;
}
.BgClassName
{
background-color: #EE8D1B;
}
</style>
border-color css
<style>
span { border-color: #EE8D1B; }
span { border-color: rgb(238,141,27); }
td.TdClassName
{
border-color: #EE8D1B;
}
.TagClassName
{
border-color: #EE8D1B;
}
</style>