Shades of Carrot Orange #E68D1A
Tints of Carrot Orange #E68D1A
RGB
CMYK
RGB Variations
Color information
#E68D1A (or 0xE68D1A) is known color: Carrot Orange. HEX triplet: E6, 8D and 1A. RGB value is (230,141,26). Sum of RGB (Red+Green+Blue) = 230+141+26=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D1A is #1972E5. Grayscale: #9B9B9B. Windows color (decimal): -1667814 or 1740262. OLE color: 1740262.
HSL color Cylindrical-coordinate representation of color #E68D1A: hue angle of 33.82º 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 #E68D1A is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 26 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.10 |
| HSL | 33.82º | 0.8% | 0.5% | - |
| HSV(B) | 33.82º | 0.89% | 0.9% | - |
| XYZ | 42.34 | 35.95 | 5.68 | - |
| YUV | 154.5 | 55.49 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 26 | 0 | 0.39 | 0.89 | 0.10 | 33.82 | 0.8 | 0.5 |
| Hex | E6 | 8D | 1A | 0 | 27 | 59 | A | 22 | 50 | 32 |
| Octal | 346 | 215 | 32 | 0 | 47 | 131 | 12 | 42 | 120 | 62 |
| Binary | 11100110 | 10001101 | 11010 | 0 | 100111 | 1011001 | 1010 | 100010 | 1010000 | 110010 |
Color Harmonies of #E68D1A
Complementary color
Monochromatic Colors of #E68D1A
Black with #E68D1A
Text Example
Text Example
White with #E68D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D1A; }
p { color: rgb(230,141,26); }
H1.HeaderClassName
{
color: #E68D1A;
}
.AnyTagClassName
{
color: #E68D1A;
}
</style>
background-color css
<style>
a { background-color: #E68D1A; }
a { background-color: rgb(230,141,26); }
div.DivClassName
{
background-color: #E68D1A;
}
.BgClassName
{
background-color: #E68D1A;
}
</style>
border-color css
<style>
span { border-color: #E68D1A; }
span { border-color: rgb(230,141,26); }
td.TdClassName
{
border-color: #E68D1A;
}
.TagClassName
{
border-color: #E68D1A;
}
</style>