Shades of Carrot Orange #E38D1C
Tints of Carrot Orange #E38D1C
RGB
CMYK
RGB Variations
Color information
#E38D1C (or 0xE38D1C) is known color: Carrot Orange. HEX triplet: E3, 8D and 1C. RGB value is (227,141,28). Sum of RGB (Red+Green+Blue) = 227+141+28=396 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.32% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38D1C is #1C72E3. Grayscale: #9A9A9A. Windows color (decimal): -1864420 or 1871331. OLE color: 1871331.
HSL color Cylindrical-coordinate representation of color #E38D1C: hue angle of 34.07º 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 #E38D1C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 28 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.11 |
| HSL | 34.07º | 0.78% | 0.5% | - |
| HSV(B) | 34.07º | 0.88% | 0.89% | - |
| XYZ | 41.41 | 35.46 | 5.76 | - |
| YUV | 153.83 | 56.99 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 28 | 0 | 0.38 | 0.88 | 0.11 | 34.07 | 0.78 | 0.5 |
| Hex | E3 | 8D | 1C | 0 | 26 | 58 | B | 22 | 4E | 32 |
| Octal | 343 | 215 | 34 | 0 | 46 | 130 | 13 | 42 | 116 | 62 |
| Binary | 11100011 | 10001101 | 11100 | 0 | 100110 | 1011000 | 1011 | 100010 | 1001110 | 110010 |
Color Harmonies of #E38D1C
Complementary color
Monochromatic Colors of #E38D1C
Black with #E38D1C
Text Example
Text Example
White with #E38D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D1C; }
p { color: rgb(227,141,28); }
H1.HeaderClassName
{
color: #E38D1C;
}
.AnyTagClassName
{
color: #E38D1C;
}
</style>
background-color css
<style>
a { background-color: #E38D1C; }
a { background-color: rgb(227,141,28); }
div.DivClassName
{
background-color: #E38D1C;
}
.BgClassName
{
background-color: #E38D1C;
}
</style>
border-color css
<style>
span { border-color: #E38D1C; }
span { border-color: rgb(227,141,28); }
td.TdClassName
{
border-color: #E38D1C;
}
.TagClassName
{
border-color: #E38D1C;
}
</style>