Shades of Carrot Orange #E6871A
Tints of Carrot Orange #E6871A
RGB
CMYK
RGB Variations
Color information
#E6871A (or 0xE6871A) is known color: Carrot Orange. HEX triplet: E6, 87 and 1A. RGB value is (230,135,26). Sum of RGB (Red+Green+Blue) = 230+135+26=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6871A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6871A is #1978E5. Grayscale: #979797. Windows color (decimal): -1669350 or 1738726. OLE color: 1738726.
HSL color Cylindrical-coordinate representation of color #E6871A: hue angle of 32.06º 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 #E6871A is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 26 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.10 |
| HSL | 32.06º | 0.8% | 0.5% | - |
| HSV(B) | 32.06º | 0.89% | 0.9% | - |
| XYZ | 41.48 | 34.23 | 5.4 | - |
| YUV | 150.98 | 57.47 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 26 | 0 | 0.41 | 0.89 | 0.10 | 32.06 | 0.8 | 0.5 |
| Hex | E6 | 87 | 1A | 0 | 29 | 59 | A | 20 | 50 | 32 |
| Octal | 346 | 207 | 32 | 0 | 51 | 131 | 12 | 40 | 120 | 62 |
| Binary | 11100110 | 10000111 | 11010 | 0 | 101001 | 1011001 | 1010 | 100000 | 1010000 | 110010 |
Color Harmonies of #E6871A
Complementary color
Monochromatic Colors of #E6871A
Black with #E6871A
Text Example
Text Example
White with #E6871A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6871A; }
p { color: rgb(230,135,26); }
H1.HeaderClassName
{
color: #E6871A;
}
.AnyTagClassName
{
color: #E6871A;
}
</style>
background-color css
<style>
a { background-color: #E6871A; }
a { background-color: rgb(230,135,26); }
div.DivClassName
{
background-color: #E6871A;
}
.BgClassName
{
background-color: #E6871A;
}
</style>
border-color css
<style>
span { border-color: #E6871A; }
span { border-color: rgb(230,135,26); }
td.TdClassName
{
border-color: #E6871A;
}
.TagClassName
{
border-color: #E6871A;
}
</style>