Shades of Carrot Orange #E7962A
Tints of Carrot Orange #E7962A
RGB
CMYK
RGB Variations
Color information
#E7962A (or 0xE7962A) is known color: Carrot Orange. HEX triplet: E7, 96 and 2A. RGB value is (231,150,42). Sum of RGB (Red+Green+Blue) = 231+150+42=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7962A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7962A is #1869D5. Grayscale: #A2A2A2. Windows color (decimal): -1599958 or 2791143. OLE color: 2791143.
HSL color Cylindrical-coordinate representation of color #E7962A: hue angle of 34.29º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7962A is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 42 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.09 |
| HSL | 34.29º | 0.8% | 0.54% | - |
| HSV(B) | 34.29º | 0.82% | 0.91% | - |
| XYZ | 44.28 | 38.97 | 7.38 | - |
| YUV | 161.91 | 60.34 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 42 | 0 | 0.35 | 0.82 | 0.09 | 34.29 | 0.8 | 0.54 |
| Hex | E7 | 96 | 2A | 0 | 23 | 52 | 9 | 22 | 50 | 36 |
| Octal | 347 | 226 | 52 | 0 | 43 | 122 | 11 | 42 | 120 | 66 |
| Binary | 11100111 | 10010110 | 101010 | 0 | 100011 | 1010010 | 1001 | 100010 | 1010000 | 110110 |
Color Harmonies of #E7962A
Complementary color
Monochromatic Colors of #E7962A
Black with #E7962A
Text Example
Text Example
White with #E7962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7962A; }
p { color: rgb(231,150,42); }
H1.HeaderClassName
{
color: #E7962A;
}
.AnyTagClassName
{
color: #E7962A;
}
</style>
background-color css
<style>
a { background-color: #E7962A; }
a { background-color: rgb(231,150,42); }
div.DivClassName
{
background-color: #E7962A;
}
.BgClassName
{
background-color: #E7962A;
}
</style>
border-color css
<style>
span { border-color: #E7962A; }
span { border-color: rgb(231,150,42); }
td.TdClassName
{
border-color: #E7962A;
}
.TagClassName
{
border-color: #E7962A;
}
</style>