Shades of Carrot Orange #E7952A
Tints of Carrot Orange #E7952A
RGB
CMYK
RGB Variations
Color information
#E7952A (or 0xE7952A) is known color: Carrot Orange. HEX triplet: E7, 95 and 2A. RGB value is (231,149,42). Sum of RGB (Red+Green+Blue) = 231+149+42=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7952A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7952A is #186AD5. Grayscale: #A1A1A1. Windows color (decimal): -1600214 or 2790887. OLE color: 2790887.
HSL color Cylindrical-coordinate representation of color #E7952A: 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.82%. Process color model (Four color, CMYK) of #E7952A is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 42 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.09 |
| HSL | 33.97º | 0.8% | 0.54% | - |
| HSV(B) | 33.97º | 0.82% | 0.91% | - |
| XYZ | 44.12 | 38.65 | 7.33 | - |
| YUV | 161.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 42 | 0 | 0.35 | 0.82 | 0.09 | 33.97 | 0.8 | 0.54 |
| Hex | E7 | 95 | 2A | 0 | 23 | 52 | 9 | 22 | 50 | 36 |
| Octal | 347 | 225 | 52 | 0 | 43 | 122 | 11 | 42 | 120 | 66 |
| Binary | 11100111 | 10010101 | 101010 | 0 | 100011 | 1010010 | 1001 | 100010 | 1010000 | 110110 |
Color Harmonies of #E7952A
Complementary color
Monochromatic Colors of #E7952A
Black with #E7952A
Text Example
Text Example
White with #E7952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7952A; }
p { color: rgb(231,149,42); }
H1.HeaderClassName
{
color: #E7952A;
}
.AnyTagClassName
{
color: #E7952A;
}
</style>
background-color css
<style>
a { background-color: #E7952A; }
a { background-color: rgb(231,149,42); }
div.DivClassName
{
background-color: #E7952A;
}
.BgClassName
{
background-color: #E7952A;
}
</style>
border-color css
<style>
span { border-color: #E7952A; }
span { border-color: rgb(231,149,42); }
td.TdClassName
{
border-color: #E7952A;
}
.TagClassName
{
border-color: #E7952A;
}
</style>