Shades of Carrot Orange #EA8428
Tints of Carrot Orange #EA8428
RGB
CMYK
RGB Variations
Color information
#EA8428 (or 0xEA8428) is known color: Carrot Orange. HEX triplet: EA, 84 and 28. RGB value is (234,132,40). Sum of RGB (Red+Green+Blue) = 234+132+40=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8428 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8428 is #157BD7. Grayscale: #989898. Windows color (decimal): -1407960 or 2655466. OLE color: 2655466.
HSL color Cylindrical-coordinate representation of color #EA8428: hue angle of 28.45º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA8428 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 40 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.08 |
| HSL | 28.45º | 0.82% | 0.54% | - |
| HSV(B) | 28.45º | 0.83% | 0.92% | - |
| XYZ | 42.57 | 34.15 | 6.36 | - |
| YUV | 152.01 | 64.79 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 40 | 0 | 0.44 | 0.83 | 0.08 | 28.45 | 0.82 | 0.54 |
| Hex | EA | 84 | 28 | 0 | 2C | 53 | 8 | 1C | 52 | 36 |
| Octal | 352 | 204 | 50 | 0 | 54 | 123 | 10 | 34 | 122 | 66 |
| Binary | 11101010 | 10000100 | 101000 | 0 | 101100 | 1010011 | 1000 | 11100 | 1010010 | 110110 |
Color Harmonies of #EA8428
Complementary color
Monochromatic Colors of #EA8428
Black with #EA8428
Text Example
Text Example
White with #EA8428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8428; }
p { color: rgb(234,132,40); }
H1.HeaderClassName
{
color: #EA8428;
}
.AnyTagClassName
{
color: #EA8428;
}
</style>
background-color css
<style>
a { background-color: #EA8428; }
a { background-color: rgb(234,132,40); }
div.DivClassName
{
background-color: #EA8428;
}
.BgClassName
{
background-color: #EA8428;
}
</style>
border-color css
<style>
span { border-color: #EA8428; }
span { border-color: rgb(234,132,40); }
td.TdClassName
{
border-color: #EA8428;
}
.TagClassName
{
border-color: #EA8428;
}
</style>