Shades of Carrot Orange #E68E21
Tints of Carrot Orange #E68E21
RGB
CMYK
RGB Variations
Color information
#E68E21 (or 0xE68E21) is known color: Carrot Orange. HEX triplet: E6, 8E and 21. RGB value is (230,142,33). Sum of RGB (Red+Green+Blue) = 230+142+33=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68E21 is #1971DE. Grayscale: #9C9C9C. Windows color (decimal): -1667551 or 2199270. OLE color: 2199270.
HSL color Cylindrical-coordinate representation of color #E68E21: hue angle of 33.2º 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 #E68E21 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 33 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.10 |
| HSL | 33.2º | 0.8% | 0.52% | - |
| HSV(B) | 33.2º | 0.86% | 0.9% | - |
| XYZ | 42.58 | 36.28 | 6.2 | - |
| YUV | 155.89 | 58.65 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 33 | 0 | 0.38 | 0.86 | 0.10 | 33.2 | 0.8 | 0.52 |
| Hex | E6 | 8E | 21 | 0 | 26 | 56 | A | 21 | 50 | 34 |
| Octal | 346 | 216 | 41 | 0 | 46 | 126 | 12 | 41 | 120 | 64 |
| Binary | 11100110 | 10001110 | 100001 | 0 | 100110 | 1010110 | 1010 | 100001 | 1010000 | 110100 |
Color Harmonies of #E68E21
Complementary color
Monochromatic Colors of #E68E21
Black with #E68E21
Text Example
Text Example
White with #E68E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E21; }
p { color: rgb(230,142,33); }
H1.HeaderClassName
{
color: #E68E21;
}
.AnyTagClassName
{
color: #E68E21;
}
</style>
background-color css
<style>
a { background-color: #E68E21; }
a { background-color: rgb(230,142,33); }
div.DivClassName
{
background-color: #E68E21;
}
.BgClassName
{
background-color: #E68E21;
}
</style>
border-color css
<style>
span { border-color: #E68E21; }
span { border-color: rgb(230,142,33); }
td.TdClassName
{
border-color: #E68E21;
}
.TagClassName
{
border-color: #E68E21;
}
</style>