Shades of Carrot Orange #EE8B13
Tints of Carrot Orange #EE8B13
RGB
CMYK
RGB Variations
Color information
#EE8B13 (or 0xEE8B13) is known color: Carrot Orange. HEX triplet: EE, 8B and 13. RGB value is (238,139,19). Sum of RGB (Red+Green+Blue) = 238+139+19=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8B13 is #1174EC. Grayscale: #9B9B9B. Windows color (decimal): -1144045 or 1281006. OLE color: 1281006.
HSL color Cylindrical-coordinate representation of color #EE8B13: hue angle of 32.88º 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 #EE8B13 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 19 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.07 |
| HSL | 32.88º | 0.87% | 0.5% | - |
| HSV(B) | 32.88º | 0.92% | 0.93% | - |
| XYZ | 44.61 | 36.69 | 5.35 | - |
| YUV | 154.92 | 51.3 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 19 | 0 | 0.42 | 0.92 | 0.07 | 32.88 | 0.87 | 0.5 |
| Hex | EE | 8B | 13 | 0 | 2A | 5C | 7 | 21 | 57 | 32 |
| Octal | 356 | 213 | 23 | 0 | 52 | 134 | 7 | 41 | 127 | 62 |
| Binary | 11101110 | 10001011 | 10011 | 0 | 101010 | 1011100 | 111 | 100001 | 1010111 | 110010 |
Color Harmonies of #EE8B13
Complementary color
Monochromatic Colors of #EE8B13
Black with #EE8B13
Text Example
Text Example
White with #EE8B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8B13; }
p { color: rgb(238,139,19); }
H1.HeaderClassName
{
color: #EE8B13;
}
.AnyTagClassName
{
color: #EE8B13;
}
</style>
background-color css
<style>
a { background-color: #EE8B13; }
a { background-color: rgb(238,139,19); }
div.DivClassName
{
background-color: #EE8B13;
}
.BgClassName
{
background-color: #EE8B13;
}
</style>
border-color css
<style>
span { border-color: #EE8B13; }
span { border-color: rgb(238,139,19); }
td.TdClassName
{
border-color: #EE8B13;
}
.TagClassName
{
border-color: #EE8B13;
}
</style>