Shades of Carrot Orange #EA9F21
Tints of Carrot Orange #EA9F21
RGB
CMYK
RGB Variations
Color information
#EA9F21 (or 0xEA9F21) is known color: Carrot Orange. HEX triplet: EA, 9F and 21. RGB value is (234,159,33). Sum of RGB (Red+Green+Blue) = 234+159+33=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F21 is #1560DE. Grayscale: #A7A7A7. Windows color (decimal): -1401055 or 2203626. OLE color: 2203626.
HSL color Cylindrical-coordinate representation of color #EA9F21: hue angle of 37.61º 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 #EA9F21 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 33 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.08 |
| HSL | 37.61º | 0.83% | 0.52% | - |
| HSV(B) | 37.61º | 0.86% | 0.92% | - |
| XYZ | 46.6 | 42.4 | 7.17 | - |
| YUV | 167.06 | 52.35 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 33 | 0 | 0.32 | 0.86 | 0.08 | 37.61 | 0.83 | 0.52 |
| Hex | EA | 9F | 21 | 0 | 20 | 56 | 8 | 26 | 53 | 34 |
| Octal | 352 | 237 | 41 | 0 | 40 | 126 | 10 | 46 | 123 | 64 |
| Binary | 11101010 | 10011111 | 100001 | 0 | 100000 | 1010110 | 1000 | 100110 | 1010011 | 110100 |
Color Harmonies of #EA9F21
Complementary color
Monochromatic Colors of #EA9F21
Black with #EA9F21
Text Example
Text Example
White with #EA9F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F21; }
p { color: rgb(234,159,33); }
H1.HeaderClassName
{
color: #EA9F21;
}
.AnyTagClassName
{
color: #EA9F21;
}
</style>
background-color css
<style>
a { background-color: #EA9F21; }
a { background-color: rgb(234,159,33); }
div.DivClassName
{
background-color: #EA9F21;
}
.BgClassName
{
background-color: #EA9F21;
}
</style>
border-color css
<style>
span { border-color: #EA9F21; }
span { border-color: rgb(234,159,33); }
td.TdClassName
{
border-color: #EA9F21;
}
.TagClassName
{
border-color: #EA9F21;
}
</style>