Shades of Sun #ED953B
Tints of Sun #ED953B
RGB
CMYK
RGB Variations
Color information
#ED953B (or 0xED953B) is known color: Sun. HEX triplet: ED, 95 and 3B. RGB value is (237,149,59). Sum of RGB (Red+Green+Blue) = 237+149+59=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED953B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED953B is #126AC4. Grayscale: #A5A5A5. Windows color (decimal): -1206981 or 3905005. OLE color: 3905005.
HSL color Cylindrical-coordinate representation of color #ED953B: hue angle of 30.34º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED953B is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 59 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.07 |
| HSL | 30.34º | 0.83% | 0.58% | - |
| HSV(B) | 30.34º | 0.75% | 0.93% | - |
| XYZ | 46.46 | 39.82 | 9.37 | - |
| YUV | 165.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 59 | 0 | 0.37 | 0.75 | 0.07 | 30.34 | 0.83 | 0.58 |
| Hex | ED | 95 | 3B | 0 | 25 | 4B | 7 | 1E | 53 | 3A |
| Octal | 355 | 225 | 73 | 0 | 45 | 113 | 7 | 36 | 123 | 72 |
| Binary | 11101101 | 10010101 | 111011 | 0 | 100101 | 1001011 | 111 | 11110 | 1010011 | 111010 |
Color Harmonies of #ED953B
Complementary color
Monochromatic Colors of #ED953B
Black with #ED953B
Text Example
Text Example
White with #ED953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED953B; }
p { color: rgb(237,149,59); }
H1.HeaderClassName
{
color: #ED953B;
}
.AnyTagClassName
{
color: #ED953B;
}
</style>
background-color css
<style>
a { background-color: #ED953B; }
a { background-color: rgb(237,149,59); }
div.DivClassName
{
background-color: #ED953B;
}
.BgClassName
{
background-color: #ED953B;
}
</style>
border-color css
<style>
span { border-color: #ED953B; }
span { border-color: rgb(237,149,59); }
td.TdClassName
{
border-color: #ED953B;
}
.TagClassName
{
border-color: #ED953B;
}
</style>