Shades of Carrot Orange #EA8615
Tints of Carrot Orange #EA8615
RGB
CMYK
RGB Variations
Color information
#EA8615 (or 0xEA8615) is known color: Carrot Orange. HEX triplet: EA, 86 and 15. RGB value is (234,134,21). Sum of RGB (Red+Green+Blue) = 234+134+21=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8615 is #1579EA. Grayscale: #979797. Windows color (decimal): -1407467 or 1410794. OLE color: 1410794.
HSL color Cylindrical-coordinate representation of color #EA8615: hue angle of 31.83º 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 #EA8615 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 21 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.08 |
| HSL | 31.83º | 0.84% | 0.5% | - |
| HSV(B) | 31.83º | 0.91% | 0.92% | - |
| XYZ | 42.59 | 34.6 | 5.14 | - |
| YUV | 151.02 | 54.63 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 21 | 0 | 0.43 | 0.91 | 0.08 | 31.83 | 0.84 | 0.5 |
| Hex | EA | 86 | 15 | 0 | 2B | 5B | 8 | 20 | 54 | 32 |
| Octal | 352 | 206 | 25 | 0 | 53 | 133 | 10 | 40 | 124 | 62 |
| Binary | 11101010 | 10000110 | 10101 | 0 | 101011 | 1011011 | 1000 | 100000 | 1010100 | 110010 |
Color Harmonies of #EA8615
Complementary color
Monochromatic Colors of #EA8615
Black with #EA8615
Text Example
Text Example
White with #EA8615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8615; }
p { color: rgb(234,134,21); }
H1.HeaderClassName
{
color: #EA8615;
}
.AnyTagClassName
{
color: #EA8615;
}
</style>
background-color css
<style>
a { background-color: #EA8615; }
a { background-color: rgb(234,134,21); }
div.DivClassName
{
background-color: #EA8615;
}
.BgClassName
{
background-color: #EA8615;
}
</style>
border-color css
<style>
span { border-color: #EA8615; }
span { border-color: rgb(234,134,21); }
td.TdClassName
{
border-color: #EA8615;
}
.TagClassName
{
border-color: #EA8615;
}
</style>