Shades of Carrot Orange #E68021
Tints of Carrot Orange #E68021
RGB
CMYK
RGB Variations
Color information
#E68021 (or 0xE68021) is known color: Carrot Orange. HEX triplet: E6, 80 and 21. RGB value is (230,128,33). Sum of RGB (Red+Green+Blue) = 230+128+33=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E68021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68021 is #197FDE. Grayscale: #949494. Windows color (decimal): -1671135 or 2195686. OLE color: 2195686.
HSL color Cylindrical-coordinate representation of color #E68021: hue angle of 28.93º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E68021 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 33 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.10 |
| HSL | 28.93º | 0.8% | 0.52% | - |
| HSV(B) | 28.93º | 0.86% | 0.9% | - |
| XYZ | 40.63 | 32.37 | 5.55 | - |
| YUV | 147.67 | 63.29 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 33 | 0 | 0.44 | 0.86 | 0.10 | 28.93 | 0.8 | 0.52 |
| Hex | E6 | 80 | 21 | 0 | 2C | 56 | A | 1D | 50 | 34 |
| Octal | 346 | 200 | 41 | 0 | 54 | 126 | 12 | 35 | 120 | 64 |
| Binary | 11100110 | 10000000 | 100001 | 0 | 101100 | 1010110 | 1010 | 11101 | 1010000 | 110100 |
Color Harmonies of #E68021
Complementary color
Monochromatic Colors of #E68021
Black with #E68021
Text Example
Text Example
White with #E68021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68021; }
p { color: rgb(230,128,33); }
H1.HeaderClassName
{
color: #E68021;
}
.AnyTagClassName
{
color: #E68021;
}
</style>
background-color css
<style>
a { background-color: #E68021; }
a { background-color: rgb(230,128,33); }
div.DivClassName
{
background-color: #E68021;
}
.BgClassName
{
background-color: #E68021;
}
</style>
border-color css
<style>
span { border-color: #E68021; }
span { border-color: rgb(230,128,33); }
td.TdClassName
{
border-color: #E68021;
}
.TagClassName
{
border-color: #E68021;
}
</style>