Shades of Carrot Orange #E8962B
Tints of Carrot Orange #E8962B
RGB
CMYK
RGB Variations
Color information
#E8962B (or 0xE8962B) is known color: Carrot Orange. HEX triplet: E8, 96 and 2B. RGB value is (232,150,43). Sum of RGB (Red+Green+Blue) = 232+150+43=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E8962B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8962B is #1769D4. Grayscale: #A2A2A2. Windows color (decimal): -1534421 or 2856680. OLE color: 2856680.
HSL color Cylindrical-coordinate representation of color #E8962B: hue angle of 33.97º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8962B is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 43 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.09 |
| HSL | 33.97º | 0.8% | 0.54% | - |
| HSV(B) | 33.97º | 0.81% | 0.91% | - |
| XYZ | 44.62 | 39.14 | 7.49 | - |
| YUV | 162.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 43 | 0 | 0.35 | 0.81 | 0.09 | 33.97 | 0.8 | 0.54 |
| Hex | E8 | 96 | 2B | 0 | 23 | 51 | 9 | 22 | 50 | 36 |
| Octal | 350 | 226 | 53 | 0 | 43 | 121 | 11 | 42 | 120 | 66 |
| Binary | 11101000 | 10010110 | 101011 | 0 | 100011 | 1010001 | 1001 | 100010 | 1010000 | 110110 |
Color Harmonies of #E8962B
Complementary color
Monochromatic Colors of #E8962B
Black with #E8962B
Text Example
Text Example
White with #E8962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8962B; }
p { color: rgb(232,150,43); }
H1.HeaderClassName
{
color: #E8962B;
}
.AnyTagClassName
{
color: #E8962B;
}
</style>
background-color css
<style>
a { background-color: #E8962B; }
a { background-color: rgb(232,150,43); }
div.DivClassName
{
background-color: #E8962B;
}
.BgClassName
{
background-color: #E8962B;
}
</style>
border-color css
<style>
span { border-color: #E8962B; }
span { border-color: rgb(232,150,43); }
td.TdClassName
{
border-color: #E8962B;
}
.TagClassName
{
border-color: #E8962B;
}
</style>