Shades of Carrot Orange #E68C18
Tints of Carrot Orange #E68C18
RGB
CMYK
RGB Variations
Color information
#E68C18 (or 0xE68C18) is known color: Carrot Orange. HEX triplet: E6, 8C and 18. RGB value is (230,140,24). Sum of RGB (Red+Green+Blue) = 230+140+24=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C18 is #1973E7. Grayscale: #9A9A9A. Windows color (decimal): -1668072 or 1608934. OLE color: 1608934.
HSL color Cylindrical-coordinate representation of color #E68C18: hue angle of 33.79º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E68C18 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 24 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.10 |
| HSL | 33.79º | 0.81% | 0.5% | - |
| HSV(B) | 33.79º | 0.9% | 0.9% | - |
| XYZ | 42.18 | 35.65 | 5.52 | - |
| YUV | 153.69 | 54.82 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 24 | 0 | 0.39 | 0.90 | 0.10 | 33.79 | 0.81 | 0.5 |
| Hex | E6 | 8C | 18 | 0 | 27 | 5A | A | 22 | 51 | 32 |
| Octal | 346 | 214 | 30 | 0 | 47 | 132 | 12 | 42 | 121 | 62 |
| Binary | 11100110 | 10001100 | 11000 | 0 | 100111 | 1011010 | 1010 | 100010 | 1010001 | 110010 |
Color Harmonies of #E68C18
Complementary color
Monochromatic Colors of #E68C18
Black with #E68C18
Text Example
Text Example
White with #E68C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C18; }
p { color: rgb(230,140,24); }
H1.HeaderClassName
{
color: #E68C18;
}
.AnyTagClassName
{
color: #E68C18;
}
</style>
background-color css
<style>
a { background-color: #E68C18; }
a { background-color: rgb(230,140,24); }
div.DivClassName
{
background-color: #E68C18;
}
.BgClassName
{
background-color: #E68C18;
}
</style>
border-color css
<style>
span { border-color: #E68C18; }
span { border-color: rgb(230,140,24); }
td.TdClassName
{
border-color: #E68C18;
}
.TagClassName
{
border-color: #E68C18;
}
</style>