Shades of Carrot Orange #EAA122
Tints of Carrot Orange #EAA122
RGB
CMYK
RGB Variations
Color information
#EAA122 (or 0xEAA122) is known color: Carrot Orange. HEX triplet: EA, A1 and 22. RGB value is (234,161,34). Sum of RGB (Red+Green+Blue) = 234+161+34=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA122 is #155EDD. Grayscale: #A8A8A8. Windows color (decimal): -1400542 or 2269674. OLE color: 2269674.
HSL color Cylindrical-coordinate representation of color #EAA122: hue angle of 38.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAA122 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 34 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.08 |
| HSL | 38.1º | 0.83% | 0.53% | - |
| HSV(B) | 38.1º | 0.85% | 0.92% | - |
| XYZ | 46.97 | 43.1 | 7.36 | - |
| YUV | 168.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 34 | 0 | 0.31 | 0.85 | 0.08 | 38.1 | 0.83 | 0.53 |
| Hex | EA | A1 | 22 | 0 | 1F | 55 | 8 | 26 | 53 | 35 |
| Octal | 352 | 241 | 42 | 0 | 37 | 125 | 10 | 46 | 123 | 65 |
| Binary | 11101010 | 10100001 | 100010 | 0 | 11111 | 1010101 | 1000 | 100110 | 1010011 | 110101 |
Color Harmonies of #EAA122
Complementary color
Monochromatic Colors of #EAA122
Black with #EAA122
Text Example
Text Example
White with #EAA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA122; }
p { color: rgb(234,161,34); }
H1.HeaderClassName
{
color: #EAA122;
}
.AnyTagClassName
{
color: #EAA122;
}
</style>
background-color css
<style>
a { background-color: #EAA122; }
a { background-color: rgb(234,161,34); }
div.DivClassName
{
background-color: #EAA122;
}
.BgClassName
{
background-color: #EAA122;
}
</style>
border-color css
<style>
span { border-color: #EAA122; }
span { border-color: rgb(234,161,34); }
td.TdClassName
{
border-color: #EAA122;
}
.TagClassName
{
border-color: #EAA122;
}
</style>