Shades of Carrot Orange #E6841A
Tints of Carrot Orange #E6841A
RGB
CMYK
RGB Variations
Color information
#E6841A (or 0xE6841A) is known color: Carrot Orange. HEX triplet: E6, 84 and 1A. RGB value is (230,132,26). Sum of RGB (Red+Green+Blue) = 230+132+26=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6841A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6841A is #197BE5. Grayscale: #959595. Windows color (decimal): -1670118 or 1737958. OLE color: 1737958.
HSL color Cylindrical-coordinate representation of color #E6841A: hue angle of 31.18º 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 #E6841A is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 26 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.10 |
| HSL | 31.18º | 0.8% | 0.5% | - |
| HSV(B) | 31.18º | 0.89% | 0.9% | - |
| XYZ | 41.07 | 33.4 | 5.26 | - |
| YUV | 149.22 | 58.47 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 26 | 0 | 0.43 | 0.89 | 0.10 | 31.18 | 0.8 | 0.5 |
| Hex | E6 | 84 | 1A | 0 | 2B | 59 | A | 1F | 50 | 32 |
| Octal | 346 | 204 | 32 | 0 | 53 | 131 | 12 | 37 | 120 | 62 |
| Binary | 11100110 | 10000100 | 11010 | 0 | 101011 | 1011001 | 1010 | 11111 | 1010000 | 110010 |
Color Harmonies of #E6841A
Complementary color
Monochromatic Colors of #E6841A
Black with #E6841A
Text Example
Text Example
White with #E6841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6841A; }
p { color: rgb(230,132,26); }
H1.HeaderClassName
{
color: #E6841A;
}
.AnyTagClassName
{
color: #E6841A;
}
</style>
background-color css
<style>
a { background-color: #E6841A; }
a { background-color: rgb(230,132,26); }
div.DivClassName
{
background-color: #E6841A;
}
.BgClassName
{
background-color: #E6841A;
}
</style>
border-color css
<style>
span { border-color: #E6841A; }
span { border-color: rgb(230,132,26); }
td.TdClassName
{
border-color: #E6841A;
}
.TagClassName
{
border-color: #E6841A;
}
</style>