Shades of Carrot Orange #EE8015
Tints of Carrot Orange #EE8015
RGB
CMYK
RGB Variations
Color information
#EE8015 (or 0xEE8015) is known color: Carrot Orange. HEX triplet: EE, 80 and 15. RGB value is (238,128,21). Sum of RGB (Red+Green+Blue) = 238+128+21=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8015 is #117FEA. Grayscale: #959595. Windows color (decimal): -1146859 or 1409262. OLE color: 1409262.
HSL color Cylindrical-coordinate representation of color #EE8015: hue angle of 29.59º 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 #EE8015 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 21 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.07 |
| HSL | 29.59º | 0.86% | 0.51% | - |
| HSV(B) | 29.59º | 0.91% | 0.93% | - |
| XYZ | 43.11 | 33.67 | 4.94 | - |
| YUV | 148.69 | 55.94 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 21 | 0 | 0.46 | 0.91 | 0.07 | 29.59 | 0.86 | 0.51 |
| Hex | EE | 80 | 15 | 0 | 2E | 5B | 7 | 1E | 56 | 33 |
| Octal | 356 | 200 | 25 | 0 | 56 | 133 | 7 | 36 | 126 | 63 |
| Binary | 11101110 | 10000000 | 10101 | 0 | 101110 | 1011011 | 111 | 11110 | 1010110 | 110011 |
Color Harmonies of #EE8015
Complementary color
Monochromatic Colors of #EE8015
Black with #EE8015
Text Example
Text Example
White with #EE8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8015; }
p { color: rgb(238,128,21); }
H1.HeaderClassName
{
color: #EE8015;
}
.AnyTagClassName
{
color: #EE8015;
}
</style>
background-color css
<style>
a { background-color: #EE8015; }
a { background-color: rgb(238,128,21); }
div.DivClassName
{
background-color: #EE8015;
}
.BgClassName
{
background-color: #EE8015;
}
</style>
border-color css
<style>
span { border-color: #EE8015; }
span { border-color: rgb(238,128,21); }
td.TdClassName
{
border-color: #EE8015;
}
.TagClassName
{
border-color: #EE8015;
}
</style>