Shades of Carrot Orange #E68D21
Tints of Carrot Orange #E68D21
RGB
CMYK
RGB Variations
Color information
#E68D21 (or 0xE68D21) is known color: Carrot Orange. HEX triplet: E6, 8D and 21. RGB value is (230,141,33). Sum of RGB (Red+Green+Blue) = 230+141+33=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D21 is #1972DE. Grayscale: #9B9B9B. Windows color (decimal): -1667807 or 2199014. OLE color: 2199014.
HSL color Cylindrical-coordinate representation of color #E68D21: hue angle of 32.89º 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 #E68D21 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 33 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.10 |
| HSL | 32.89º | 0.8% | 0.52% | - |
| HSV(B) | 32.89º | 0.86% | 0.9% | - |
| XYZ | 42.43 | 35.98 | 6.15 | - |
| YUV | 155.3 | 58.99 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 33 | 0 | 0.39 | 0.86 | 0.10 | 32.89 | 0.8 | 0.52 |
| Hex | E6 | 8D | 21 | 0 | 27 | 56 | A | 21 | 50 | 34 |
| Octal | 346 | 215 | 41 | 0 | 47 | 126 | 12 | 41 | 120 | 64 |
| Binary | 11100110 | 10001101 | 100001 | 0 | 100111 | 1010110 | 1010 | 100001 | 1010000 | 110100 |
Color Harmonies of #E68D21
Complementary color
Monochromatic Colors of #E68D21
Black with #E68D21
Text Example
Text Example
White with #E68D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D21; }
p { color: rgb(230,141,33); }
H1.HeaderClassName
{
color: #E68D21;
}
.AnyTagClassName
{
color: #E68D21;
}
</style>
background-color css
<style>
a { background-color: #E68D21; }
a { background-color: rgb(230,141,33); }
div.DivClassName
{
background-color: #E68D21;
}
.BgClassName
{
background-color: #E68D21;
}
</style>
border-color css
<style>
span { border-color: #E68D21; }
span { border-color: rgb(230,141,33); }
td.TdClassName
{
border-color: #E68D21;
}
.TagClassName
{
border-color: #E68D21;
}
</style>