Shades of Carrot Orange #EA9121
Tints of Carrot Orange #EA9121
RGB
CMYK
RGB Variations
Color information
#EA9121 (or 0xEA9121) is known color: Carrot Orange. HEX triplet: EA, 91 and 21. RGB value is (234,145,33). Sum of RGB (Red+Green+Blue) = 234+145+33=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9121 is #156EDE. Grayscale: #9F9F9F. Windows color (decimal): -1404639 or 2200042. OLE color: 2200042.
HSL color Cylindrical-coordinate representation of color #EA9121: hue angle of 33.43º 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 #EA9121 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 33 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.08 |
| HSL | 33.43º | 0.83% | 0.52% | - |
| HSV(B) | 33.43º | 0.86% | 0.92% | - |
| XYZ | 44.33 | 37.85 | 6.41 | - |
| YUV | 158.84 | 56.99 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 33 | 0 | 0.38 | 0.86 | 0.08 | 33.43 | 0.83 | 0.52 |
| Hex | EA | 91 | 21 | 0 | 26 | 56 | 8 | 21 | 53 | 34 |
| Octal | 352 | 221 | 41 | 0 | 46 | 126 | 10 | 41 | 123 | 64 |
| Binary | 11101010 | 10010001 | 100001 | 0 | 100110 | 1010110 | 1000 | 100001 | 1010011 | 110100 |
Color Harmonies of #EA9121
Complementary color
Monochromatic Colors of #EA9121
Black with #EA9121
Text Example
Text Example
White with #EA9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9121; }
p { color: rgb(234,145,33); }
H1.HeaderClassName
{
color: #EA9121;
}
.AnyTagClassName
{
color: #EA9121;
}
</style>
background-color css
<style>
a { background-color: #EA9121; }
a { background-color: rgb(234,145,33); }
div.DivClassName
{
background-color: #EA9121;
}
.BgClassName
{
background-color: #EA9121;
}
</style>
border-color css
<style>
span { border-color: #EA9121; }
span { border-color: rgb(234,145,33); }
td.TdClassName
{
border-color: #EA9121;
}
.TagClassName
{
border-color: #EA9121;
}
</style>