Shades of Carrot Orange #E18814
Tints of Carrot Orange #E18814
RGB
CMYK
RGB Variations
Color information
#E18814 (or 0xE18814) is known color: Carrot Orange. HEX triplet: E1, 88 and 14. RGB value is (225,136,20). Sum of RGB (Red+Green+Blue) = 225+136+20=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E18814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18814 is #1E77EB. Grayscale: #959595. Windows color (decimal): -1996780 or 1345761. OLE color: 1345761.
HSL color Cylindrical-coordinate representation of color #E18814: hue angle of 33.95º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E18814 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 20 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.12 |
| HSL | 33.95º | 0.84% | 0.48% | - |
| HSV(B) | 33.95º | 0.91% | 0.88% | - |
| XYZ | 39.98 | 33.67 | 5.05 | - |
| YUV | 149.39 | 54.99 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 20 | 0 | 0.40 | 0.91 | 0.12 | 33.95 | 0.84 | 0.48 |
| Hex | E1 | 88 | 14 | 0 | 28 | 5B | C | 22 | 54 | 30 |
| Octal | 341 | 210 | 24 | 0 | 50 | 133 | 14 | 42 | 124 | 60 |
| Binary | 11100001 | 10001000 | 10100 | 0 | 101000 | 1011011 | 1100 | 100010 | 1010100 | 110000 |
Color Harmonies of #E18814
Complementary color
Monochromatic Colors of #E18814
Black with #E18814
Text Example
Text Example
White with #E18814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18814; }
p { color: rgb(225,136,20); }
H1.HeaderClassName
{
color: #E18814;
}
.AnyTagClassName
{
color: #E18814;
}
</style>
background-color css
<style>
a { background-color: #E18814; }
a { background-color: rgb(225,136,20); }
div.DivClassName
{
background-color: #E18814;
}
.BgClassName
{
background-color: #E18814;
}
</style>
border-color css
<style>
span { border-color: #E18814; }
span { border-color: rgb(225,136,20); }
td.TdClassName
{
border-color: #E18814;
}
.TagClassName
{
border-color: #E18814;
}
</style>