Shades of Carrot Orange #EE841F
Tints of Carrot Orange #EE841F
RGB
CMYK
RGB Variations
Color information
#EE841F (or 0xEE841F) is known color: Carrot Orange. HEX triplet: EE, 84 and 1F. RGB value is (238,132,31). Sum of RGB (Red+Green+Blue) = 238+132+31=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE841F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE841F is #117BE0. Grayscale: #989898. Windows color (decimal): -1145825 or 2065646. OLE color: 2065646.
HSL color Cylindrical-coordinate representation of color #EE841F: hue angle of 29.28º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE841F is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 31 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.07 |
| HSL | 29.28º | 0.86% | 0.53% | - |
| HSV(B) | 29.28º | 0.87% | 0.93% | - |
| XYZ | 43.76 | 34.78 | 5.7 | - |
| YUV | 152.18 | 59.62 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 31 | 0 | 0.45 | 0.87 | 0.07 | 29.28 | 0.86 | 0.53 |
| Hex | EE | 84 | 1F | 0 | 2D | 57 | 7 | 1D | 56 | 35 |
| Octal | 356 | 204 | 37 | 0 | 55 | 127 | 7 | 35 | 126 | 65 |
| Binary | 11101110 | 10000100 | 11111 | 0 | 101101 | 1010111 | 111 | 11101 | 1010110 | 110101 |
Color Harmonies of #EE841F
Complementary color
Monochromatic Colors of #EE841F
Black with #EE841F
Text Example
Text Example
White with #EE841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE841F; }
p { color: rgb(238,132,31); }
H1.HeaderClassName
{
color: #EE841F;
}
.AnyTagClassName
{
color: #EE841F;
}
</style>
background-color css
<style>
a { background-color: #EE841F; }
a { background-color: rgb(238,132,31); }
div.DivClassName
{
background-color: #EE841F;
}
.BgClassName
{
background-color: #EE841F;
}
</style>
border-color css
<style>
span { border-color: #EE841F; }
span { border-color: rgb(238,132,31); }
td.TdClassName
{
border-color: #EE841F;
}
.TagClassName
{
border-color: #EE841F;
}
</style>