Shades of Carrot Orange #EA971F
Tints of Carrot Orange #EA971F
RGB
CMYK
RGB Variations
Color information
#EA971F (or 0xEA971F) is known color: Carrot Orange. HEX triplet: EA, 97 and 1F. RGB value is (234,151,31). Sum of RGB (Red+Green+Blue) = 234+151+31=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA971F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA971F is #1568E0. Grayscale: #A2A2A2. Windows color (decimal): -1403105 or 2070506. OLE color: 2070506.
HSL color Cylindrical-coordinate representation of color #EA971F: hue angle of 35.47º 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 #EA971F is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 31 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.08 |
| HSL | 35.47º | 0.83% | 0.52% | - |
| HSV(B) | 35.47º | 0.87% | 0.92% | - |
| XYZ | 45.25 | 39.72 | 6.58 | - |
| YUV | 162.14 | 54 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 31 | 0 | 0.35 | 0.87 | 0.08 | 35.47 | 0.83 | 0.52 |
| Hex | EA | 97 | 1F | 0 | 23 | 57 | 8 | 23 | 53 | 34 |
| Octal | 352 | 227 | 37 | 0 | 43 | 127 | 10 | 43 | 123 | 64 |
| Binary | 11101010 | 10010111 | 11111 | 0 | 100011 | 1010111 | 1000 | 100011 | 1010011 | 110100 |
Color Harmonies of #EA971F
Complementary color
Monochromatic Colors of #EA971F
Black with #EA971F
Text Example
Text Example
White with #EA971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA971F; }
p { color: rgb(234,151,31); }
H1.HeaderClassName
{
color: #EA971F;
}
.AnyTagClassName
{
color: #EA971F;
}
</style>
background-color css
<style>
a { background-color: #EA971F; }
a { background-color: rgb(234,151,31); }
div.DivClassName
{
background-color: #EA971F;
}
.BgClassName
{
background-color: #EA971F;
}
</style>
border-color css
<style>
span { border-color: #EA971F; }
span { border-color: rgb(234,151,31); }
td.TdClassName
{
border-color: #EA971F;
}
.TagClassName
{
border-color: #EA971F;
}
</style>