Shades of Sun #E9952F
Tints of Sun #E9952F
RGB
CMYK
RGB Variations
Color information
#E9952F (or 0xE9952F) is known color: Sun. HEX triplet: E9, 95 and 2F. RGB value is (233,149,47). Sum of RGB (Red+Green+Blue) = 233+149+47=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9952F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9952F is #166AD0. Grayscale: #A2A2A2. Windows color (decimal): -1469137 or 3118569. OLE color: 3118569.
HSL color Cylindrical-coordinate representation of color #E9952F: hue angle of 32.9º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9952F is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 47 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.09 |
| HSL | 32.9º | 0.81% | 0.55% | - |
| HSV(B) | 32.9º | 0.8% | 0.91% | - |
| XYZ | 44.86 | 39.02 | 7.86 | - |
| YUV | 162.49 | 62.83 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 47 | 0 | 0.36 | 0.80 | 0.09 | 32.9 | 0.81 | 0.55 |
| Hex | E9 | 95 | 2F | 0 | 24 | 50 | 9 | 21 | 51 | 37 |
| Octal | 351 | 225 | 57 | 0 | 44 | 120 | 11 | 41 | 121 | 67 |
| Binary | 11101001 | 10010101 | 101111 | 0 | 100100 | 1010000 | 1001 | 100001 | 1010001 | 110111 |
Color Harmonies of #E9952F
Complementary color
Monochromatic Colors of #E9952F
Black with #E9952F
Text Example
Text Example
White with #E9952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9952F; }
p { color: rgb(233,149,47); }
H1.HeaderClassName
{
color: #E9952F;
}
.AnyTagClassName
{
color: #E9952F;
}
</style>
background-color css
<style>
a { background-color: #E9952F; }
a { background-color: rgb(233,149,47); }
div.DivClassName
{
background-color: #E9952F;
}
.BgClassName
{
background-color: #E9952F;
}
</style>
border-color css
<style>
span { border-color: #E9952F; }
span { border-color: rgb(233,149,47); }
td.TdClassName
{
border-color: #E9952F;
}
.TagClassName
{
border-color: #E9952F;
}
</style>