Shades of Carrot Orange #EE8314
Tints of Carrot Orange #EE8314
RGB
CMYK
RGB Variations
Color information
#EE8314 (or 0xEE8314) is known color: Carrot Orange. HEX triplet: EE, 83 and 14. RGB value is (238,131,20). Sum of RGB (Red+Green+Blue) = 238+131+20=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8314 is #117CEB. Grayscale: #969696. Windows color (decimal): -1146092 or 1344494. OLE color: 1344494.
HSL color Cylindrical-coordinate representation of color #EE8314: hue angle of 30.55º 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 #EE8314 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 20 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.07 |
| HSL | 30.55º | 0.87% | 0.51% | - |
| HSV(B) | 30.55º | 0.92% | 0.93% | - |
| XYZ | 43.5 | 34.46 | 5.02 | - |
| YUV | 150.34 | 54.45 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 20 | 0 | 0.45 | 0.92 | 0.07 | 30.55 | 0.87 | 0.51 |
| Hex | EE | 83 | 14 | 0 | 2D | 5C | 7 | 1F | 57 | 33 |
| Octal | 356 | 203 | 24 | 0 | 55 | 134 | 7 | 37 | 127 | 63 |
| Binary | 11101110 | 10000011 | 10100 | 0 | 101101 | 1011100 | 111 | 11111 | 1010111 | 110011 |
Color Harmonies of #EE8314
Complementary color
Monochromatic Colors of #EE8314
Black with #EE8314
Text Example
Text Example
White with #EE8314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8314; }
p { color: rgb(238,131,20); }
H1.HeaderClassName
{
color: #EE8314;
}
.AnyTagClassName
{
color: #EE8314;
}
</style>
background-color css
<style>
a { background-color: #EE8314; }
a { background-color: rgb(238,131,20); }
div.DivClassName
{
background-color: #EE8314;
}
.BgClassName
{
background-color: #EE8314;
}
</style>
border-color css
<style>
span { border-color: #EE8314; }
span { border-color: rgb(238,131,20); }
td.TdClassName
{
border-color: #EE8314;
}
.TagClassName
{
border-color: #EE8314;
}
</style>