Shades of Carrot Orange #EA8124
Tints of Carrot Orange #EA8124
RGB
CMYK
RGB Variations
Color information
#EA8124 (or 0xEA8124) is known color: Carrot Orange. HEX triplet: EA, 81 and 24. RGB value is (234,129,36). Sum of RGB (Red+Green+Blue) = 234+129+36=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8124 is #157EDB. Grayscale: #969696. Windows color (decimal): -1408732 or 2392554. OLE color: 2392554.
HSL color Cylindrical-coordinate representation of color #EA8124: hue angle of 28.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA8124 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 36 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.08 |
| HSL | 28.18º | 0.83% | 0.53% | - |
| HSV(B) | 28.18º | 0.85% | 0.92% | - |
| XYZ | 42.1 | 33.32 | 5.88 | - |
| YUV | 149.79 | 63.79 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 36 | 0 | 0.45 | 0.85 | 0.08 | 28.18 | 0.83 | 0.53 |
| Hex | EA | 81 | 24 | 0 | 2D | 55 | 8 | 1C | 52 | 35 |
| Octal | 352 | 201 | 44 | 0 | 55 | 125 | 10 | 34 | 122 | 65 |
| Binary | 11101010 | 10000001 | 100100 | 0 | 101101 | 1010101 | 1000 | 11100 | 1010010 | 110101 |
Color Harmonies of #EA8124
Complementary color
Monochromatic Colors of #EA8124
Black with #EA8124
Text Example
Text Example
White with #EA8124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8124; }
p { color: rgb(234,129,36); }
H1.HeaderClassName
{
color: #EA8124;
}
.AnyTagClassName
{
color: #EA8124;
}
</style>
background-color css
<style>
a { background-color: #EA8124; }
a { background-color: rgb(234,129,36); }
div.DivClassName
{
background-color: #EA8124;
}
.BgClassName
{
background-color: #EA8124;
}
</style>
border-color css
<style>
span { border-color: #EA8124; }
span { border-color: rgb(234,129,36); }
td.TdClassName
{
border-color: #EA8124;
}
.TagClassName
{
border-color: #EA8124;
}
</style>