Shades of Carrot Orange #E38D16
Tints of Carrot Orange #E38D16
RGB
CMYK
RGB Variations
Color information
#E38D16 (or 0xE38D16) is known color: Carrot Orange. HEX triplet: E3, 8D and 16. RGB value is (227,141,22). Sum of RGB (Red+Green+Blue) = 227+141+22=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38D16 is #1C72E9. Grayscale: #999999. Windows color (decimal): -1864426 or 1478115. OLE color: 1478115.
HSL color Cylindrical-coordinate representation of color #E38D16: hue angle of 34.83º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E38D16 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 22 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.11 |
| HSL | 34.83º | 0.82% | 0.49% | - |
| HSV(B) | 34.83º | 0.9% | 0.89% | - |
| XYZ | 41.35 | 35.44 | 5.42 | - |
| YUV | 153.15 | 53.99 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 22 | 0 | 0.38 | 0.90 | 0.11 | 34.83 | 0.82 | 0.49 |
| Hex | E3 | 8D | 16 | 0 | 26 | 5A | B | 23 | 52 | 31 |
| Octal | 343 | 215 | 26 | 0 | 46 | 132 | 13 | 43 | 122 | 61 |
| Binary | 11100011 | 10001101 | 10110 | 0 | 100110 | 1011010 | 1011 | 100011 | 1010010 | 110001 |
Color Harmonies of #E38D16
Complementary color
Monochromatic Colors of #E38D16
Black with #E38D16
Text Example
Text Example
White with #E38D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D16; }
p { color: rgb(227,141,22); }
H1.HeaderClassName
{
color: #E38D16;
}
.AnyTagClassName
{
color: #E38D16;
}
</style>
background-color css
<style>
a { background-color: #E38D16; }
a { background-color: rgb(227,141,22); }
div.DivClassName
{
background-color: #E38D16;
}
.BgClassName
{
background-color: #E38D16;
}
</style>
border-color css
<style>
span { border-color: #E38D16; }
span { border-color: rgb(227,141,22); }
td.TdClassName
{
border-color: #E38D16;
}
.TagClassName
{
border-color: #E38D16;
}
</style>