Shades of Carrot Orange #EA8A1E
Tints of Carrot Orange #EA8A1E
RGB
CMYK
RGB Variations
Color information
#EA8A1E (or 0xEA8A1E) is known color: Carrot Orange. HEX triplet: EA, 8A and 1E. RGB value is (234,138,30). Sum of RGB (Red+Green+Blue) = 234+138+30=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A1E is #1575E1. Grayscale: #9A9A9A. Windows color (decimal): -1406434 or 2001642. OLE color: 2001642.
HSL color Cylindrical-coordinate representation of color #EA8A1E: hue angle of 31.76º 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 #EA8A1E is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 30 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.08 |
| HSL | 31.76º | 0.83% | 0.52% | - |
| HSV(B) | 31.76º | 0.87% | 0.92% | - |
| XYZ | 43.25 | 35.76 | 5.85 | - |
| YUV | 154.39 | 57.8 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 30 | 0 | 0.41 | 0.87 | 0.08 | 31.76 | 0.83 | 0.52 |
| Hex | EA | 8A | 1E | 0 | 29 | 57 | 8 | 20 | 53 | 34 |
| Octal | 352 | 212 | 36 | 0 | 51 | 127 | 10 | 40 | 123 | 64 |
| Binary | 11101010 | 10001010 | 11110 | 0 | 101001 | 1010111 | 1000 | 100000 | 1010011 | 110100 |
Color Harmonies of #EA8A1E
Complementary color
Monochromatic Colors of #EA8A1E
Black with #EA8A1E
Text Example
Text Example
White with #EA8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8A1E; }
p { color: rgb(234,138,30); }
H1.HeaderClassName
{
color: #EA8A1E;
}
.AnyTagClassName
{
color: #EA8A1E;
}
</style>
background-color css
<style>
a { background-color: #EA8A1E; }
a { background-color: rgb(234,138,30); }
div.DivClassName
{
background-color: #EA8A1E;
}
.BgClassName
{
background-color: #EA8A1E;
}
</style>
border-color css
<style>
span { border-color: #EA8A1E; }
span { border-color: rgb(234,138,30); }
td.TdClassName
{
border-color: #EA8A1E;
}
.TagClassName
{
border-color: #EA8A1E;
}
</style>