Shades of Carrot Orange #EA931F
Tints of Carrot Orange #EA931F
RGB
CMYK
RGB Variations
Color information
#EA931F (or 0xEA931F) is known color: Carrot Orange. HEX triplet: EA, 93 and 1F. RGB value is (234,147,31). Sum of RGB (Red+Green+Blue) = 234+147+31=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA931F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA931F is #156CE0. Grayscale: #A0A0A0. Windows color (decimal): -1404129 or 2069482. OLE color: 2069482.
HSL color Cylindrical-coordinate representation of color #EA931F: hue angle of 34.29º 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 #EA931F is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 31 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.08 |
| HSL | 34.29º | 0.83% | 0.52% | - |
| HSV(B) | 34.29º | 0.87% | 0.92% | - |
| XYZ | 44.61 | 38.46 | 6.37 | - |
| YUV | 159.79 | 55.32 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 31 | 0 | 0.37 | 0.87 | 0.08 | 34.29 | 0.83 | 0.52 |
| Hex | EA | 93 | 1F | 0 | 25 | 57 | 8 | 22 | 53 | 34 |
| Octal | 352 | 223 | 37 | 0 | 45 | 127 | 10 | 42 | 123 | 64 |
| Binary | 11101010 | 10010011 | 11111 | 0 | 100101 | 1010111 | 1000 | 100010 | 1010011 | 110100 |
Color Harmonies of #EA931F
Complementary color
Monochromatic Colors of #EA931F
Black with #EA931F
Text Example
Text Example
White with #EA931F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA931F; }
p { color: rgb(234,147,31); }
H1.HeaderClassName
{
color: #EA931F;
}
.AnyTagClassName
{
color: #EA931F;
}
</style>
background-color css
<style>
a { background-color: #EA931F; }
a { background-color: rgb(234,147,31); }
div.DivClassName
{
background-color: #EA931F;
}
.BgClassName
{
background-color: #EA931F;
}
</style>
border-color css
<style>
span { border-color: #EA931F; }
span { border-color: rgb(234,147,31); }
td.TdClassName
{
border-color: #EA931F;
}
.TagClassName
{
border-color: #EA931F;
}
</style>