Shades of Carrot Orange #E08C1C
Tints of Carrot Orange #E08C1C
RGB
CMYK
RGB Variations
Color information
#E08C1C (or 0xE08C1C) is known color: Carrot Orange. HEX triplet: E0, 8C and 1C. RGB value is (224,140,28). Sum of RGB (Red+Green+Blue) = 224+140+28=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C1C is #1F73E3. Grayscale: #989898. Windows color (decimal): -2061284 or 1871072. OLE color: 1871072.
HSL color Cylindrical-coordinate representation of color #E08C1C: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E08C1C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 28 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.12 |
| HSL | 34.29º | 0.78% | 0.49% | - |
| HSV(B) | 34.29º | 0.88% | 0.88% | - |
| XYZ | 40.33 | 34.69 | 5.67 | - |
| YUV | 152.35 | 57.83 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 28 | 0 | 0.38 | 0.88 | 0.12 | 34.29 | 0.78 | 0.49 |
| Hex | E0 | 8C | 1C | 0 | 26 | 58 | C | 22 | 4E | 31 |
| Octal | 340 | 214 | 34 | 0 | 46 | 130 | 14 | 42 | 116 | 61 |
| Binary | 11100000 | 10001100 | 11100 | 0 | 100110 | 1011000 | 1100 | 100010 | 1001110 | 110001 |
Color Harmonies of #E08C1C
Complementary color
Monochromatic Colors of #E08C1C
Black with #E08C1C
Text Example
Text Example
White with #E08C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C1C; }
p { color: rgb(224,140,28); }
H1.HeaderClassName
{
color: #E08C1C;
}
.AnyTagClassName
{
color: #E08C1C;
}
</style>
background-color css
<style>
a { background-color: #E08C1C; }
a { background-color: rgb(224,140,28); }
div.DivClassName
{
background-color: #E08C1C;
}
.BgClassName
{
background-color: #E08C1C;
}
</style>
border-color css
<style>
span { border-color: #E08C1C; }
span { border-color: rgb(224,140,28); }
td.TdClassName
{
border-color: #E08C1C;
}
.TagClassName
{
border-color: #E08C1C;
}
</style>