Shades of Sun #ED953A
Tints of Sun #ED953A
RGB
CMYK
RGB Variations
Color information
#ED953A (or 0xED953A) is known color: Sun. HEX triplet: ED, 95 and 3A. RGB value is (237,149,58). Sum of RGB (Red+Green+Blue) = 237+149+58=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED953A is #126AC5. Grayscale: #A5A5A5. Windows color (decimal): -1206982 or 3839469. OLE color: 3839469.
HSL color Cylindrical-coordinate representation of color #ED953A: hue angle of 30.5º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED953A is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 58 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.07 |
| HSL | 30.5º | 0.83% | 0.58% | - |
| HSV(B) | 30.5º | 0.76% | 0.93% | - |
| XYZ | 46.44 | 39.8 | 9.24 | - |
| YUV | 164.94 | 67.65 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 58 | 0 | 0.37 | 0.76 | 0.07 | 30.5 | 0.83 | 0.58 |
| Hex | ED | 95 | 3A | 0 | 25 | 4C | 7 | 1F | 53 | 3A |
| Octal | 355 | 225 | 72 | 0 | 45 | 114 | 7 | 37 | 123 | 72 |
| Binary | 11101101 | 10010101 | 111010 | 0 | 100101 | 1001100 | 111 | 11111 | 1010011 | 111010 |
Color Harmonies of #ED953A
Complementary color
Monochromatic Colors of #ED953A
Black with #ED953A
Text Example
Text Example
White with #ED953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED953A; }
p { color: rgb(237,149,58); }
H1.HeaderClassName
{
color: #ED953A;
}
.AnyTagClassName
{
color: #ED953A;
}
</style>
background-color css
<style>
a { background-color: #ED953A; }
a { background-color: rgb(237,149,58); }
div.DivClassName
{
background-color: #ED953A;
}
.BgClassName
{
background-color: #ED953A;
}
</style>
border-color css
<style>
span { border-color: #ED953A; }
span { border-color: rgb(237,149,58); }
td.TdClassName
{
border-color: #ED953A;
}
.TagClassName
{
border-color: #ED953A;
}
</style>