Shades of Carrot Orange #E68D1C
Tints of Carrot Orange #E68D1C
RGB
CMYK
RGB Variations
Color information
#E68D1C (or 0xE68D1C) is known color: Carrot Orange. HEX triplet: E6, 8D and 1C. RGB value is (230,141,28). Sum of RGB (Red+Green+Blue) = 230+141+28=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D1C is #1972E3. Grayscale: #9B9B9B. Windows color (decimal): -1667812 or 1871334. OLE color: 1871334.
HSL color Cylindrical-coordinate representation of color #E68D1C: hue angle of 33.56º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E68D1C is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 28 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.10 |
| HSL | 33.56º | 0.8% | 0.51% | - |
| HSV(B) | 33.56º | 0.88% | 0.9% | - |
| XYZ | 42.37 | 35.96 | 5.81 | - |
| YUV | 154.73 | 56.49 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 28 | 0 | 0.39 | 0.88 | 0.10 | 33.56 | 0.8 | 0.51 |
| Hex | E6 | 8D | 1C | 0 | 27 | 58 | A | 22 | 50 | 33 |
| Octal | 346 | 215 | 34 | 0 | 47 | 130 | 12 | 42 | 120 | 63 |
| Binary | 11100110 | 10001101 | 11100 | 0 | 100111 | 1011000 | 1010 | 100010 | 1010000 | 110011 |
Color Harmonies of #E68D1C
Complementary color
Monochromatic Colors of #E68D1C
Black with #E68D1C
Text Example
Text Example
White with #E68D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D1C; }
p { color: rgb(230,141,28); }
H1.HeaderClassName
{
color: #E68D1C;
}
.AnyTagClassName
{
color: #E68D1C;
}
</style>
background-color css
<style>
a { background-color: #E68D1C; }
a { background-color: rgb(230,141,28); }
div.DivClassName
{
background-color: #E68D1C;
}
.BgClassName
{
background-color: #E68D1C;
}
</style>
border-color css
<style>
span { border-color: #E68D1C; }
span { border-color: rgb(230,141,28); }
td.TdClassName
{
border-color: #E68D1C;
}
.TagClassName
{
border-color: #E68D1C;
}
</style>