Shades of Carrot Orange #EA8121
Tints of Carrot Orange #EA8121
RGB
CMYK
RGB Variations
Color information
#EA8121 (or 0xEA8121) is known color: Carrot Orange. HEX triplet: EA, 81 and 21. RGB value is (234,129,33). Sum of RGB (Red+Green+Blue) = 234+129+33=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8121 is #157EDE. Grayscale: #959595. Windows color (decimal): -1408735 or 2195946. OLE color: 2195946.
HSL color Cylindrical-coordinate representation of color #EA8121: hue angle of 28.66º 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 #EA8121 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 33 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.08 |
| HSL | 28.66º | 0.83% | 0.52% | - |
| HSV(B) | 28.66º | 0.86% | 0.92% | - |
| XYZ | 42.06 | 33.3 | 5.65 | - |
| YUV | 149.45 | 62.29 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 33 | 0 | 0.45 | 0.86 | 0.08 | 28.66 | 0.83 | 0.52 |
| Hex | EA | 81 | 21 | 0 | 2D | 56 | 8 | 1D | 53 | 34 |
| Octal | 352 | 201 | 41 | 0 | 55 | 126 | 10 | 35 | 123 | 64 |
| Binary | 11101010 | 10000001 | 100001 | 0 | 101101 | 1010110 | 1000 | 11101 | 1010011 | 110100 |
Color Harmonies of #EA8121
Complementary color
Monochromatic Colors of #EA8121
Black with #EA8121
Text Example
Text Example
White with #EA8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8121; }
p { color: rgb(234,129,33); }
H1.HeaderClassName
{
color: #EA8121;
}
.AnyTagClassName
{
color: #EA8121;
}
</style>
background-color css
<style>
a { background-color: #EA8121; }
a { background-color: rgb(234,129,33); }
div.DivClassName
{
background-color: #EA8121;
}
.BgClassName
{
background-color: #EA8121;
}
</style>
border-color css
<style>
span { border-color: #EA8121; }
span { border-color: rgb(234,129,33); }
td.TdClassName
{
border-color: #EA8121;
}
.TagClassName
{
border-color: #EA8121;
}
</style>