Shades of Carrot Orange #E9961B
Tints of Carrot Orange #E9961B
RGB
CMYK
RGB Variations
Color information
#E9961B (or 0xE9961B) is known color: Carrot Orange. HEX triplet: E9, 96 and 1B. RGB value is (233,150,27). Sum of RGB (Red+Green+Blue) = 233+150+27=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E9961B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9961B is #1669E4. Grayscale: #A1A1A1. Windows color (decimal): -1468901 or 1808105. OLE color: 1808105.
HSL color Cylindrical-coordinate representation of color #E9961B: hue angle of 35.83º 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 #E9961B is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 27 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.09 |
| HSL | 35.83º | 0.82% | 0.51% | - |
| HSV(B) | 35.83º | 0.88% | 0.91% | - |
| XYZ | 44.71 | 39.22 | 6.25 | - |
| YUV | 160.8 | 52.5 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 27 | 0 | 0.36 | 0.88 | 0.09 | 35.83 | 0.82 | 0.51 |
| Hex | E9 | 96 | 1B | 0 | 24 | 58 | 9 | 24 | 52 | 33 |
| Octal | 351 | 226 | 33 | 0 | 44 | 130 | 11 | 44 | 122 | 63 |
| Binary | 11101001 | 10010110 | 11011 | 0 | 100100 | 1011000 | 1001 | 100100 | 1010010 | 110011 |
Color Harmonies of #E9961B
Complementary color
Monochromatic Colors of #E9961B
Black with #E9961B
Text Example
Text Example
White with #E9961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9961B; }
p { color: rgb(233,150,27); }
H1.HeaderClassName
{
color: #E9961B;
}
.AnyTagClassName
{
color: #E9961B;
}
</style>
background-color css
<style>
a { background-color: #E9961B; }
a { background-color: rgb(233,150,27); }
div.DivClassName
{
background-color: #E9961B;
}
.BgClassName
{
background-color: #E9961B;
}
</style>
border-color css
<style>
span { border-color: #E9961B; }
span { border-color: rgb(233,150,27); }
td.TdClassName
{
border-color: #E9961B;
}
.TagClassName
{
border-color: #E9961B;
}
</style>