Shades of Carrot Orange #E68B16
Tints of Carrot Orange #E68B16
RGB
CMYK
RGB Variations
Color information
#E68B16 (or 0xE68B16) is known color: Carrot Orange. HEX triplet: E6, 8B and 16. RGB value is (230,139,22). Sum of RGB (Red+Green+Blue) = 230+139+22=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68B16 is #1974E9. Grayscale: #999999. Windows color (decimal): -1668330 or 1477606. OLE color: 1477606.
HSL color Cylindrical-coordinate representation of color #E68B16: hue angle of 33.75º 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 #E68B16 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 22 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.10 |
| HSL | 33.75º | 0.83% | 0.49% | - |
| HSV(B) | 33.75º | 0.9% | 0.9% | - |
| XYZ | 42.01 | 35.35 | 5.37 | - |
| YUV | 152.87 | 54.15 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 22 | 0 | 0.40 | 0.90 | 0.10 | 33.75 | 0.83 | 0.49 |
| Hex | E6 | 8B | 16 | 0 | 28 | 5A | A | 22 | 53 | 31 |
| Octal | 346 | 213 | 26 | 0 | 50 | 132 | 12 | 42 | 123 | 61 |
| Binary | 11100110 | 10001011 | 10110 | 0 | 101000 | 1011010 | 1010 | 100010 | 1010011 | 110001 |
Color Harmonies of #E68B16
Complementary color
Monochromatic Colors of #E68B16
Black with #E68B16
Text Example
Text Example
White with #E68B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B16; }
p { color: rgb(230,139,22); }
H1.HeaderClassName
{
color: #E68B16;
}
.AnyTagClassName
{
color: #E68B16;
}
</style>
background-color css
<style>
a { background-color: #E68B16; }
a { background-color: rgb(230,139,22); }
div.DivClassName
{
background-color: #E68B16;
}
.BgClassName
{
background-color: #E68B16;
}
</style>
border-color css
<style>
span { border-color: #E68B16; }
span { border-color: rgb(230,139,22); }
td.TdClassName
{
border-color: #E68B16;
}
.TagClassName
{
border-color: #E68B16;
}
</style>