Shades of Carrot Orange #E6851B
Tints of Carrot Orange #E6851B
RGB
CMYK
RGB Variations
Color information
#E6851B (or 0xE6851B) is known color: Carrot Orange. HEX triplet: E6, 85 and 1B. RGB value is (230,133,27). Sum of RGB (Red+Green+Blue) = 230+133+27=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6851B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6851B is #197AE4. Grayscale: #969696. Windows color (decimal): -1669861 or 1803750. OLE color: 1803750.
HSL color Cylindrical-coordinate representation of color #E6851B: hue angle of 31.33º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6851B is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 27 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.10 |
| HSL | 31.33º | 0.8% | 0.5% | - |
| HSV(B) | 31.33º | 0.88% | 0.9% | - |
| XYZ | 41.22 | 33.68 | 5.36 | - |
| YUV | 149.92 | 58.64 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 27 | 0 | 0.42 | 0.88 | 0.10 | 31.33 | 0.8 | 0.5 |
| Hex | E6 | 85 | 1B | 0 | 2A | 58 | A | 1F | 50 | 32 |
| Octal | 346 | 205 | 33 | 0 | 52 | 130 | 12 | 37 | 120 | 62 |
| Binary | 11100110 | 10000101 | 11011 | 0 | 101010 | 1011000 | 1010 | 11111 | 1010000 | 110010 |
Color Harmonies of #E6851B
Complementary color
Monochromatic Colors of #E6851B
Black with #E6851B
Text Example
Text Example
White with #E6851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6851B; }
p { color: rgb(230,133,27); }
H1.HeaderClassName
{
color: #E6851B;
}
.AnyTagClassName
{
color: #E6851B;
}
</style>
background-color css
<style>
a { background-color: #E6851B; }
a { background-color: rgb(230,133,27); }
div.DivClassName
{
background-color: #E6851B;
}
.BgClassName
{
background-color: #E6851B;
}
</style>
border-color css
<style>
span { border-color: #E6851B; }
span { border-color: rgb(230,133,27); }
td.TdClassName
{
border-color: #E6851B;
}
.TagClassName
{
border-color: #E6851B;
}
</style>