Shades of Carrot Orange #EE821D
Tints of Carrot Orange #EE821D
RGB
CMYK
RGB Variations
Color information
#EE821D (or 0xEE821D) is known color: Carrot Orange. HEX triplet: EE, 82 and 1D. RGB value is (238,130,29). Sum of RGB (Red+Green+Blue) = 238+130+29=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE821D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE821D is #117DE2. Grayscale: #979797. Windows color (decimal): -1146339 or 1934062. OLE color: 1934062.
HSL color Cylindrical-coordinate representation of color #EE821D: hue angle of 29º 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 #EE821D is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 29 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.07 |
| HSL | 29º | 0.86% | 0.52% | - |
| HSV(B) | 29º | 0.88% | 0.93% | - |
| XYZ | 43.46 | 34.23 | 5.48 | - |
| YUV | 150.78 | 59.28 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 29 | 0 | 0.45 | 0.88 | 0.07 | 29 | 0.86 | 0.52 |
| Hex | EE | 82 | 1D | 0 | 2D | 58 | 7 | 1D | 56 | 34 |
| Octal | 356 | 202 | 35 | 0 | 55 | 130 | 7 | 35 | 126 | 64 |
| Binary | 11101110 | 10000010 | 11101 | 0 | 101101 | 1011000 | 111 | 11101 | 1010110 | 110100 |
Color Harmonies of #EE821D
Complementary color
Monochromatic Colors of #EE821D
Black with #EE821D
Text Example
Text Example
White with #EE821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE821D; }
p { color: rgb(238,130,29); }
H1.HeaderClassName
{
color: #EE821D;
}
.AnyTagClassName
{
color: #EE821D;
}
</style>
background-color css
<style>
a { background-color: #EE821D; }
a { background-color: rgb(238,130,29); }
div.DivClassName
{
background-color: #EE821D;
}
.BgClassName
{
background-color: #EE821D;
}
</style>
border-color css
<style>
span { border-color: #EE821D; }
span { border-color: rgb(238,130,29); }
td.TdClassName
{
border-color: #EE821D;
}
.TagClassName
{
border-color: #EE821D;
}
</style>