Shades of Carrot Orange #E68612
Tints of Carrot Orange #E68612
RGB
CMYK
RGB Variations
Color information
#E68612 (or 0xE68612) is known color: Carrot Orange. HEX triplet: E6, 86 and 12. RGB value is (230,134,18). Sum of RGB (Red+Green+Blue) = 230+134+18=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E68612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68612 is #1979ED. Grayscale: #969696. Windows color (decimal): -1669614 or 1214182. OLE color: 1214182.
HSL color Cylindrical-coordinate representation of color #E68612: hue angle of 32.83º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E68612 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 18 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.10 |
| HSL | 32.83º | 0.85% | 0.49% | - |
| HSV(B) | 32.83º | 0.92% | 0.9% | - |
| XYZ | 41.27 | 33.92 | 4.94 | - |
| YUV | 149.48 | 53.8 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 18 | 0 | 0.42 | 0.92 | 0.10 | 32.83 | 0.85 | 0.49 |
| Hex | E6 | 86 | 12 | 0 | 2A | 5C | A | 21 | 55 | 31 |
| Octal | 346 | 206 | 22 | 0 | 52 | 134 | 12 | 41 | 125 | 61 |
| Binary | 11100110 | 10000110 | 10010 | 0 | 101010 | 1011100 | 1010 | 100001 | 1010101 | 110001 |
Color Harmonies of #E68612
Complementary color
Monochromatic Colors of #E68612
Black with #E68612
Text Example
Text Example
White with #E68612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68612; }
p { color: rgb(230,134,18); }
H1.HeaderClassName
{
color: #E68612;
}
.AnyTagClassName
{
color: #E68612;
}
</style>
background-color css
<style>
a { background-color: #E68612; }
a { background-color: rgb(230,134,18); }
div.DivClassName
{
background-color: #E68612;
}
.BgClassName
{
background-color: #E68612;
}
</style>
border-color css
<style>
span { border-color: #E68612; }
span { border-color: rgb(230,134,18); }
td.TdClassName
{
border-color: #E68612;
}
.TagClassName
{
border-color: #E68612;
}
</style>