Shades of Carrot Orange #E68120
Tints of Carrot Orange #E68120
RGB
CMYK
RGB Variations
Color information
#E68120 (or 0xE68120) is known color: Carrot Orange. HEX triplet: E6, 81 and 20. RGB value is (230,129,32). Sum of RGB (Red+Green+Blue) = 230+129+32=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E68120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68120 is #197EDF. Grayscale: #949494. Windows color (decimal): -1670880 or 2130406. OLE color: 2130406.
HSL color Cylindrical-coordinate representation of color #E68120: hue angle of 29.39º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E68120 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 32 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.10 |
| HSL | 29.39º | 0.8% | 0.51% | - |
| HSV(B) | 29.39º | 0.86% | 0.9% | - |
| XYZ | 40.74 | 32.63 | 5.52 | - |
| YUV | 148.14 | 62.46 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 32 | 0 | 0.44 | 0.86 | 0.10 | 29.39 | 0.8 | 0.51 |
| Hex | E6 | 81 | 20 | 0 | 2C | 56 | A | 1D | 50 | 33 |
| Octal | 346 | 201 | 40 | 0 | 54 | 126 | 12 | 35 | 120 | 63 |
| Binary | 11100110 | 10000001 | 100000 | 0 | 101100 | 1010110 | 1010 | 11101 | 1010000 | 110011 |
Color Harmonies of #E68120
Complementary color
Monochromatic Colors of #E68120
Black with #E68120
Text Example
Text Example
White with #E68120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68120; }
p { color: rgb(230,129,32); }
H1.HeaderClassName
{
color: #E68120;
}
.AnyTagClassName
{
color: #E68120;
}
</style>
background-color css
<style>
a { background-color: #E68120; }
a { background-color: rgb(230,129,32); }
div.DivClassName
{
background-color: #E68120;
}
.BgClassName
{
background-color: #E68120;
}
</style>
border-color css
<style>
span { border-color: #E68120; }
span { border-color: rgb(230,129,32); }
td.TdClassName
{
border-color: #E68120;
}
.TagClassName
{
border-color: #E68120;
}
</style>