Shades of Carrot Orange #E68E16
Tints of Carrot Orange #E68E16
RGB
CMYK
RGB Variations
Color information
#E68E16 (or 0xE68E16) is known color: Carrot Orange. HEX triplet: E6, 8E and 16. RGB value is (230,142,22). Sum of RGB (Red+Green+Blue) = 230+142+22=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68E16 is #1971E9. Grayscale: #9B9B9B. Windows color (decimal): -1667562 or 1478374. OLE color: 1478374.
HSL color Cylindrical-coordinate representation of color #E68E16: hue angle of 34.62º 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 #E68E16 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 22 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.10 |
| HSL | 34.62º | 0.83% | 0.49% | - |
| HSV(B) | 34.62º | 0.9% | 0.9% | - |
| XYZ | 42.45 | 36.23 | 5.51 | - |
| YUV | 154.63 | 53.15 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 22 | 0 | 0.38 | 0.90 | 0.10 | 34.62 | 0.83 | 0.49 |
| Hex | E6 | 8E | 16 | 0 | 26 | 5A | A | 23 | 53 | 31 |
| Octal | 346 | 216 | 26 | 0 | 46 | 132 | 12 | 43 | 123 | 61 |
| Binary | 11100110 | 10001110 | 10110 | 0 | 100110 | 1011010 | 1010 | 100011 | 1010011 | 110001 |
Color Harmonies of #E68E16
Complementary color
Monochromatic Colors of #E68E16
Black with #E68E16
Text Example
Text Example
White with #E68E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E16; }
p { color: rgb(230,142,22); }
H1.HeaderClassName
{
color: #E68E16;
}
.AnyTagClassName
{
color: #E68E16;
}
</style>
background-color css
<style>
a { background-color: #E68E16; }
a { background-color: rgb(230,142,22); }
div.DivClassName
{
background-color: #E68E16;
}
.BgClassName
{
background-color: #E68E16;
}
</style>
border-color css
<style>
span { border-color: #E68E16; }
span { border-color: rgb(230,142,22); }
td.TdClassName
{
border-color: #E68E16;
}
.TagClassName
{
border-color: #E68E16;
}
</style>