Shades of Carrot Orange #E38C17
Tints of Carrot Orange #E38C17
RGB
CMYK
RGB Variations
Color information
#E38C17 (or 0xE38C17) is known color: Carrot Orange. HEX triplet: E3, 8C and 17. RGB value is (227,140,23). Sum of RGB (Red+Green+Blue) = 227+140+23=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38C17 is #1C73E8. Grayscale: #999999. Windows color (decimal): -1864681 or 1543395. OLE color: 1543395.
HSL color Cylindrical-coordinate representation of color #E38C17: hue angle of 34.41º 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 #E38C17 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 23 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.11 |
| HSL | 34.41º | 0.82% | 0.49% | - |
| HSV(B) | 34.41º | 0.9% | 0.89% | - |
| XYZ | 41.21 | 35.15 | 5.42 | - |
| YUV | 152.68 | 54.82 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 23 | 0 | 0.38 | 0.90 | 0.11 | 34.41 | 0.82 | 0.49 |
| Hex | E3 | 8C | 17 | 0 | 26 | 5A | B | 22 | 52 | 31 |
| Octal | 343 | 214 | 27 | 0 | 46 | 132 | 13 | 42 | 122 | 61 |
| Binary | 11100011 | 10001100 | 10111 | 0 | 100110 | 1011010 | 1011 | 100010 | 1010010 | 110001 |
Color Harmonies of #E38C17
Complementary color
Monochromatic Colors of #E38C17
Black with #E38C17
Text Example
Text Example
White with #E38C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38C17; }
p { color: rgb(227,140,23); }
H1.HeaderClassName
{
color: #E38C17;
}
.AnyTagClassName
{
color: #E38C17;
}
</style>
background-color css
<style>
a { background-color: #E38C17; }
a { background-color: rgb(227,140,23); }
div.DivClassName
{
background-color: #E38C17;
}
.BgClassName
{
background-color: #E38C17;
}
</style>
border-color css
<style>
span { border-color: #E38C17; }
span { border-color: rgb(227,140,23); }
td.TdClassName
{
border-color: #E38C17;
}
.TagClassName
{
border-color: #E38C17;
}
</style>