Shades of Carrot Orange #E6851A
Tints of Carrot Orange #E6851A
RGB
CMYK
RGB Variations
Color information
#E6851A (or 0xE6851A) is known color: Carrot Orange. HEX triplet: E6, 85 and 1A. RGB value is (230,133,26). Sum of RGB (Red+Green+Blue) = 230+133+26=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6851A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6851A is #197AE5. Grayscale: #969696. Windows color (decimal): -1669862 or 1738214. OLE color: 1738214.
HSL color Cylindrical-coordinate representation of color #E6851A: hue angle of 31.47º 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 #E6851A is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 26 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.10 |
| HSL | 31.47º | 0.8% | 0.5% | - |
| HSV(B) | 31.47º | 0.89% | 0.9% | - |
| XYZ | 41.21 | 33.67 | 5.3 | - |
| YUV | 149.81 | 58.14 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 26 | 0 | 0.42 | 0.89 | 0.10 | 31.47 | 0.8 | 0.5 |
| Hex | E6 | 85 | 1A | 0 | 2A | 59 | A | 1F | 50 | 32 |
| Octal | 346 | 205 | 32 | 0 | 52 | 131 | 12 | 37 | 120 | 62 |
| Binary | 11100110 | 10000101 | 11010 | 0 | 101010 | 1011001 | 1010 | 11111 | 1010000 | 110010 |
Color Harmonies of #E6851A
Complementary color
Monochromatic Colors of #E6851A
Black with #E6851A
Text Example
Text Example
White with #E6851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6851A; }
p { color: rgb(230,133,26); }
H1.HeaderClassName
{
color: #E6851A;
}
.AnyTagClassName
{
color: #E6851A;
}
</style>
background-color css
<style>
a { background-color: #E6851A; }
a { background-color: rgb(230,133,26); }
div.DivClassName
{
background-color: #E6851A;
}
.BgClassName
{
background-color: #E6851A;
}
</style>
border-color css
<style>
span { border-color: #E6851A; }
span { border-color: rgb(230,133,26); }
td.TdClassName
{
border-color: #E6851A;
}
.TagClassName
{
border-color: #E6851A;
}
</style>