Shades of Carrot Orange #E68A12
Tints of Carrot Orange #E68A12
RGB
CMYK
RGB Variations
Color information
#E68A12 (or 0xE68A12) is known color: Carrot Orange. HEX triplet: E6, 8A and 12. RGB value is (230,138,18). Sum of RGB (Red+Green+Blue) = 230+138+18=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68A12 is #1975ED. Grayscale: #989898. Windows color (decimal): -1668590 or 1215206. OLE color: 1215206.
HSL color Cylindrical-coordinate representation of color #E68A12: hue angle of 33.96º 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 #E68A12 is Cyan = 0, Magento = 0.4, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 18 | - |
| CMYK | 0 | 0.4 | 0.92 | 0.10 |
| HSL | 33.96º | 0.85% | 0.49% | - |
| HSV(B) | 33.96º | 0.92% | 0.9% | - |
| XYZ | 41.83 | 35.04 | 5.13 | - |
| YUV | 151.83 | 52.48 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 18 | 0 | 0.4 | 0.92 | 0.10 | 33.96 | 0.85 | 0.49 |
| Hex | E6 | 8A | 12 | 0 | 28 | 5C | A | 22 | 55 | 31 |
| Octal | 346 | 212 | 22 | 0 | 50 | 134 | 12 | 42 | 125 | 61 |
| Binary | 11100110 | 10001010 | 10010 | 0 | 101000 | 1011100 | 1010 | 100010 | 1010101 | 110001 |
Color Harmonies of #E68A12
Complementary color
Monochromatic Colors of #E68A12
Black with #E68A12
Text Example
Text Example
White with #E68A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A12; }
p { color: rgb(230,138,18); }
H1.HeaderClassName
{
color: #E68A12;
}
.AnyTagClassName
{
color: #E68A12;
}
</style>
background-color css
<style>
a { background-color: #E68A12; }
a { background-color: rgb(230,138,18); }
div.DivClassName
{
background-color: #E68A12;
}
.BgClassName
{
background-color: #E68A12;
}
</style>
border-color css
<style>
span { border-color: #E68A12; }
span { border-color: rgb(230,138,18); }
td.TdClassName
{
border-color: #E68A12;
}
.TagClassName
{
border-color: #E68A12;
}
</style>