Shades of Carrot Orange #EEA222
Tints of Carrot Orange #EEA222
RGB
CMYK
RGB Variations
Color information
#EEA222 (or 0xEEA222) is known color: Carrot Orange. HEX triplet: EE, A2 and 22. RGB value is (238,162,34). Sum of RGB (Red+Green+Blue) = 238+162+34=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA222 is #115DDD. Grayscale: #AAAAAA. Windows color (decimal): -1138142 or 2269934. OLE color: 2269934.
HSL color Cylindrical-coordinate representation of color #EEA222: hue angle of 37.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEA222 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 34 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.07 |
| HSL | 37.65º | 0.86% | 0.53% | - |
| HSV(B) | 37.65º | 0.86% | 0.93% | - |
| XYZ | 48.47 | 44.13 | 7.48 | - |
| YUV | 170.13 | 51.18 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 34 | 0 | 0.32 | 0.86 | 0.07 | 37.65 | 0.86 | 0.53 |
| Hex | EE | A2 | 22 | 0 | 20 | 56 | 7 | 26 | 56 | 35 |
| Octal | 356 | 242 | 42 | 0 | 40 | 126 | 7 | 46 | 126 | 65 |
| Binary | 11101110 | 10100010 | 100010 | 0 | 100000 | 1010110 | 111 | 100110 | 1010110 | 110101 |
Color Harmonies of #EEA222
Complementary color
Monochromatic Colors of #EEA222
Black with #EEA222
Text Example
Text Example
White with #EEA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA222; }
p { color: rgb(238,162,34); }
H1.HeaderClassName
{
color: #EEA222;
}
.AnyTagClassName
{
color: #EEA222;
}
</style>
background-color css
<style>
a { background-color: #EEA222; }
a { background-color: rgb(238,162,34); }
div.DivClassName
{
background-color: #EEA222;
}
.BgClassName
{
background-color: #EEA222;
}
</style>
border-color css
<style>
span { border-color: #EEA222; }
span { border-color: rgb(238,162,34); }
td.TdClassName
{
border-color: #EEA222;
}
.TagClassName
{
border-color: #EEA222;
}
</style>