Shades of Carrot Orange #E6961D
Tints of Carrot Orange #E6961D
RGB
CMYK
RGB Variations
Color information
#E6961D (or 0xE6961D) is known color: Carrot Orange. HEX triplet: E6, 96 and 1D. RGB value is (230,150,29). Sum of RGB (Red+Green+Blue) = 230+150+29=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6961D is #1969E2. Grayscale: #A0A0A0. Windows color (decimal): -1665507 or 1939174. OLE color: 1939174.
HSL color Cylindrical-coordinate representation of color #E6961D: hue angle of 36.12º 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 #E6961D is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 29 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.10 |
| HSL | 36.12º | 0.8% | 0.51% | - |
| HSV(B) | 36.12º | 0.87% | 0.9% | - |
| XYZ | 43.76 | 38.72 | 6.33 | - |
| YUV | 160.13 | 54 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 29 | 0 | 0.35 | 0.87 | 0.10 | 36.12 | 0.8 | 0.51 |
| Hex | E6 | 96 | 1D | 0 | 23 | 57 | A | 24 | 50 | 33 |
| Octal | 346 | 226 | 35 | 0 | 43 | 127 | 12 | 44 | 120 | 63 |
| Binary | 11100110 | 10010110 | 11101 | 0 | 100011 | 1010111 | 1010 | 100100 | 1010000 | 110011 |
Color Harmonies of #E6961D
Complementary color
Monochromatic Colors of #E6961D
Black with #E6961D
Text Example
Text Example
White with #E6961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6961D; }
p { color: rgb(230,150,29); }
H1.HeaderClassName
{
color: #E6961D;
}
.AnyTagClassName
{
color: #E6961D;
}
</style>
background-color css
<style>
a { background-color: #E6961D; }
a { background-color: rgb(230,150,29); }
div.DivClassName
{
background-color: #E6961D;
}
.BgClassName
{
background-color: #E6961D;
}
</style>
border-color css
<style>
span { border-color: #E6961D; }
span { border-color: rgb(230,150,29); }
td.TdClassName
{
border-color: #E6961D;
}
.TagClassName
{
border-color: #E6961D;
}
</style>