Shades of Carrot Orange #EA9D21
Tints of Carrot Orange #EA9D21
RGB
CMYK
RGB Variations
Color information
#EA9D21 (or 0xEA9D21) is known color: Carrot Orange. HEX triplet: EA, 9D and 21. RGB value is (234,157,33). Sum of RGB (Red+Green+Blue) = 234+157+33=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9D21 is #1562DE. Grayscale: #A6A6A6. Windows color (decimal): -1401567 or 2203114. OLE color: 2203114.
HSL color Cylindrical-coordinate representation of color #EA9D21: hue angle of 37.01º 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 #EA9D21 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 33 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.08 |
| HSL | 37.01º | 0.83% | 0.52% | - |
| HSV(B) | 37.01º | 0.86% | 0.92% | - |
| XYZ | 46.26 | 41.72 | 7.05 | - |
| YUV | 165.89 | 53.01 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 33 | 0 | 0.33 | 0.86 | 0.08 | 37.01 | 0.83 | 0.52 |
| Hex | EA | 9D | 21 | 0 | 21 | 56 | 8 | 25 | 53 | 34 |
| Octal | 352 | 235 | 41 | 0 | 41 | 126 | 10 | 45 | 123 | 64 |
| Binary | 11101010 | 10011101 | 100001 | 0 | 100001 | 1010110 | 1000 | 100101 | 1010011 | 110100 |
Color Harmonies of #EA9D21
Complementary color
Monochromatic Colors of #EA9D21
Black with #EA9D21
Text Example
Text Example
White with #EA9D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D21; }
p { color: rgb(234,157,33); }
H1.HeaderClassName
{
color: #EA9D21;
}
.AnyTagClassName
{
color: #EA9D21;
}
</style>
background-color css
<style>
a { background-color: #EA9D21; }
a { background-color: rgb(234,157,33); }
div.DivClassName
{
background-color: #EA9D21;
}
.BgClassName
{
background-color: #EA9D21;
}
</style>
border-color css
<style>
span { border-color: #EA9D21; }
span { border-color: rgb(234,157,33); }
td.TdClassName
{
border-color: #EA9D21;
}
.TagClassName
{
border-color: #EA9D21;
}
</style>