Shades of Carrot Orange #EE8C12
Tints of Carrot Orange #EE8C12
RGB
CMYK
RGB Variations
Color information
#EE8C12 (or 0xEE8C12) is known color: Carrot Orange. HEX triplet: EE, 8C and 12. RGB value is (238,140,18). Sum of RGB (Red+Green+Blue) = 238+140+18=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8C12 is #1173ED. Grayscale: #9B9B9B. Windows color (decimal): -1143790 or 1215726. OLE color: 1215726.
HSL color Cylindrical-coordinate representation of color #EE8C12: hue angle of 33.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE8C12 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.07 |
| HSL | 33.27º | 0.87% | 0.5% | - |
| HSV(B) | 33.27º | 0.92% | 0.93% | - |
| XYZ | 44.75 | 36.98 | 5.35 | - |
| YUV | 155.39 | 50.47 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 18 | 0 | 0.41 | 0.92 | 0.07 | 33.27 | 0.87 | 0.5 |
| Hex | EE | 8C | 12 | 0 | 29 | 5C | 7 | 21 | 57 | 32 |
| Octal | 356 | 214 | 22 | 0 | 51 | 134 | 7 | 41 | 127 | 62 |
| Binary | 11101110 | 10001100 | 10010 | 0 | 101001 | 1011100 | 111 | 100001 | 1010111 | 110010 |
Color Harmonies of #EE8C12
Complementary color
Monochromatic Colors of #EE8C12
Black with #EE8C12
Text Example
Text Example
White with #EE8C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C12; }
p { color: rgb(238,140,18); }
H1.HeaderClassName
{
color: #EE8C12;
}
.AnyTagClassName
{
color: #EE8C12;
}
</style>
background-color css
<style>
a { background-color: #EE8C12; }
a { background-color: rgb(238,140,18); }
div.DivClassName
{
background-color: #EE8C12;
}
.BgClassName
{
background-color: #EE8C12;
}
</style>
border-color css
<style>
span { border-color: #EE8C12; }
span { border-color: rgb(238,140,18); }
td.TdClassName
{
border-color: #EE8C12;
}
.TagClassName
{
border-color: #EE8C12;
}
</style>