Shades of Carrot Orange #E18F18
Tints of Carrot Orange #E18F18
RGB
CMYK
RGB Variations
Color information
#E18F18 (or 0xE18F18) is known color: Carrot Orange. HEX triplet: E1, 8F and 18. RGB value is (225,143,24). Sum of RGB (Red+Green+Blue) = 225+143+24=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F18 is #1E70E7. Grayscale: #9A9A9A. Windows color (decimal): -1994984 or 1609697. OLE color: 1609697.
HSL color Cylindrical-coordinate representation of color #E18F18: hue angle of 35.52º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E18F18 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 24 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.12 |
| HSL | 35.52º | 0.81% | 0.49% | - |
| HSV(B) | 35.52º | 0.89% | 0.88% | - |
| XYZ | 41.04 | 35.72 | 5.6 | - |
| YUV | 153.95 | 54.67 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 24 | 0 | 0.36 | 0.89 | 0.12 | 35.52 | 0.81 | 0.49 |
| Hex | E1 | 8F | 18 | 0 | 24 | 59 | C | 24 | 51 | 31 |
| Octal | 341 | 217 | 30 | 0 | 44 | 131 | 14 | 44 | 121 | 61 |
| Binary | 11100001 | 10001111 | 11000 | 0 | 100100 | 1011001 | 1100 | 100100 | 1010001 | 110001 |
Color Harmonies of #E18F18
Complementary color
Monochromatic Colors of #E18F18
Black with #E18F18
Text Example
Text Example
White with #E18F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F18; }
p { color: rgb(225,143,24); }
H1.HeaderClassName
{
color: #E18F18;
}
.AnyTagClassName
{
color: #E18F18;
}
</style>
background-color css
<style>
a { background-color: #E18F18; }
a { background-color: rgb(225,143,24); }
div.DivClassName
{
background-color: #E18F18;
}
.BgClassName
{
background-color: #E18F18;
}
</style>
border-color css
<style>
span { border-color: #E18F18; }
span { border-color: rgb(225,143,24); }
td.TdClassName
{
border-color: #E18F18;
}
.TagClassName
{
border-color: #E18F18;
}
</style>