Shades of Carrot Orange #EA8D1D
Tints of Carrot Orange #EA8D1D
RGB
CMYK
RGB Variations
Color information
#EA8D1D (or 0xEA8D1D) is known color: Carrot Orange. HEX triplet: EA, 8D and 1D. RGB value is (234,141,29). Sum of RGB (Red+Green+Blue) = 234+141+29=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8D1D is #1572E2. Grayscale: #9C9C9C. Windows color (decimal): -1405667 or 1936874. OLE color: 1936874.
HSL color Cylindrical-coordinate representation of color #EA8D1D: hue angle of 32.78º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA8D1D is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 29 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.08 |
| HSL | 32.78º | 0.83% | 0.52% | - |
| HSV(B) | 32.78º | 0.88% | 0.92% | - |
| XYZ | 43.68 | 36.63 | 5.93 | - |
| YUV | 156.04 | 56.31 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 29 | 0 | 0.40 | 0.88 | 0.08 | 32.78 | 0.83 | 0.52 |
| Hex | EA | 8D | 1D | 0 | 28 | 58 | 8 | 21 | 53 | 34 |
| Octal | 352 | 215 | 35 | 0 | 50 | 130 | 10 | 41 | 123 | 64 |
| Binary | 11101010 | 10001101 | 11101 | 0 | 101000 | 1011000 | 1000 | 100001 | 1010011 | 110100 |
Color Harmonies of #EA8D1D
Complementary color
Monochromatic Colors of #EA8D1D
Black with #EA8D1D
Text Example
Text Example
White with #EA8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D1D; }
p { color: rgb(234,141,29); }
H1.HeaderClassName
{
color: #EA8D1D;
}
.AnyTagClassName
{
color: #EA8D1D;
}
</style>
background-color css
<style>
a { background-color: #EA8D1D; }
a { background-color: rgb(234,141,29); }
div.DivClassName
{
background-color: #EA8D1D;
}
.BgClassName
{
background-color: #EA8D1D;
}
</style>
border-color css
<style>
span { border-color: #EA8D1D; }
span { border-color: rgb(234,141,29); }
td.TdClassName
{
border-color: #EA8D1D;
}
.TagClassName
{
border-color: #EA8D1D;
}
</style>