Shades of Carrot Orange #EA9C1E
Tints of Carrot Orange #EA9C1E
RGB
CMYK
RGB Variations
Color information
#EA9C1E (or 0xEA9C1E) is known color: Carrot Orange. HEX triplet: EA, 9C and 1E. RGB value is (234,156,30). Sum of RGB (Red+Green+Blue) = 234+156+30=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9C1E is #1563E1. Grayscale: #A5A5A5. Windows color (decimal): -1401826 or 2006250. OLE color: 2006250.
HSL color Cylindrical-coordinate representation of color #EA9C1E: hue angle of 37.06º 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 #EA9C1E is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 30 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.08 |
| HSL | 37.06º | 0.83% | 0.52% | - |
| HSV(B) | 37.06º | 0.87% | 0.92% | - |
| XYZ | 46.05 | 41.36 | 6.78 | - |
| YUV | 164.96 | 51.84 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 30 | 0 | 0.33 | 0.87 | 0.08 | 37.06 | 0.83 | 0.52 |
| Hex | EA | 9C | 1E | 0 | 21 | 57 | 8 | 25 | 53 | 34 |
| Octal | 352 | 234 | 36 | 0 | 41 | 127 | 10 | 45 | 123 | 64 |
| Binary | 11101010 | 10011100 | 11110 | 0 | 100001 | 1010111 | 1000 | 100101 | 1010011 | 110100 |
Color Harmonies of #EA9C1E
Complementary color
Monochromatic Colors of #EA9C1E
Black with #EA9C1E
Text Example
Text Example
White with #EA9C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C1E; }
p { color: rgb(234,156,30); }
H1.HeaderClassName
{
color: #EA9C1E;
}
.AnyTagClassName
{
color: #EA9C1E;
}
</style>
background-color css
<style>
a { background-color: #EA9C1E; }
a { background-color: rgb(234,156,30); }
div.DivClassName
{
background-color: #EA9C1E;
}
.BgClassName
{
background-color: #EA9C1E;
}
</style>
border-color css
<style>
span { border-color: #EA9C1E; }
span { border-color: rgb(234,156,30); }
td.TdClassName
{
border-color: #EA9C1E;
}
.TagClassName
{
border-color: #EA9C1E;
}
</style>