Shades of Carrot Orange #E68A1C
Tints of Carrot Orange #E68A1C
RGB
CMYK
RGB Variations
Color information
#E68A1C (or 0xE68A1C) is known color: Carrot Orange. HEX triplet: E6, 8A and 1C. RGB value is (230,138,28). Sum of RGB (Red+Green+Blue) = 230+138+28=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A1C is #1975E3. Grayscale: #999999. Windows color (decimal): -1668580 or 1870566. OLE color: 1870566.
HSL color Cylindrical-coordinate representation of color #E68A1C: hue angle of 32.67º 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 #E68A1C is Cyan = 0, Magento = 0.4, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 28 | - |
| CMYK | 0 | 0.4 | 0.88 | 0.10 |
| HSL | 32.67º | 0.8% | 0.51% | - |
| HSV(B) | 32.67º | 0.88% | 0.9% | - |
| XYZ | 41.93 | 35.08 | 5.66 | - |
| YUV | 152.97 | 57.48 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 28 | 0 | 0.4 | 0.88 | 0.10 | 32.67 | 0.8 | 0.51 |
| Hex | E6 | 8A | 1C | 0 | 28 | 58 | A | 21 | 50 | 33 |
| Octal | 346 | 212 | 34 | 0 | 50 | 130 | 12 | 41 | 120 | 63 |
| Binary | 11100110 | 10001010 | 11100 | 0 | 101000 | 1011000 | 1010 | 100001 | 1010000 | 110011 |
Color Harmonies of #E68A1C
Complementary color
Monochromatic Colors of #E68A1C
Black with #E68A1C
Text Example
Text Example
White with #E68A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A1C; }
p { color: rgb(230,138,28); }
H1.HeaderClassName
{
color: #E68A1C;
}
.AnyTagClassName
{
color: #E68A1C;
}
</style>
background-color css
<style>
a { background-color: #E68A1C; }
a { background-color: rgb(230,138,28); }
div.DivClassName
{
background-color: #E68A1C;
}
.BgClassName
{
background-color: #E68A1C;
}
</style>
border-color css
<style>
span { border-color: #E68A1C; }
span { border-color: rgb(230,138,28); }
td.TdClassName
{
border-color: #E68A1C;
}
.TagClassName
{
border-color: #E68A1C;
}
</style>