Shades of Sun #ED9533
Tints of Sun #ED9533
RGB
CMYK
RGB Variations
Color information
#ED9533 (or 0xED9533) is known color: Sun. HEX triplet: ED, 95 and 33. RGB value is (237,149,51). Sum of RGB (Red+Green+Blue) = 237+149+51=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9533 is #126ACC. Grayscale: #A4A4A4. Windows color (decimal): -1206989 or 3380717. OLE color: 3380717.
HSL color Cylindrical-coordinate representation of color #ED9533: hue angle of 31.61º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED9533 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 51 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.07 |
| HSL | 31.61º | 0.84% | 0.56% | - |
| HSV(B) | 31.61º | 0.78% | 0.93% | - |
| XYZ | 46.27 | 39.74 | 8.36 | - |
| YUV | 164.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 51 | 0 | 0.37 | 0.78 | 0.07 | 31.61 | 0.84 | 0.56 |
| Hex | ED | 95 | 33 | 0 | 25 | 4E | 7 | 20 | 54 | 38 |
| Octal | 355 | 225 | 63 | 0 | 45 | 116 | 7 | 40 | 124 | 70 |
| Binary | 11101101 | 10010101 | 110011 | 0 | 100101 | 1001110 | 111 | 100000 | 1010100 | 111000 |
Color Harmonies of #ED9533
Complementary color
Monochromatic Colors of #ED9533
Black with #ED9533
Text Example
Text Example
White with #ED9533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9533; }
p { color: rgb(237,149,51); }
H1.HeaderClassName
{
color: #ED9533;
}
.AnyTagClassName
{
color: #ED9533;
}
</style>
background-color css
<style>
a { background-color: #ED9533; }
a { background-color: rgb(237,149,51); }
div.DivClassName
{
background-color: #ED9533;
}
.BgClassName
{
background-color: #ED9533;
}
</style>
border-color css
<style>
span { border-color: #ED9533; }
span { border-color: rgb(237,149,51); }
td.TdClassName
{
border-color: #ED9533;
}
.TagClassName
{
border-color: #ED9533;
}
</style>