Shades of Carrot Orange #E9952B
Tints of Carrot Orange #E9952B
RGB
CMYK
RGB Variations
Color information
#E9952B (or 0xE9952B) is known color: Carrot Orange. HEX triplet: E9, 95 and 2B. RGB value is (233,149,43). Sum of RGB (Red+Green+Blue) = 233+149+43=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E9952B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9952B is #166AD4. Grayscale: #A2A2A2. Windows color (decimal): -1469141 or 2856425. OLE color: 2856425.
HSL color Cylindrical-coordinate representation of color #E9952B: hue angle of 33.47º degrees, saturation: 0.81, 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 #E9952B is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 43 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.09 |
| HSL | 33.47º | 0.81% | 0.54% | - |
| HSV(B) | 33.47º | 0.82% | 0.91% | - |
| XYZ | 44.79 | 38.99 | 7.45 | - |
| YUV | 162.03 | 60.83 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 43 | 0 | 0.36 | 0.82 | 0.09 | 33.47 | 0.81 | 0.54 |
| Hex | E9 | 95 | 2B | 0 | 24 | 52 | 9 | 21 | 51 | 36 |
| Octal | 351 | 225 | 53 | 0 | 44 | 122 | 11 | 41 | 121 | 66 |
| Binary | 11101001 | 10010101 | 101011 | 0 | 100100 | 1010010 | 1001 | 100001 | 1010001 | 110110 |
Color Harmonies of #E9952B
Complementary color
Monochromatic Colors of #E9952B
Black with #E9952B
Text Example
Text Example
White with #E9952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9952B; }
p { color: rgb(233,149,43); }
H1.HeaderClassName
{
color: #E9952B;
}
.AnyTagClassName
{
color: #E9952B;
}
</style>
background-color css
<style>
a { background-color: #E9952B; }
a { background-color: rgb(233,149,43); }
div.DivClassName
{
background-color: #E9952B;
}
.BgClassName
{
background-color: #E9952B;
}
</style>
border-color css
<style>
span { border-color: #E9952B; }
span { border-color: rgb(233,149,43); }
td.TdClassName
{
border-color: #E9952B;
}
.TagClassName
{
border-color: #E9952B;
}
</style>