Shades of Carrot Orange #EA8018
Tints of Carrot Orange #EA8018
RGB
CMYK
RGB Variations
Color information
#EA8018 (or 0xEA8018) is known color: Carrot Orange. HEX triplet: EA, 80 and 18. RGB value is (234,128,24). Sum of RGB (Red+Green+Blue) = 234+128+24=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8018 is #157FE7. Grayscale: #949494. Windows color (decimal): -1409000 or 1605866. OLE color: 1605866.
HSL color Cylindrical-coordinate representation of color #EA8018: hue angle of 29.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA8018 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 24 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.08 |
| HSL | 29.71º | 0.83% | 0.51% | - |
| HSV(B) | 29.71º | 0.9% | 0.92% | - |
| XYZ | 41.82 | 33 | 5.03 | - |
| YUV | 147.84 | 58.12 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 24 | 0 | 0.45 | 0.90 | 0.08 | 29.71 | 0.83 | 0.51 |
| Hex | EA | 80 | 18 | 0 | 2D | 5A | 8 | 1E | 53 | 33 |
| Octal | 352 | 200 | 30 | 0 | 55 | 132 | 10 | 36 | 123 | 63 |
| Binary | 11101010 | 10000000 | 11000 | 0 | 101101 | 1011010 | 1000 | 11110 | 1010011 | 110011 |
Color Harmonies of #EA8018
Complementary color
Monochromatic Colors of #EA8018
Black with #EA8018
Text Example
Text Example
White with #EA8018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8018; }
p { color: rgb(234,128,24); }
H1.HeaderClassName
{
color: #EA8018;
}
.AnyTagClassName
{
color: #EA8018;
}
</style>
background-color css
<style>
a { background-color: #EA8018; }
a { background-color: rgb(234,128,24); }
div.DivClassName
{
background-color: #EA8018;
}
.BgClassName
{
background-color: #EA8018;
}
</style>
border-color css
<style>
span { border-color: #EA8018; }
span { border-color: rgb(234,128,24); }
td.TdClassName
{
border-color: #EA8018;
}
.TagClassName
{
border-color: #EA8018;
}
</style>