Shades of Carrot Orange #EE831D
Tints of Carrot Orange #EE831D
RGB
CMYK
RGB Variations
Color information
#EE831D (or 0xEE831D) is known color: Carrot Orange. HEX triplet: EE, 83 and 1D. RGB value is (238,131,29). Sum of RGB (Red+Green+Blue) = 238+131+29=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE831D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE831D is #117CE2. Grayscale: #979797. Windows color (decimal): -1146083 or 1934318. OLE color: 1934318.
HSL color Cylindrical-coordinate representation of color #EE831D: hue angle of 29.28º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE831D is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 29 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.07 |
| HSL | 29.28º | 0.86% | 0.52% | - |
| HSV(B) | 29.28º | 0.88% | 0.93% | - |
| XYZ | 43.6 | 34.5 | 5.52 | - |
| YUV | 151.37 | 58.95 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 29 | 0 | 0.45 | 0.88 | 0.07 | 29.28 | 0.86 | 0.52 |
| Hex | EE | 83 | 1D | 0 | 2D | 58 | 7 | 1D | 56 | 34 |
| Octal | 356 | 203 | 35 | 0 | 55 | 130 | 7 | 35 | 126 | 64 |
| Binary | 11101110 | 10000011 | 11101 | 0 | 101101 | 1011000 | 111 | 11101 | 1010110 | 110100 |
Color Harmonies of #EE831D
Complementary color
Monochromatic Colors of #EE831D
Black with #EE831D
Text Example
Text Example
White with #EE831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE831D; }
p { color: rgb(238,131,29); }
H1.HeaderClassName
{
color: #EE831D;
}
.AnyTagClassName
{
color: #EE831D;
}
</style>
background-color css
<style>
a { background-color: #EE831D; }
a { background-color: rgb(238,131,29); }
div.DivClassName
{
background-color: #EE831D;
}
.BgClassName
{
background-color: #EE831D;
}
</style>
border-color css
<style>
span { border-color: #EE831D; }
span { border-color: rgb(238,131,29); }
td.TdClassName
{
border-color: #EE831D;
}
.TagClassName
{
border-color: #EE831D;
}
</style>