Shades of Carrot Orange #EA831E
Tints of Carrot Orange #EA831E
RGB
CMYK
RGB Variations
Color information
#EA831E (or 0xEA831E) is known color: Carrot Orange. HEX triplet: EA, 83 and 1E. RGB value is (234,131,30). Sum of RGB (Red+Green+Blue) = 234+131+30=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA831E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA831E is #157CE1. Grayscale: #969696. Windows color (decimal): -1408226 or 1999850. OLE color: 1999850.
HSL color Cylindrical-coordinate representation of color #EA831E: hue angle of 29.71º 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 #EA831E is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 30 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.08 |
| HSL | 29.71º | 0.83% | 0.52% | - |
| HSV(B) | 29.71º | 0.87% | 0.92% | - |
| XYZ | 42.28 | 33.82 | 5.53 | - |
| YUV | 150.28 | 60.12 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 30 | 0 | 0.44 | 0.87 | 0.08 | 29.71 | 0.83 | 0.52 |
| Hex | EA | 83 | 1E | 0 | 2C | 57 | 8 | 1E | 53 | 34 |
| Octal | 352 | 203 | 36 | 0 | 54 | 127 | 10 | 36 | 123 | 64 |
| Binary | 11101010 | 10000011 | 11110 | 0 | 101100 | 1010111 | 1000 | 11110 | 1010011 | 110100 |
Color Harmonies of #EA831E
Complementary color
Monochromatic Colors of #EA831E
Black with #EA831E
Text Example
Text Example
White with #EA831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA831E; }
p { color: rgb(234,131,30); }
H1.HeaderClassName
{
color: #EA831E;
}
.AnyTagClassName
{
color: #EA831E;
}
</style>
background-color css
<style>
a { background-color: #EA831E; }
a { background-color: rgb(234,131,30); }
div.DivClassName
{
background-color: #EA831E;
}
.BgClassName
{
background-color: #EA831E;
}
</style>
border-color css
<style>
span { border-color: #EA831E; }
span { border-color: rgb(234,131,30); }
td.TdClassName
{
border-color: #EA831E;
}
.TagClassName
{
border-color: #EA831E;
}
</style>