Shades of Carrot Orange #EA9529
Tints of Carrot Orange #EA9529
RGB
CMYK
RGB Variations
Color information
#EA9529 (or 0xEA9529) is known color: Carrot Orange. HEX triplet: EA, 95 and 29. RGB value is (234,149,41). Sum of RGB (Red+Green+Blue) = 234+149+41=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9529 is #156AD6. Grayscale: #A2A2A2. Windows color (decimal): -1403607 or 2725354. OLE color: 2725354.
HSL color Cylindrical-coordinate representation of color #EA9529: hue angle of 33.58º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA9529 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 41 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.08 |
| HSL | 33.58º | 0.82% | 0.54% | - |
| HSV(B) | 33.58º | 0.82% | 0.92% | - |
| XYZ | 45.08 | 39.15 | 7.28 | - |
| YUV | 162.1 | 59.66 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 41 | 0 | 0.36 | 0.82 | 0.08 | 33.58 | 0.82 | 0.54 |
| Hex | EA | 95 | 29 | 0 | 24 | 52 | 8 | 22 | 52 | 36 |
| Octal | 352 | 225 | 51 | 0 | 44 | 122 | 10 | 42 | 122 | 66 |
| Binary | 11101010 | 10010101 | 101001 | 0 | 100100 | 1010010 | 1000 | 100010 | 1010010 | 110110 |
Color Harmonies of #EA9529
Complementary color
Monochromatic Colors of #EA9529
Black with #EA9529
Text Example
Text Example
White with #EA9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9529; }
p { color: rgb(234,149,41); }
H1.HeaderClassName
{
color: #EA9529;
}
.AnyTagClassName
{
color: #EA9529;
}
</style>
background-color css
<style>
a { background-color: #EA9529; }
a { background-color: rgb(234,149,41); }
div.DivClassName
{
background-color: #EA9529;
}
.BgClassName
{
background-color: #EA9529;
}
</style>
border-color css
<style>
span { border-color: #EA9529; }
span { border-color: rgb(234,149,41); }
td.TdClassName
{
border-color: #EA9529;
}
.TagClassName
{
border-color: #EA9529;
}
</style>