Shades of Carrot Orange #EA8415
Tints of Carrot Orange #EA8415
RGB
CMYK
RGB Variations
Color information
#EA8415 (or 0xEA8415) is known color: Carrot Orange. HEX triplet: EA, 84 and 15. RGB value is (234,132,21). Sum of RGB (Red+Green+Blue) = 234+132+21=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8415 is #157BEA. Grayscale: #969696. Windows color (decimal): -1407979 or 1410282. OLE color: 1410282.
HSL color Cylindrical-coordinate representation of color #EA8415: hue angle of 31.27º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA8415 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 21 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.08 |
| HSL | 31.27º | 0.84% | 0.5% | - |
| HSV(B) | 31.27º | 0.91% | 0.92% | - |
| XYZ | 42.32 | 34.05 | 5.05 | - |
| YUV | 149.84 | 55.29 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 21 | 0 | 0.44 | 0.91 | 0.08 | 31.27 | 0.84 | 0.5 |
| Hex | EA | 84 | 15 | 0 | 2C | 5B | 8 | 1F | 54 | 32 |
| Octal | 352 | 204 | 25 | 0 | 54 | 133 | 10 | 37 | 124 | 62 |
| Binary | 11101010 | 10000100 | 10101 | 0 | 101100 | 1011011 | 1000 | 11111 | 1010100 | 110010 |
Color Harmonies of #EA8415
Complementary color
Monochromatic Colors of #EA8415
Black with #EA8415
Text Example
Text Example
White with #EA8415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8415; }
p { color: rgb(234,132,21); }
H1.HeaderClassName
{
color: #EA8415;
}
.AnyTagClassName
{
color: #EA8415;
}
</style>
background-color css
<style>
a { background-color: #EA8415; }
a { background-color: rgb(234,132,21); }
div.DivClassName
{
background-color: #EA8415;
}
.BgClassName
{
background-color: #EA8415;
}
</style>
border-color css
<style>
span { border-color: #EA8415; }
span { border-color: rgb(234,132,21); }
td.TdClassName
{
border-color: #EA8415;
}
.TagClassName
{
border-color: #EA8415;
}
</style>