Shades of Carrot Orange #E9961D
Tints of Carrot Orange #E9961D
RGB
CMYK
RGB Variations
Color information
#E9961D (or 0xE9961D) is known color: Carrot Orange. HEX triplet: E9, 96 and 1D. RGB value is (233,150,29). Sum of RGB (Red+Green+Blue) = 233+150+29=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E9961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9961D is #1669E2. Grayscale: #A1A1A1. Windows color (decimal): -1468899 or 1939177. OLE color: 1939177.
HSL color Cylindrical-coordinate representation of color #E9961D: hue angle of 35.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9961D is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 29 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.09 |
| HSL | 35.59º | 0.82% | 0.51% | - |
| HSV(B) | 35.59º | 0.88% | 0.91% | - |
| XYZ | 44.73 | 39.23 | 6.38 | - |
| YUV | 161.02 | 53.5 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 29 | 0 | 0.36 | 0.88 | 0.09 | 35.59 | 0.82 | 0.51 |
| Hex | E9 | 96 | 1D | 0 | 24 | 58 | 9 | 24 | 52 | 33 |
| Octal | 351 | 226 | 35 | 0 | 44 | 130 | 11 | 44 | 122 | 63 |
| Binary | 11101001 | 10010110 | 11101 | 0 | 100100 | 1011000 | 1001 | 100100 | 1010010 | 110011 |
Color Harmonies of #E9961D
Complementary color
Monochromatic Colors of #E9961D
Black with #E9961D
Text Example
Text Example
White with #E9961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9961D; }
p { color: rgb(233,150,29); }
H1.HeaderClassName
{
color: #E9961D;
}
.AnyTagClassName
{
color: #E9961D;
}
</style>
background-color css
<style>
a { background-color: #E9961D; }
a { background-color: rgb(233,150,29); }
div.DivClassName
{
background-color: #E9961D;
}
.BgClassName
{
background-color: #E9961D;
}
</style>
border-color css
<style>
span { border-color: #E9961D; }
span { border-color: rgb(233,150,29); }
td.TdClassName
{
border-color: #E9961D;
}
.TagClassName
{
border-color: #E9961D;
}
</style>