Shades of Carrot Orange #EA9622
Tints of Carrot Orange #EA9622
RGB
CMYK
RGB Variations
Color information
#EA9622 (or 0xEA9622) is known color: Carrot Orange. HEX triplet: EA, 96 and 22. RGB value is (234,150,34). Sum of RGB (Red+Green+Blue) = 234+150+34=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9622 is #1569DD. Grayscale: #A2A2A2. Windows color (decimal): -1403358 or 2266858. OLE color: 2266858.
HSL color Cylindrical-coordinate representation of color #EA9622: hue angle of 34.8º 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 #EA9622 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 34 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.08 |
| HSL | 34.8º | 0.83% | 0.53% | - |
| HSV(B) | 34.8º | 0.85% | 0.92% | - |
| XYZ | 45.13 | 39.42 | 6.74 | - |
| YUV | 161.89 | 55.83 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 34 | 0 | 0.36 | 0.85 | 0.08 | 34.8 | 0.83 | 0.53 |
| Hex | EA | 96 | 22 | 0 | 24 | 55 | 8 | 23 | 53 | 35 |
| Octal | 352 | 226 | 42 | 0 | 44 | 125 | 10 | 43 | 123 | 65 |
| Binary | 11101010 | 10010110 | 100010 | 0 | 100100 | 1010101 | 1000 | 100011 | 1010011 | 110101 |
Color Harmonies of #EA9622
Complementary color
Monochromatic Colors of #EA9622
Black with #EA9622
Text Example
Text Example
White with #EA9622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9622; }
p { color: rgb(234,150,34); }
H1.HeaderClassName
{
color: #EA9622;
}
.AnyTagClassName
{
color: #EA9622;
}
</style>
background-color css
<style>
a { background-color: #EA9622; }
a { background-color: rgb(234,150,34); }
div.DivClassName
{
background-color: #EA9622;
}
.BgClassName
{
background-color: #EA9622;
}
</style>
border-color css
<style>
span { border-color: #EA9622; }
span { border-color: rgb(234,150,34); }
td.TdClassName
{
border-color: #EA9622;
}
.TagClassName
{
border-color: #EA9622;
}
</style>