Shades of Carrot Orange #EA8322
Tints of Carrot Orange #EA8322
RGB
CMYK
RGB Variations
Color information
#EA8322 (or 0xEA8322) is known color: Carrot Orange. HEX triplet: EA, 83 and 22. RGB value is (234,131,34). Sum of RGB (Red+Green+Blue) = 234+131+34=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8322 is #157CDD. Grayscale: #979797. Windows color (decimal): -1408222 or 2261994. OLE color: 2261994.
HSL color Cylindrical-coordinate representation of color #EA8322: hue angle of 29.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA8322 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 34 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.08 |
| HSL | 29.1º | 0.83% | 0.53% | - |
| HSV(B) | 29.1º | 0.85% | 0.92% | - |
| XYZ | 42.34 | 33.84 | 5.81 | - |
| YUV | 150.74 | 62.12 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 34 | 0 | 0.44 | 0.85 | 0.08 | 29.1 | 0.83 | 0.53 |
| Hex | EA | 83 | 22 | 0 | 2C | 55 | 8 | 1D | 53 | 35 |
| Octal | 352 | 203 | 42 | 0 | 54 | 125 | 10 | 35 | 123 | 65 |
| Binary | 11101010 | 10000011 | 100010 | 0 | 101100 | 1010101 | 1000 | 11101 | 1010011 | 110101 |
Color Harmonies of #EA8322
Complementary color
Monochromatic Colors of #EA8322
Black with #EA8322
Text Example
Text Example
White with #EA8322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8322; }
p { color: rgb(234,131,34); }
H1.HeaderClassName
{
color: #EA8322;
}
.AnyTagClassName
{
color: #EA8322;
}
</style>
background-color css
<style>
a { background-color: #EA8322; }
a { background-color: rgb(234,131,34); }
div.DivClassName
{
background-color: #EA8322;
}
.BgClassName
{
background-color: #EA8322;
}
</style>
border-color css
<style>
span { border-color: #EA8322; }
span { border-color: rgb(234,131,34); }
td.TdClassName
{
border-color: #EA8322;
}
.TagClassName
{
border-color: #EA8322;
}
</style>