Shades of Carrot Orange #E6871D
Tints of Carrot Orange #E6871D
RGB
CMYK
RGB Variations
Color information
#E6871D (or 0xE6871D) is known color: Carrot Orange. HEX triplet: E6, 87 and 1D. RGB value is (230,135,29). Sum of RGB (Red+Green+Blue) = 230+135+29=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6871D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6871D is #1978E2. Grayscale: #979797. Windows color (decimal): -1669347 or 1935334. OLE color: 1935334.
HSL color Cylindrical-coordinate representation of color #E6871D: hue angle of 31.64º 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 #E6871D is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 29 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.10 |
| HSL | 31.64º | 0.8% | 0.51% | - |
| HSV(B) | 31.64º | 0.87% | 0.9% | - |
| XYZ | 41.52 | 34.24 | 5.58 | - |
| YUV | 151.32 | 58.97 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 29 | 0 | 0.41 | 0.87 | 0.10 | 31.64 | 0.8 | 0.51 |
| Hex | E6 | 87 | 1D | 0 | 29 | 57 | A | 20 | 50 | 33 |
| Octal | 346 | 207 | 35 | 0 | 51 | 127 | 12 | 40 | 120 | 63 |
| Binary | 11100110 | 10000111 | 11101 | 0 | 101001 | 1010111 | 1010 | 100000 | 1010000 | 110011 |
Color Harmonies of #E6871D
Complementary color
Monochromatic Colors of #E6871D
Black with #E6871D
Text Example
Text Example
White with #E6871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6871D; }
p { color: rgb(230,135,29); }
H1.HeaderClassName
{
color: #E6871D;
}
.AnyTagClassName
{
color: #E6871D;
}
</style>
background-color css
<style>
a { background-color: #E6871D; }
a { background-color: rgb(230,135,29); }
div.DivClassName
{
background-color: #E6871D;
}
.BgClassName
{
background-color: #E6871D;
}
</style>
border-color css
<style>
span { border-color: #E6871D; }
span { border-color: rgb(230,135,29); }
td.TdClassName
{
border-color: #E6871D;
}
.TagClassName
{
border-color: #E6871D;
}
</style>