Shades of Carrot Orange #EA9323
Tints of Carrot Orange #EA9323
RGB
CMYK
RGB Variations
Color information
#EA9323 (or 0xEA9323) is known color: Carrot Orange. HEX triplet: EA, 93 and 23. RGB value is (234,147,35). Sum of RGB (Red+Green+Blue) = 234+147+35=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9323 is #156CDC. Grayscale: #A0A0A0. Windows color (decimal): -1404125 or 2331626. OLE color: 2331626.
HSL color Cylindrical-coordinate representation of color #EA9323: hue angle of 33.77º 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 #EA9323 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 35 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.08 |
| HSL | 33.77º | 0.83% | 0.53% | - |
| HSV(B) | 33.77º | 0.85% | 0.92% | - |
| XYZ | 44.67 | 38.48 | 6.66 | - |
| YUV | 160.25 | 57.32 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 35 | 0 | 0.37 | 0.85 | 0.08 | 33.77 | 0.83 | 0.53 |
| Hex | EA | 93 | 23 | 0 | 25 | 55 | 8 | 22 | 53 | 35 |
| Octal | 352 | 223 | 43 | 0 | 45 | 125 | 10 | 42 | 123 | 65 |
| Binary | 11101010 | 10010011 | 100011 | 0 | 100101 | 1010101 | 1000 | 100010 | 1010011 | 110101 |
Color Harmonies of #EA9323
Complementary color
Monochromatic Colors of #EA9323
Black with #EA9323
Text Example
Text Example
White with #EA9323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9323; }
p { color: rgb(234,147,35); }
H1.HeaderClassName
{
color: #EA9323;
}
.AnyTagClassName
{
color: #EA9323;
}
</style>
background-color css
<style>
a { background-color: #EA9323; }
a { background-color: rgb(234,147,35); }
div.DivClassName
{
background-color: #EA9323;
}
.BgClassName
{
background-color: #EA9323;
}
</style>
border-color css
<style>
span { border-color: #EA9323; }
span { border-color: rgb(234,147,35); }
td.TdClassName
{
border-color: #EA9323;
}
.TagClassName
{
border-color: #EA9323;
}
</style>