Shades of Carrot Orange #E38612
Tints of Carrot Orange #E38612
RGB
CMYK
RGB Variations
Color information
#E38612 (or 0xE38612) is known color: Carrot Orange. HEX triplet: E3, 86 and 12. RGB value is (227,134,18). Sum of RGB (Red+Green+Blue) = 227+134+18=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E38612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38612 is #1C79ED. Grayscale: #959595. Windows color (decimal): -1866222 or 1214179. OLE color: 1214179.
HSL color Cylindrical-coordinate representation of color #E38612: hue angle of 33.3º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E38612 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.11 |
| HSL | 33.3º | 0.85% | 0.48% | - |
| HSV(B) | 33.3º | 0.92% | 0.89% | - |
| XYZ | 40.31 | 33.42 | 4.9 | - |
| YUV | 148.58 | 54.31 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 18 | 0 | 0.41 | 0.92 | 0.11 | 33.3 | 0.85 | 0.48 |
| Hex | E3 | 86 | 12 | 0 | 29 | 5C | B | 21 | 55 | 30 |
| Octal | 343 | 206 | 22 | 0 | 51 | 134 | 13 | 41 | 125 | 60 |
| Binary | 11100011 | 10000110 | 10010 | 0 | 101001 | 1011100 | 1011 | 100001 | 1010101 | 110000 |
Color Harmonies of #E38612
Complementary color
Monochromatic Colors of #E38612
Black with #E38612
Text Example
Text Example
White with #E38612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38612; }
p { color: rgb(227,134,18); }
H1.HeaderClassName
{
color: #E38612;
}
.AnyTagClassName
{
color: #E38612;
}
</style>
background-color css
<style>
a { background-color: #E38612; }
a { background-color: rgb(227,134,18); }
div.DivClassName
{
background-color: #E38612;
}
.BgClassName
{
background-color: #E38612;
}
</style>
border-color css
<style>
span { border-color: #E38612; }
span { border-color: rgb(227,134,18); }
td.TdClassName
{
border-color: #E38612;
}
.TagClassName
{
border-color: #E38612;
}
</style>