Shades of Carrot Orange #EA8D1F
Tints of Carrot Orange #EA8D1F
RGB
CMYK
RGB Variations
Color information
#EA8D1F (or 0xEA8D1F) is known color: Carrot Orange. HEX triplet: EA, 8D and 1F. RGB value is (234,141,31). Sum of RGB (Red+Green+Blue) = 234+141+31=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8D1F is #1572E0. Grayscale: #9C9C9C. Windows color (decimal): -1405665 or 2067946. OLE color: 2067946.
HSL color Cylindrical-coordinate representation of color #EA8D1F: hue angle of 32.51º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA8D1F is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 31 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.08 |
| HSL | 32.51º | 0.83% | 0.52% | - |
| HSV(B) | 32.51º | 0.87% | 0.92% | - |
| XYZ | 43.7 | 36.64 | 6.07 | - |
| YUV | 156.27 | 57.31 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 31 | 0 | 0.40 | 0.87 | 0.08 | 32.51 | 0.83 | 0.52 |
| Hex | EA | 8D | 1F | 0 | 28 | 57 | 8 | 21 | 53 | 34 |
| Octal | 352 | 215 | 37 | 0 | 50 | 127 | 10 | 41 | 123 | 64 |
| Binary | 11101010 | 10001101 | 11111 | 0 | 101000 | 1010111 | 1000 | 100001 | 1010011 | 110100 |
Color Harmonies of #EA8D1F
Complementary color
Monochromatic Colors of #EA8D1F
Black with #EA8D1F
Text Example
Text Example
White with #EA8D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D1F; }
p { color: rgb(234,141,31); }
H1.HeaderClassName
{
color: #EA8D1F;
}
.AnyTagClassName
{
color: #EA8D1F;
}
</style>
background-color css
<style>
a { background-color: #EA8D1F; }
a { background-color: rgb(234,141,31); }
div.DivClassName
{
background-color: #EA8D1F;
}
.BgClassName
{
background-color: #EA8D1F;
}
</style>
border-color css
<style>
span { border-color: #EA8D1F; }
span { border-color: rgb(234,141,31); }
td.TdClassName
{
border-color: #EA8D1F;
}
.TagClassName
{
border-color: #EA8D1F;
}
</style>