Shades of Carrot Orange #EAA022
Tints of Carrot Orange #EAA022
RGB
CMYK
RGB Variations
Color information
#EAA022 (or 0xEAA022) is known color: Carrot Orange. HEX triplet: EA, A0 and 22. RGB value is (234,160,34). Sum of RGB (Red+Green+Blue) = 234+160+34=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA022 is #155FDD. Grayscale: #A8A8A8. Windows color (decimal): -1400798 or 2269418. OLE color: 2269418.
HSL color Cylindrical-coordinate representation of color #EAA022: hue angle of 37.8º 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 #EAA022 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 34 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.08 |
| HSL | 37.8º | 0.83% | 0.53% | - |
| HSV(B) | 37.8º | 0.85% | 0.92% | - |
| XYZ | 46.79 | 42.75 | 7.3 | - |
| YUV | 167.76 | 52.52 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 34 | 0 | 0.32 | 0.85 | 0.08 | 37.8 | 0.83 | 0.53 |
| Hex | EA | A0 | 22 | 0 | 20 | 55 | 8 | 26 | 53 | 35 |
| Octal | 352 | 240 | 42 | 0 | 40 | 125 | 10 | 46 | 123 | 65 |
| Binary | 11101010 | 10100000 | 100010 | 0 | 100000 | 1010101 | 1000 | 100110 | 1010011 | 110101 |
Color Harmonies of #EAA022
Complementary color
Monochromatic Colors of #EAA022
Black with #EAA022
Text Example
Text Example
White with #EAA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA022; }
p { color: rgb(234,160,34); }
H1.HeaderClassName
{
color: #EAA022;
}
.AnyTagClassName
{
color: #EAA022;
}
</style>
background-color css
<style>
a { background-color: #EAA022; }
a { background-color: rgb(234,160,34); }
div.DivClassName
{
background-color: #EAA022;
}
.BgClassName
{
background-color: #EAA022;
}
</style>
border-color css
<style>
span { border-color: #EAA022; }
span { border-color: rgb(234,160,34); }
td.TdClassName
{
border-color: #EAA022;
}
.TagClassName
{
border-color: #EAA022;
}
</style>