Shades of Carrot Orange #E18B1C
Tints of Carrot Orange #E18B1C
RGB
CMYK
RGB Variations
Color information
#E18B1C (or 0xE18B1C) is known color: Carrot Orange. HEX triplet: E1, 8B and 1C. RGB value is (225,139,28). Sum of RGB (Red+Green+Blue) = 225+139+28=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B1C is #1E74E3. Grayscale: #989898. Windows color (decimal): -1996004 or 1870817. OLE color: 1870817.
HSL color Cylindrical-coordinate representation of color #E18B1C: hue angle of 33.81º 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 #E18B1C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 28 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.12 |
| HSL | 33.81º | 0.78% | 0.5% | - |
| HSV(B) | 33.81º | 0.88% | 0.88% | - |
| XYZ | 40.49 | 34.56 | 5.63 | - |
| YUV | 152.06 | 57.99 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 28 | 0 | 0.38 | 0.88 | 0.12 | 33.81 | 0.78 | 0.5 |
| Hex | E1 | 8B | 1C | 0 | 26 | 58 | C | 22 | 4E | 32 |
| Octal | 341 | 213 | 34 | 0 | 46 | 130 | 14 | 42 | 116 | 62 |
| Binary | 11100001 | 10001011 | 11100 | 0 | 100110 | 1011000 | 1100 | 100010 | 1001110 | 110010 |
Color Harmonies of #E18B1C
Complementary color
Monochromatic Colors of #E18B1C
Black with #E18B1C
Text Example
Text Example
White with #E18B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B1C; }
p { color: rgb(225,139,28); }
H1.HeaderClassName
{
color: #E18B1C;
}
.AnyTagClassName
{
color: #E18B1C;
}
</style>
background-color css
<style>
a { background-color: #E18B1C; }
a { background-color: rgb(225,139,28); }
div.DivClassName
{
background-color: #E18B1C;
}
.BgClassName
{
background-color: #E18B1C;
}
</style>
border-color css
<style>
span { border-color: #E18B1C; }
span { border-color: rgb(225,139,28); }
td.TdClassName
{
border-color: #E18B1C;
}
.TagClassName
{
border-color: #E18B1C;
}
</style>