Shades of Sun #ED952F
Tints of Sun #ED952F
RGB
CMYK
RGB Variations
Color information
#ED952F (or 0xED952F) is known color: Sun. HEX triplet: ED, 95 and 2F. RGB value is (237,149,47). Sum of RGB (Red+Green+Blue) = 237+149+47=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED952F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED952F is #126AD0. Grayscale: #A4A4A4. Windows color (decimal): -1206993 or 3118573. OLE color: 3118573.
HSL color Cylindrical-coordinate representation of color #ED952F: hue angle of 32.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED952F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 47 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.07 |
| HSL | 32.21º | 0.84% | 0.56% | - |
| HSV(B) | 32.21º | 0.8% | 0.93% | - |
| XYZ | 46.19 | 39.7 | 7.92 | - |
| YUV | 163.68 | 62.15 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 47 | 0 | 0.37 | 0.80 | 0.07 | 32.21 | 0.84 | 0.56 |
| Hex | ED | 95 | 2F | 0 | 25 | 50 | 7 | 20 | 54 | 38 |
| Octal | 355 | 225 | 57 | 0 | 45 | 120 | 7 | 40 | 124 | 70 |
| Binary | 11101101 | 10010101 | 101111 | 0 | 100101 | 1010000 | 111 | 100000 | 1010100 | 111000 |
Color Harmonies of #ED952F
Complementary color
Monochromatic Colors of #ED952F
Black with #ED952F
Text Example
Text Example
White with #ED952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED952F; }
p { color: rgb(237,149,47); }
H1.HeaderClassName
{
color: #ED952F;
}
.AnyTagClassName
{
color: #ED952F;
}
</style>
background-color css
<style>
a { background-color: #ED952F; }
a { background-color: rgb(237,149,47); }
div.DivClassName
{
background-color: #ED952F;
}
.BgClassName
{
background-color: #ED952F;
}
</style>
border-color css
<style>
span { border-color: #ED952F; }
span { border-color: rgb(237,149,47); }
td.TdClassName
{
border-color: #ED952F;
}
.TagClassName
{
border-color: #ED952F;
}
</style>