Shades of Carrot Orange #EE8514
Tints of Carrot Orange #EE8514
RGB
CMYK
RGB Variations
Color information
#EE8514 (or 0xEE8514) is known color: Carrot Orange. HEX triplet: EE, 85 and 14. RGB value is (238,133,20). Sum of RGB (Red+Green+Blue) = 238+133+20=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8514 is #117AEB. Grayscale: #989898. Windows color (decimal): -1145580 or 1345006. OLE color: 1345006.
HSL color Cylindrical-coordinate representation of color #EE8514: hue angle of 31.1º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE8514 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 20 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.07 |
| HSL | 31.1º | 0.87% | 0.51% | - |
| HSV(B) | 31.1º | 0.92% | 0.93% | - |
| XYZ | 43.77 | 35 | 5.11 | - |
| YUV | 151.51 | 53.79 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 20 | 0 | 0.44 | 0.92 | 0.07 | 31.1 | 0.87 | 0.51 |
| Hex | EE | 85 | 14 | 0 | 2C | 5C | 7 | 1F | 57 | 33 |
| Octal | 356 | 205 | 24 | 0 | 54 | 134 | 7 | 37 | 127 | 63 |
| Binary | 11101110 | 10000101 | 10100 | 0 | 101100 | 1011100 | 111 | 11111 | 1010111 | 110011 |
Color Harmonies of #EE8514
Complementary color
Monochromatic Colors of #EE8514
Black with #EE8514
Text Example
Text Example
White with #EE8514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8514; }
p { color: rgb(238,133,20); }
H1.HeaderClassName
{
color: #EE8514;
}
.AnyTagClassName
{
color: #EE8514;
}
</style>
background-color css
<style>
a { background-color: #EE8514; }
a { background-color: rgb(238,133,20); }
div.DivClassName
{
background-color: #EE8514;
}
.BgClassName
{
background-color: #EE8514;
}
</style>
border-color css
<style>
span { border-color: #EE8514; }
span { border-color: rgb(238,133,20); }
td.TdClassName
{
border-color: #EE8514;
}
.TagClassName
{
border-color: #EE8514;
}
</style>