Shades of Carrot Orange #E6841E
Tints of Carrot Orange #E6841E
RGB
CMYK
RGB Variations
Color information
#E6841E (or 0xE6841E) is known color: Carrot Orange. HEX triplet: E6, 84 and 1E. RGB value is (230,132,30). Sum of RGB (Red+Green+Blue) = 230+132+30=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6841E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6841E is #197BE1. Grayscale: #969696. Windows color (decimal): -1670114 or 2000102. OLE color: 2000102.
HSL color Cylindrical-coordinate representation of color #E6841E: hue angle of 30.6º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6841E is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 30 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.10 |
| HSL | 30.6º | 0.8% | 0.51% | - |
| HSV(B) | 30.6º | 0.87% | 0.9% | - |
| XYZ | 41.12 | 33.42 | 5.51 | - |
| YUV | 149.67 | 60.47 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 30 | 0 | 0.43 | 0.87 | 0.10 | 30.6 | 0.8 | 0.51 |
| Hex | E6 | 84 | 1E | 0 | 2B | 57 | A | 1F | 50 | 33 |
| Octal | 346 | 204 | 36 | 0 | 53 | 127 | 12 | 37 | 120 | 63 |
| Binary | 11100110 | 10000100 | 11110 | 0 | 101011 | 1010111 | 1010 | 11111 | 1010000 | 110011 |
Color Harmonies of #E6841E
Complementary color
Monochromatic Colors of #E6841E
Black with #E6841E
Text Example
Text Example
White with #E6841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6841E; }
p { color: rgb(230,132,30); }
H1.HeaderClassName
{
color: #E6841E;
}
.AnyTagClassName
{
color: #E6841E;
}
</style>
background-color css
<style>
a { background-color: #E6841E; }
a { background-color: rgb(230,132,30); }
div.DivClassName
{
background-color: #E6841E;
}
.BgClassName
{
background-color: #E6841E;
}
</style>
border-color css
<style>
span { border-color: #E6841E; }
span { border-color: rgb(230,132,30); }
td.TdClassName
{
border-color: #E6841E;
}
.TagClassName
{
border-color: #E6841E;
}
</style>