Shades of Carrot Orange #E8961B
Tints of Carrot Orange #E8961B
RGB
CMYK
RGB Variations
Color information
#E8961B (or 0xE8961B) is known color: Carrot Orange. HEX triplet: E8, 96 and 1B. RGB value is (232,150,27). Sum of RGB (Red+Green+Blue) = 232+150+27=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E8961B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8961B is #1769E4. Grayscale: #A1A1A1. Windows color (decimal): -1534437 or 1808104. OLE color: 1808104.
HSL color Cylindrical-coordinate representation of color #E8961B: hue angle of 36º 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 #E8961B is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 27 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.09 |
| HSL | 36º | 0.82% | 0.51% | - |
| HSV(B) | 36º | 0.88% | 0.91% | - |
| XYZ | 44.38 | 39.05 | 6.23 | - |
| YUV | 160.5 | 52.67 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 27 | 0 | 0.35 | 0.88 | 0.09 | 36 | 0.82 | 0.51 |
| Hex | E8 | 96 | 1B | 0 | 23 | 58 | 9 | 24 | 52 | 33 |
| Octal | 350 | 226 | 33 | 0 | 43 | 130 | 11 | 44 | 122 | 63 |
| Binary | 11101000 | 10010110 | 11011 | 0 | 100011 | 1011000 | 1001 | 100100 | 1010010 | 110011 |
Color Harmonies of #E8961B
Complementary color
Monochromatic Colors of #E8961B
Black with #E8961B
Text Example
Text Example
White with #E8961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8961B; }
p { color: rgb(232,150,27); }
H1.HeaderClassName
{
color: #E8961B;
}
.AnyTagClassName
{
color: #E8961B;
}
</style>
background-color css
<style>
a { background-color: #E8961B; }
a { background-color: rgb(232,150,27); }
div.DivClassName
{
background-color: #E8961B;
}
.BgClassName
{
background-color: #E8961B;
}
</style>
border-color css
<style>
span { border-color: #E8961B; }
span { border-color: rgb(232,150,27); }
td.TdClassName
{
border-color: #E8961B;
}
.TagClassName
{
border-color: #E8961B;
}
</style>