Shades of Carrot Orange #E18D1C
Tints of Carrot Orange #E18D1C
RGB
CMYK
RGB Variations
Color information
#E18D1C (or 0xE18D1C) is known color: Carrot Orange. HEX triplet: E1, 8D and 1C. RGB value is (225,141,28). Sum of RGB (Red+Green+Blue) = 225+141+28=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D1C is #1E72E3. Grayscale: #999999. Windows color (decimal): -1995492 or 1871329. OLE color: 1871329.
HSL color Cylindrical-coordinate representation of color #E18D1C: hue angle of 34.42º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E18D1C is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 28 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.12 |
| HSL | 34.42º | 0.78% | 0.5% | - |
| HSV(B) | 34.42º | 0.88% | 0.88% | - |
| XYZ | 40.79 | 35.14 | 5.73 | - |
| YUV | 153.23 | 57.33 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 28 | 0 | 0.37 | 0.88 | 0.12 | 34.42 | 0.78 | 0.5 |
| Hex | E1 | 8D | 1C | 0 | 25 | 58 | C | 22 | 4E | 32 |
| Octal | 341 | 215 | 34 | 0 | 45 | 130 | 14 | 42 | 116 | 62 |
| Binary | 11100001 | 10001101 | 11100 | 0 | 100101 | 1011000 | 1100 | 100010 | 1001110 | 110010 |
Color Harmonies of #E18D1C
Complementary color
Monochromatic Colors of #E18D1C
Black with #E18D1C
Text Example
Text Example
White with #E18D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D1C; }
p { color: rgb(225,141,28); }
H1.HeaderClassName
{
color: #E18D1C;
}
.AnyTagClassName
{
color: #E18D1C;
}
</style>
background-color css
<style>
a { background-color: #E18D1C; }
a { background-color: rgb(225,141,28); }
div.DivClassName
{
background-color: #E18D1C;
}
.BgClassName
{
background-color: #E18D1C;
}
</style>
border-color css
<style>
span { border-color: #E18D1C; }
span { border-color: rgb(225,141,28); }
td.TdClassName
{
border-color: #E18D1C;
}
.TagClassName
{
border-color: #E18D1C;
}
</style>