Shades of Carrot Orange #EA971E
Tints of Carrot Orange #EA971E
RGB
CMYK
RGB Variations
Color information
#EA971E (or 0xEA971E) is known color: Carrot Orange. HEX triplet: EA, 97 and 1E. RGB value is (234,151,30). Sum of RGB (Red+Green+Blue) = 234+151+30=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA971E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA971E is #1568E1. Grayscale: #A2A2A2. Windows color (decimal): -1403106 or 2004970. OLE color: 2004970.
HSL color Cylindrical-coordinate representation of color #EA971E: hue angle of 35.59º 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 #EA971E is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 30 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.08 |
| HSL | 35.59º | 0.83% | 0.52% | - |
| HSV(B) | 35.59º | 0.87% | 0.92% | - |
| XYZ | 45.23 | 39.72 | 6.51 | - |
| YUV | 162.02 | 53.5 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 30 | 0 | 0.35 | 0.87 | 0.08 | 35.59 | 0.83 | 0.52 |
| Hex | EA | 97 | 1E | 0 | 23 | 57 | 8 | 24 | 53 | 34 |
| Octal | 352 | 227 | 36 | 0 | 43 | 127 | 10 | 44 | 123 | 64 |
| Binary | 11101010 | 10010111 | 11110 | 0 | 100011 | 1010111 | 1000 | 100100 | 1010011 | 110100 |
Color Harmonies of #EA971E
Complementary color
Monochromatic Colors of #EA971E
Black with #EA971E
Text Example
Text Example
White with #EA971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA971E; }
p { color: rgb(234,151,30); }
H1.HeaderClassName
{
color: #EA971E;
}
.AnyTagClassName
{
color: #EA971E;
}
</style>
background-color css
<style>
a { background-color: #EA971E; }
a { background-color: rgb(234,151,30); }
div.DivClassName
{
background-color: #EA971E;
}
.BgClassName
{
background-color: #EA971E;
}
</style>
border-color css
<style>
span { border-color: #EA971E; }
span { border-color: rgb(234,151,30); }
td.TdClassName
{
border-color: #EA971E;
}
.TagClassName
{
border-color: #EA971E;
}
</style>