Shades of Carrot Orange #E68914
Tints of Carrot Orange #E68914
RGB
CMYK
RGB Variations
Color information
#E68914 (or 0xE68914) is known color: Carrot Orange. HEX triplet: E6, 89 and 14. RGB value is (230,137,20). Sum of RGB (Red+Green+Blue) = 230+137+20=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E68914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68914 is #1976EB. Grayscale: #989898. Windows color (decimal): -1668844 or 1346022. OLE color: 1346022.
HSL color Cylindrical-coordinate representation of color #E68914: hue angle of 33.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E68914 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 20 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.10 |
| HSL | 33.43º | 0.84% | 0.49% | - |
| HSV(B) | 33.43º | 0.91% | 0.9% | - |
| XYZ | 41.71 | 34.76 | 5.17 | - |
| YUV | 151.47 | 53.81 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 20 | 0 | 0.40 | 0.91 | 0.10 | 33.43 | 0.84 | 0.49 |
| Hex | E6 | 89 | 14 | 0 | 28 | 5B | A | 21 | 54 | 31 |
| Octal | 346 | 211 | 24 | 0 | 50 | 133 | 12 | 41 | 124 | 61 |
| Binary | 11100110 | 10001001 | 10100 | 0 | 101000 | 1011011 | 1010 | 100001 | 1010100 | 110001 |
Color Harmonies of #E68914
Complementary color
Monochromatic Colors of #E68914
Black with #E68914
Text Example
Text Example
White with #E68914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68914; }
p { color: rgb(230,137,20); }
H1.HeaderClassName
{
color: #E68914;
}
.AnyTagClassName
{
color: #E68914;
}
</style>
background-color css
<style>
a { background-color: #E68914; }
a { background-color: rgb(230,137,20); }
div.DivClassName
{
background-color: #E68914;
}
.BgClassName
{
background-color: #E68914;
}
</style>
border-color css
<style>
span { border-color: #E68914; }
span { border-color: rgb(230,137,20); }
td.TdClassName
{
border-color: #E68914;
}
.TagClassName
{
border-color: #E68914;
}
</style>