Shades of Carrot Orange #E7982B
Tints of Carrot Orange #E7982B
RGB
CMYK
RGB Variations
Color information
#E7982B (or 0xE7982B) is known color: Carrot Orange. HEX triplet: E7, 98 and 2B. RGB value is (231,152,43). Sum of RGB (Red+Green+Blue) = 231+152+43=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7982B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7982B is #1867D4. Grayscale: #A3A3A3. Windows color (decimal): -1599445 or 2857191. OLE color: 2857191.
HSL color Cylindrical-coordinate representation of color #E7982B: hue angle of 34.79º 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 #E7982B is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 43 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.09 |
| HSL | 34.79º | 0.8% | 0.54% | - |
| HSV(B) | 34.79º | 0.81% | 0.91% | - |
| XYZ | 44.62 | 39.62 | 7.58 | - |
| YUV | 163.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 43 | 0 | 0.34 | 0.81 | 0.09 | 34.79 | 0.8 | 0.54 |
| Hex | E7 | 98 | 2B | 0 | 22 | 51 | 9 | 23 | 50 | 36 |
| Octal | 347 | 230 | 53 | 0 | 42 | 121 | 11 | 43 | 120 | 66 |
| Binary | 11100111 | 10011000 | 101011 | 0 | 100010 | 1010001 | 1001 | 100011 | 1010000 | 110110 |
Color Harmonies of #E7982B
Complementary color
Monochromatic Colors of #E7982B
Black with #E7982B
Text Example
Text Example
White with #E7982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7982B; }
p { color: rgb(231,152,43); }
H1.HeaderClassName
{
color: #E7982B;
}
.AnyTagClassName
{
color: #E7982B;
}
</style>
background-color css
<style>
a { background-color: #E7982B; }
a { background-color: rgb(231,152,43); }
div.DivClassName
{
background-color: #E7982B;
}
.BgClassName
{
background-color: #E7982B;
}
</style>
border-color css
<style>
span { border-color: #E7982B; }
span { border-color: rgb(231,152,43); }
td.TdClassName
{
border-color: #E7982B;
}
.TagClassName
{
border-color: #E7982B;
}
</style>