Shades of Carrot Orange #EE821A
Tints of Carrot Orange #EE821A
RGB
CMYK
RGB Variations
Color information
#EE821A (or 0xEE821A) is known color: Carrot Orange. HEX triplet: EE, 82 and 1A. RGB value is (238,130,26). Sum of RGB (Red+Green+Blue) = 238+130+26=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE821A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE821A is #117DE5. Grayscale: #969696. Windows color (decimal): -1146342 or 1737454. OLE color: 1737454.
HSL color Cylindrical-coordinate representation of color #EE821A: hue angle of 29.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE821A is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 26 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.07 |
| HSL | 29.43º | 0.86% | 0.52% | - |
| HSV(B) | 29.43º | 0.89% | 0.93% | - |
| XYZ | 43.43 | 34.22 | 5.29 | - |
| YUV | 150.44 | 57.78 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 26 | 0 | 0.45 | 0.89 | 0.07 | 29.43 | 0.86 | 0.52 |
| Hex | EE | 82 | 1A | 0 | 2D | 59 | 7 | 1D | 56 | 34 |
| Octal | 356 | 202 | 32 | 0 | 55 | 131 | 7 | 35 | 126 | 64 |
| Binary | 11101110 | 10000010 | 11010 | 0 | 101101 | 1011001 | 111 | 11101 | 1010110 | 110100 |
Color Harmonies of #EE821A
Complementary color
Monochromatic Colors of #EE821A
Black with #EE821A
Text Example
Text Example
White with #EE821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE821A; }
p { color: rgb(238,130,26); }
H1.HeaderClassName
{
color: #EE821A;
}
.AnyTagClassName
{
color: #EE821A;
}
</style>
background-color css
<style>
a { background-color: #EE821A; }
a { background-color: rgb(238,130,26); }
div.DivClassName
{
background-color: #EE821A;
}
.BgClassName
{
background-color: #EE821A;
}
</style>
border-color css
<style>
span { border-color: #EE821A; }
span { border-color: rgb(238,130,26); }
td.TdClassName
{
border-color: #EE821A;
}
.TagClassName
{
border-color: #EE821A;
}
</style>