Shades of Carrot Orange #EA9328
Tints of Carrot Orange #EA9328
RGB
CMYK
RGB Variations
Color information
#EA9328 (or 0xEA9328) is known color: Carrot Orange. HEX triplet: EA, 93 and 28. RGB value is (234,147,40). Sum of RGB (Red+Green+Blue) = 234+147+40=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9328 is #156CD7. Grayscale: #A1A1A1. Windows color (decimal): -1404120 or 2659306. OLE color: 2659306.
HSL color Cylindrical-coordinate representation of color #EA9328: hue angle of 33.09º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA9328 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 40 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.08 |
| HSL | 33.09º | 0.82% | 0.54% | - |
| HSV(B) | 33.09º | 0.83% | 0.92% | - |
| XYZ | 44.75 | 38.51 | 7.08 | - |
| YUV | 160.82 | 59.82 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 40 | 0 | 0.37 | 0.83 | 0.08 | 33.09 | 0.82 | 0.54 |
| Hex | EA | 93 | 28 | 0 | 25 | 53 | 8 | 21 | 52 | 36 |
| Octal | 352 | 223 | 50 | 0 | 45 | 123 | 10 | 41 | 122 | 66 |
| Binary | 11101010 | 10010011 | 101000 | 0 | 100101 | 1010011 | 1000 | 100001 | 1010010 | 110110 |
Color Harmonies of #EA9328
Complementary color
Monochromatic Colors of #EA9328
Black with #EA9328
Text Example
Text Example
White with #EA9328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9328; }
p { color: rgb(234,147,40); }
H1.HeaderClassName
{
color: #EA9328;
}
.AnyTagClassName
{
color: #EA9328;
}
</style>
background-color css
<style>
a { background-color: #EA9328; }
a { background-color: rgb(234,147,40); }
div.DivClassName
{
background-color: #EA9328;
}
.BgClassName
{
background-color: #EA9328;
}
</style>
border-color css
<style>
span { border-color: #EA9328; }
span { border-color: rgb(234,147,40); }
td.TdClassName
{
border-color: #EA9328;
}
.TagClassName
{
border-color: #EA9328;
}
</style>