Shades of Carrot Orange #EA7D18
Tints of Carrot Orange #EA7D18
RGB
CMYK
RGB Variations
Color information
#EA7D18 (or 0xEA7D18) is known color: Carrot Orange. HEX triplet: EA, 7D and 18. RGB value is (234,125,24). Sum of RGB (Red+Green+Blue) = 234+125+24=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7D18 is #1582E7. Grayscale: #929292. Windows color (decimal): -1409768 or 1605098. OLE color: 1605098.
HSL color Cylindrical-coordinate representation of color #EA7D18: hue angle of 28.86º 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 #EA7D18 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 24 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.08 |
| HSL | 28.86º | 0.83% | 0.51% | - |
| HSV(B) | 28.86º | 0.9% | 0.92% | - |
| XYZ | 41.43 | 32.23 | 4.9 | - |
| YUV | 146.08 | 59.11 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 24 | 0 | 0.47 | 0.90 | 0.08 | 28.86 | 0.83 | 0.51 |
| Hex | EA | 7D | 18 | 0 | 2F | 5A | 8 | 1D | 53 | 33 |
| Octal | 352 | 175 | 30 | 0 | 57 | 132 | 10 | 35 | 123 | 63 |
| Binary | 11101010 | 1111101 | 11000 | 0 | 101111 | 1011010 | 1000 | 11101 | 1010011 | 110011 |
Color Harmonies of #EA7D18
Complementary color
Monochromatic Colors of #EA7D18
Black with #EA7D18
Text Example
Text Example
White with #EA7D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7D18; }
p { color: rgb(234,125,24); }
H1.HeaderClassName
{
color: #EA7D18;
}
.AnyTagClassName
{
color: #EA7D18;
}
</style>
background-color css
<style>
a { background-color: #EA7D18; }
a { background-color: rgb(234,125,24); }
div.DivClassName
{
background-color: #EA7D18;
}
.BgClassName
{
background-color: #EA7D18;
}
</style>
border-color css
<style>
span { border-color: #EA7D18; }
span { border-color: rgb(234,125,24); }
td.TdClassName
{
border-color: #EA7D18;
}
.TagClassName
{
border-color: #EA7D18;
}
</style>