Shades of Carrot Orange #EA8F1D
Tints of Carrot Orange #EA8F1D
RGB
CMYK
RGB Variations
Color information
#EA8F1D (or 0xEA8F1D) is known color: Carrot Orange. HEX triplet: EA, 8F and 1D. RGB value is (234,143,29). Sum of RGB (Red+Green+Blue) = 234+143+29=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F1D is #1570E2. Grayscale: #9D9D9D. Windows color (decimal): -1405155 or 1937386. OLE color: 1937386.
HSL color Cylindrical-coordinate representation of color #EA8F1D: hue angle of 33.37º 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 #EA8F1D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 29 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.08 |
| HSL | 33.37º | 0.83% | 0.52% | - |
| HSV(B) | 33.37º | 0.88% | 0.92% | - |
| XYZ | 43.98 | 37.23 | 6.03 | - |
| YUV | 157.21 | 55.65 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 29 | 0 | 0.39 | 0.88 | 0.08 | 33.37 | 0.83 | 0.52 |
| Hex | EA | 8F | 1D | 0 | 27 | 58 | 8 | 21 | 53 | 34 |
| Octal | 352 | 217 | 35 | 0 | 47 | 130 | 10 | 41 | 123 | 64 |
| Binary | 11101010 | 10001111 | 11101 | 0 | 100111 | 1011000 | 1000 | 100001 | 1010011 | 110100 |
Color Harmonies of #EA8F1D
Complementary color
Monochromatic Colors of #EA8F1D
Black with #EA8F1D
Text Example
Text Example
White with #EA8F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F1D; }
p { color: rgb(234,143,29); }
H1.HeaderClassName
{
color: #EA8F1D;
}
.AnyTagClassName
{
color: #EA8F1D;
}
</style>
background-color css
<style>
a { background-color: #EA8F1D; }
a { background-color: rgb(234,143,29); }
div.DivClassName
{
background-color: #EA8F1D;
}
.BgClassName
{
background-color: #EA8F1D;
}
</style>
border-color css
<style>
span { border-color: #EA8F1D; }
span { border-color: rgb(234,143,29); }
td.TdClassName
{
border-color: #EA8F1D;
}
.TagClassName
{
border-color: #EA8F1D;
}
</style>