Shades of Carrot Orange #EA8024
Tints of Carrot Orange #EA8024
RGB
CMYK
RGB Variations
Color information
#EA8024 (or 0xEA8024) is known color: Carrot Orange. HEX triplet: EA, 80 and 24. RGB value is (234,128,36). Sum of RGB (Red+Green+Blue) = 234+128+36=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8024 is #157FDB. Grayscale: #959595. Windows color (decimal): -1408988 or 2392298. OLE color: 2392298.
HSL color Cylindrical-coordinate representation of color #EA8024: hue angle of 27.88º 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 #EA8024 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 36 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.08 |
| HSL | 27.88º | 0.83% | 0.53% | - |
| HSV(B) | 27.88º | 0.85% | 0.92% | - |
| XYZ | 41.97 | 33.06 | 5.84 | - |
| YUV | 149.21 | 64.12 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 36 | 0 | 0.45 | 0.85 | 0.08 | 27.88 | 0.83 | 0.53 |
| Hex | EA | 80 | 24 | 0 | 2D | 55 | 8 | 1C | 52 | 35 |
| Octal | 352 | 200 | 44 | 0 | 55 | 125 | 10 | 34 | 122 | 65 |
| Binary | 11101010 | 10000000 | 100100 | 0 | 101101 | 1010101 | 1000 | 11100 | 1010010 | 110101 |
Color Harmonies of #EA8024
Complementary color
Monochromatic Colors of #EA8024
Black with #EA8024
Text Example
Text Example
White with #EA8024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8024; }
p { color: rgb(234,128,36); }
H1.HeaderClassName
{
color: #EA8024;
}
.AnyTagClassName
{
color: #EA8024;
}
</style>
background-color css
<style>
a { background-color: #EA8024; }
a { background-color: rgb(234,128,36); }
div.DivClassName
{
background-color: #EA8024;
}
.BgClassName
{
background-color: #EA8024;
}
</style>
border-color css
<style>
span { border-color: #EA8024; }
span { border-color: rgb(234,128,36); }
td.TdClassName
{
border-color: #EA8024;
}
.TagClassName
{
border-color: #EA8024;
}
</style>