Shades of Carrot Orange #E68221
Tints of Carrot Orange #E68221
RGB
CMYK
RGB Variations
Color information
#E68221 (or 0xE68221) is known color: Carrot Orange. HEX triplet: E6, 82 and 21. RGB value is (230,130,33). Sum of RGB (Red+Green+Blue) = 230+130+33=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E68221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68221 is #197DDE. Grayscale: #959595. Windows color (decimal): -1670623 or 2196198. OLE color: 2196198.
HSL color Cylindrical-coordinate representation of color #E68221: hue angle of 29.54º 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 #E68221 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 33 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.10 |
| HSL | 29.54º | 0.8% | 0.52% | - |
| HSV(B) | 29.54º | 0.86% | 0.9% | - |
| XYZ | 40.89 | 32.9 | 5.63 | - |
| YUV | 148.84 | 62.63 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 33 | 0 | 0.43 | 0.86 | 0.10 | 29.54 | 0.8 | 0.52 |
| Hex | E6 | 82 | 21 | 0 | 2B | 56 | A | 1E | 50 | 34 |
| Octal | 346 | 202 | 41 | 0 | 53 | 126 | 12 | 36 | 120 | 64 |
| Binary | 11100110 | 10000010 | 100001 | 0 | 101011 | 1010110 | 1010 | 11110 | 1010000 | 110100 |
Color Harmonies of #E68221
Complementary color
Monochromatic Colors of #E68221
Black with #E68221
Text Example
Text Example
White with #E68221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68221; }
p { color: rgb(230,130,33); }
H1.HeaderClassName
{
color: #E68221;
}
.AnyTagClassName
{
color: #E68221;
}
</style>
background-color css
<style>
a { background-color: #E68221; }
a { background-color: rgb(230,130,33); }
div.DivClassName
{
background-color: #E68221;
}
.BgClassName
{
background-color: #E68221;
}
</style>
border-color css
<style>
span { border-color: #E68221; }
span { border-color: rgb(230,130,33); }
td.TdClassName
{
border-color: #E68221;
}
.TagClassName
{
border-color: #E68221;
}
</style>