Shades of Carrot Orange #E68A21
Tints of Carrot Orange #E68A21
RGB
CMYK
RGB Variations
Color information
#E68A21 (or 0xE68A21) is known color: Carrot Orange. HEX triplet: E6, 8A and 21. RGB value is (230,138,33). Sum of RGB (Red+Green+Blue) = 230+138+33=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A21 is #1975DE. Grayscale: #9A9A9A. Windows color (decimal): -1668575 or 2198246. OLE color: 2198246.
HSL color Cylindrical-coordinate representation of color #E68A21: hue angle of 31.98º 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 #E68A21 is Cyan = 0, Magento = 0.4, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 33 | - |
| CMYK | 0 | 0.4 | 0.86 | 0.10 |
| HSL | 31.98º | 0.8% | 0.52% | - |
| HSV(B) | 31.98º | 0.86% | 0.9% | - |
| XYZ | 42 | 35.11 | 6 | - |
| YUV | 153.54 | 59.98 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 33 | 0 | 0.4 | 0.86 | 0.10 | 31.98 | 0.8 | 0.52 |
| Hex | E6 | 8A | 21 | 0 | 28 | 56 | A | 20 | 50 | 34 |
| Octal | 346 | 212 | 41 | 0 | 50 | 126 | 12 | 40 | 120 | 64 |
| Binary | 11100110 | 10001010 | 100001 | 0 | 101000 | 1010110 | 1010 | 100000 | 1010000 | 110100 |
Color Harmonies of #E68A21
Complementary color
Monochromatic Colors of #E68A21
Black with #E68A21
Text Example
Text Example
White with #E68A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A21; }
p { color: rgb(230,138,33); }
H1.HeaderClassName
{
color: #E68A21;
}
.AnyTagClassName
{
color: #E68A21;
}
</style>
background-color css
<style>
a { background-color: #E68A21; }
a { background-color: rgb(230,138,33); }
div.DivClassName
{
background-color: #E68A21;
}
.BgClassName
{
background-color: #E68A21;
}
</style>
border-color css
<style>
span { border-color: #E68A21; }
span { border-color: rgb(230,138,33); }
td.TdClassName
{
border-color: #E68A21;
}
.TagClassName
{
border-color: #E68A21;
}
</style>