Shades of Carrot Orange #E68A16
Tints of Carrot Orange #E68A16
RGB
CMYK
RGB Variations
Color information
#E68A16 (or 0xE68A16) is known color: Carrot Orange. HEX triplet: E6, 8A and 16. RGB value is (230,138,22). Sum of RGB (Red+Green+Blue) = 230+138+22=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68A16 is #1975E9. Grayscale: #989898. Windows color (decimal): -1668586 or 1477350. OLE color: 1477350.
HSL color Cylindrical-coordinate representation of color #E68A16: hue angle of 33.46º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E68A16 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 22 | - |
| CMYK | 0 | 0.4 | 0.90 | 0.10 |
| HSL | 33.46º | 0.83% | 0.49% | - |
| HSV(B) | 33.46º | 0.9% | 0.9% | - |
| XYZ | 41.87 | 35.06 | 5.32 | - |
| YUV | 152.28 | 54.48 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 22 | 0 | 0.4 | 0.90 | 0.10 | 33.46 | 0.83 | 0.49 |
| Hex | E6 | 8A | 16 | 0 | 28 | 5A | A | 21 | 53 | 31 |
| Octal | 346 | 212 | 26 | 0 | 50 | 132 | 12 | 41 | 123 | 61 |
| Binary | 11100110 | 10001010 | 10110 | 0 | 101000 | 1011010 | 1010 | 100001 | 1010011 | 110001 |
Color Harmonies of #E68A16
Complementary color
Monochromatic Colors of #E68A16
Black with #E68A16
Text Example
Text Example
White with #E68A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A16; }
p { color: rgb(230,138,22); }
H1.HeaderClassName
{
color: #E68A16;
}
.AnyTagClassName
{
color: #E68A16;
}
</style>
background-color css
<style>
a { background-color: #E68A16; }
a { background-color: rgb(230,138,22); }
div.DivClassName
{
background-color: #E68A16;
}
.BgClassName
{
background-color: #E68A16;
}
</style>
border-color css
<style>
span { border-color: #E68A16; }
span { border-color: rgb(230,138,22); }
td.TdClassName
{
border-color: #E68A16;
}
.TagClassName
{
border-color: #E68A16;
}
</style>