Shades of Carrot Orange #E6841F
Tints of Carrot Orange #E6841F
RGB
CMYK
RGB Variations
Color information
#E6841F (or 0xE6841F) is known color: Carrot Orange. HEX triplet: E6, 84 and 1F. RGB value is (230,132,31). Sum of RGB (Red+Green+Blue) = 230+132+31=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6841F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6841F is #197BE0. Grayscale: #969696. Windows color (decimal): -1670113 or 2065638. OLE color: 2065638.
HSL color Cylindrical-coordinate representation of color #E6841F: hue angle of 30.45º 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 #E6841F is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 31 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.10 |
| HSL | 30.45º | 0.8% | 0.51% | - |
| HSV(B) | 30.45º | 0.87% | 0.9% | - |
| XYZ | 41.13 | 33.42 | 5.58 | - |
| YUV | 149.79 | 60.97 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 31 | 0 | 0.43 | 0.87 | 0.10 | 30.45 | 0.8 | 0.51 |
| Hex | E6 | 84 | 1F | 0 | 2B | 57 | A | 1E | 50 | 33 |
| Octal | 346 | 204 | 37 | 0 | 53 | 127 | 12 | 36 | 120 | 63 |
| Binary | 11100110 | 10000100 | 11111 | 0 | 101011 | 1010111 | 1010 | 11110 | 1010000 | 110011 |
Color Harmonies of #E6841F
Complementary color
Monochromatic Colors of #E6841F
Black with #E6841F
Text Example
Text Example
White with #E6841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6841F; }
p { color: rgb(230,132,31); }
H1.HeaderClassName
{
color: #E6841F;
}
.AnyTagClassName
{
color: #E6841F;
}
</style>
background-color css
<style>
a { background-color: #E6841F; }
a { background-color: rgb(230,132,31); }
div.DivClassName
{
background-color: #E6841F;
}
.BgClassName
{
background-color: #E6841F;
}
</style>
border-color css
<style>
span { border-color: #E6841F; }
span { border-color: rgb(230,132,31); }
td.TdClassName
{
border-color: #E6841F;
}
.TagClassName
{
border-color: #E6841F;
}
</style>