Shades of Carrot Orange #E37F1C
Tints of Carrot Orange #E37F1C
RGB
CMYK
RGB Variations
Color information
#E37F1C (or 0xE37F1C) is known color: Carrot Orange. HEX triplet: E3, 7F and 1C. RGB value is (227,127,28). Sum of RGB (Red+Green+Blue) = 227+127+28=382 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.42% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 227 - color contains mainly: red. Hex color #E37F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37F1C is #1C80E3. Grayscale: #929292. Windows color (decimal): -1868004 or 1867747. OLE color: 1867747.
HSL color Cylindrical-coordinate representation of color #E37F1C: hue angle of 29.85º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E37F1C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 28 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.11 |
| HSL | 29.85º | 0.78% | 0.5% | - |
| HSV(B) | 29.85º | 0.88% | 0.89% | - |
| XYZ | 39.48 | 31.59 | 5.12 | - |
| YUV | 145.61 | 61.63 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 28 | 0 | 0.44 | 0.88 | 0.11 | 29.85 | 0.78 | 0.5 |
| Hex | E3 | 7F | 1C | 0 | 2C | 58 | B | 1E | 4E | 32 |
| Octal | 343 | 177 | 34 | 0 | 54 | 130 | 13 | 36 | 116 | 62 |
| Binary | 11100011 | 1111111 | 11100 | 0 | 101100 | 1011000 | 1011 | 11110 | 1001110 | 110010 |
Color Harmonies of #E37F1C
Complementary color
Monochromatic Colors of #E37F1C
Black with #E37F1C
Text Example
Text Example
White with #E37F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37F1C; }
p { color: rgb(227,127,28); }
H1.HeaderClassName
{
color: #E37F1C;
}
.AnyTagClassName
{
color: #E37F1C;
}
</style>
background-color css
<style>
a { background-color: #E37F1C; }
a { background-color: rgb(227,127,28); }
div.DivClassName
{
background-color: #E37F1C;
}
.BgClassName
{
background-color: #E37F1C;
}
</style>
border-color css
<style>
span { border-color: #E37F1C; }
span { border-color: rgb(227,127,28); }
td.TdClassName
{
border-color: #E37F1C;
}
.TagClassName
{
border-color: #E37F1C;
}
</style>