Shades of Carrot Orange #EAA021
Tints of Carrot Orange #EAA021
RGB
CMYK
RGB Variations
Color information
#EAA021 (or 0xEAA021) is known color: Carrot Orange. HEX triplet: EA, A0 and 21. RGB value is (234,160,33). Sum of RGB (Red+Green+Blue) = 234+160+33=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA021 is #155FDE. Grayscale: #A8A8A8. Windows color (decimal): -1400799 or 2203882. OLE color: 2203882.
HSL color Cylindrical-coordinate representation of color #EAA021: hue angle of 37.91º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAA021 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 33 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.08 |
| HSL | 37.91º | 0.83% | 0.52% | - |
| HSV(B) | 37.91º | 0.86% | 0.92% | - |
| XYZ | 46.78 | 42.74 | 7.22 | - |
| YUV | 167.65 | 52.02 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 33 | 0 | 0.32 | 0.86 | 0.08 | 37.91 | 0.83 | 0.52 |
| Hex | EA | A0 | 21 | 0 | 20 | 56 | 8 | 26 | 53 | 34 |
| Octal | 352 | 240 | 41 | 0 | 40 | 126 | 10 | 46 | 123 | 64 |
| Binary | 11101010 | 10100000 | 100001 | 0 | 100000 | 1010110 | 1000 | 100110 | 1010011 | 110100 |
Color Harmonies of #EAA021
Complementary color
Monochromatic Colors of #EAA021
Black with #EAA021
Text Example
Text Example
White with #EAA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA021; }
p { color: rgb(234,160,33); }
H1.HeaderClassName
{
color: #EAA021;
}
.AnyTagClassName
{
color: #EAA021;
}
</style>
background-color css
<style>
a { background-color: #EAA021; }
a { background-color: rgb(234,160,33); }
div.DivClassName
{
background-color: #EAA021;
}
.BgClassName
{
background-color: #EAA021;
}
</style>
border-color css
<style>
span { border-color: #EAA021; }
span { border-color: rgb(234,160,33); }
td.TdClassName
{
border-color: #EAA021;
}
.TagClassName
{
border-color: #EAA021;
}
</style>