Shades of Carrot Orange #EA9417
Tints of Carrot Orange #EA9417
RGB
CMYK
RGB Variations
Color information
#EA9417 (or 0xEA9417) is known color: Carrot Orange. HEX triplet: EA, 94 and 17. RGB value is (234,148,23). Sum of RGB (Red+Green+Blue) = 234+148+23=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9417 is #156BE8. Grayscale: #A0A0A0. Windows color (decimal): -1403881 or 1545450. OLE color: 1545450.
HSL color Cylindrical-coordinate representation of color #EA9417: hue angle of 35.55º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA9417 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 23 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.08 |
| HSL | 35.55º | 0.83% | 0.5% | - |
| HSV(B) | 35.55º | 0.9% | 0.92% | - |
| XYZ | 44.68 | 38.73 | 5.93 | - |
| YUV | 159.46 | 50.99 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 23 | 0 | 0.37 | 0.90 | 0.08 | 35.55 | 0.83 | 0.5 |
| Hex | EA | 94 | 17 | 0 | 25 | 5A | 8 | 24 | 53 | 32 |
| Octal | 352 | 224 | 27 | 0 | 45 | 132 | 10 | 44 | 123 | 62 |
| Binary | 11101010 | 10010100 | 10111 | 0 | 100101 | 1011010 | 1000 | 100100 | 1010011 | 110010 |
Color Harmonies of #EA9417
Complementary color
Monochromatic Colors of #EA9417
Black with #EA9417
Text Example
Text Example
White with #EA9417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9417; }
p { color: rgb(234,148,23); }
H1.HeaderClassName
{
color: #EA9417;
}
.AnyTagClassName
{
color: #EA9417;
}
</style>
background-color css
<style>
a { background-color: #EA9417; }
a { background-color: rgb(234,148,23); }
div.DivClassName
{
background-color: #EA9417;
}
.BgClassName
{
background-color: #EA9417;
}
</style>
border-color css
<style>
span { border-color: #EA9417; }
span { border-color: rgb(234,148,23); }
td.TdClassName
{
border-color: #EA9417;
}
.TagClassName
{
border-color: #EA9417;
}
</style>