Shades of Carrot Orange #E68E1A
Tints of Carrot Orange #E68E1A
RGB
CMYK
RGB Variations
Color information
#E68E1A (or 0xE68E1A) is known color: Carrot Orange. HEX triplet: E6, 8E and 1A. RGB value is (230,142,26). Sum of RGB (Red+Green+Blue) = 230+142+26=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68E1A is #1971E5. Grayscale: #9B9B9B. Windows color (decimal): -1667558 or 1740518. OLE color: 1740518.
HSL color Cylindrical-coordinate representation of color #E68E1A: hue angle of 34.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E68E1A is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 26 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.10 |
| HSL | 34.12º | 0.8% | 0.5% | - |
| HSV(B) | 34.12º | 0.89% | 0.9% | - |
| XYZ | 42.49 | 36.24 | 5.73 | - |
| YUV | 155.09 | 55.15 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 26 | 0 | 0.38 | 0.89 | 0.10 | 34.12 | 0.8 | 0.5 |
| Hex | E6 | 8E | 1A | 0 | 26 | 59 | A | 22 | 50 | 32 |
| Octal | 346 | 216 | 32 | 0 | 46 | 131 | 12 | 42 | 120 | 62 |
| Binary | 11100110 | 10001110 | 11010 | 0 | 100110 | 1011001 | 1010 | 100010 | 1010000 | 110010 |
Color Harmonies of #E68E1A
Complementary color
Monochromatic Colors of #E68E1A
Black with #E68E1A
Text Example
Text Example
White with #E68E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E1A; }
p { color: rgb(230,142,26); }
H1.HeaderClassName
{
color: #E68E1A;
}
.AnyTagClassName
{
color: #E68E1A;
}
</style>
background-color css
<style>
a { background-color: #E68E1A; }
a { background-color: rgb(230,142,26); }
div.DivClassName
{
background-color: #E68E1A;
}
.BgClassName
{
background-color: #E68E1A;
}
</style>
border-color css
<style>
span { border-color: #E68E1A; }
span { border-color: rgb(230,142,26); }
td.TdClassName
{
border-color: #E68E1A;
}
.TagClassName
{
border-color: #E68E1A;
}
</style>