Shades of Carrot Orange #E68122
Tints of Carrot Orange #E68122
RGB
CMYK
RGB Variations
Color information
#E68122 (or 0xE68122) is known color: Carrot Orange. HEX triplet: E6, 81 and 22. RGB value is (230,129,34). Sum of RGB (Red+Green+Blue) = 230+129+34=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E68122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68122 is #197EDD. Grayscale: #949494. Windows color (decimal): -1670878 or 2261478. OLE color: 2261478.
HSL color Cylindrical-coordinate representation of color #E68122: hue angle of 29.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E68122 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 34 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.10 |
| HSL | 29.08º | 0.8% | 0.52% | - |
| HSV(B) | 29.08º | 0.85% | 0.9% | - |
| XYZ | 40.77 | 32.64 | 5.66 | - |
| YUV | 148.37 | 63.46 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 34 | 0 | 0.44 | 0.85 | 0.10 | 29.08 | 0.8 | 0.52 |
| Hex | E6 | 81 | 22 | 0 | 2C | 55 | A | 1D | 50 | 34 |
| Octal | 346 | 201 | 42 | 0 | 54 | 125 | 12 | 35 | 120 | 64 |
| Binary | 11100110 | 10000001 | 100010 | 0 | 101100 | 1010101 | 1010 | 11101 | 1010000 | 110100 |
Color Harmonies of #E68122
Complementary color
Monochromatic Colors of #E68122
Black with #E68122
Text Example
Text Example
White with #E68122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68122; }
p { color: rgb(230,129,34); }
H1.HeaderClassName
{
color: #E68122;
}
.AnyTagClassName
{
color: #E68122;
}
</style>
background-color css
<style>
a { background-color: #E68122; }
a { background-color: rgb(230,129,34); }
div.DivClassName
{
background-color: #E68122;
}
.BgClassName
{
background-color: #E68122;
}
</style>
border-color css
<style>
span { border-color: #E68122; }
span { border-color: rgb(230,129,34); }
td.TdClassName
{
border-color: #E68122;
}
.TagClassName
{
border-color: #E68122;
}
</style>