Shades of Carrot Orange #EE8615
Tints of Carrot Orange #EE8615
RGB
CMYK
RGB Variations
Color information
#EE8615 (or 0xEE8615) is known color: Carrot Orange. HEX triplet: EE, 86 and 15. RGB value is (238,134,21). Sum of RGB (Red+Green+Blue) = 238+134+21=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8615 is #1179EA. Grayscale: #989898. Windows color (decimal): -1145323 or 1410798. OLE color: 1410798.
HSL color Cylindrical-coordinate representation of color #EE8615: hue angle of 31.24º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE8615 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 21 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.07 |
| HSL | 31.24º | 0.86% | 0.51% | - |
| HSV(B) | 31.24º | 0.91% | 0.93% | - |
| XYZ | 43.92 | 35.28 | 5.2 | - |
| YUV | 152.21 | 53.96 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 21 | 0 | 0.44 | 0.91 | 0.07 | 31.24 | 0.86 | 0.51 |
| Hex | EE | 86 | 15 | 0 | 2C | 5B | 7 | 1F | 56 | 33 |
| Octal | 356 | 206 | 25 | 0 | 54 | 133 | 7 | 37 | 126 | 63 |
| Binary | 11101110 | 10000110 | 10101 | 0 | 101100 | 1011011 | 111 | 11111 | 1010110 | 110011 |
Color Harmonies of #EE8615
Complementary color
Monochromatic Colors of #EE8615
Black with #EE8615
Text Example
Text Example
White with #EE8615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8615; }
p { color: rgb(238,134,21); }
H1.HeaderClassName
{
color: #EE8615;
}
.AnyTagClassName
{
color: #EE8615;
}
</style>
background-color css
<style>
a { background-color: #EE8615; }
a { background-color: rgb(238,134,21); }
div.DivClassName
{
background-color: #EE8615;
}
.BgClassName
{
background-color: #EE8615;
}
</style>
border-color css
<style>
span { border-color: #EE8615; }
span { border-color: rgb(238,134,21); }
td.TdClassName
{
border-color: #EE8615;
}
.TagClassName
{
border-color: #EE8615;
}
</style>