Shades of Sun #ED9232
Tints of Sun #ED9232
RGB
CMYK
RGB Variations
Color information
#ED9232 (or 0xED9232) is known color: Sun. HEX triplet: ED, 92 and 32. RGB value is (237,146,50). Sum of RGB (Red+Green+Blue) = 237+146+50=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9232 is #126DCD. Grayscale: #A2A2A2. Windows color (decimal): -1207758 or 3314413. OLE color: 3314413.
HSL color Cylindrical-coordinate representation of color #ED9232: hue angle of 30.8º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED9232 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 50 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.07 |
| HSL | 30.8º | 0.84% | 0.56% | - |
| HSV(B) | 30.8º | 0.79% | 0.93% | - |
| XYZ | 45.78 | 38.79 | 8.09 | - |
| YUV | 162.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 50 | 0 | 0.38 | 0.79 | 0.07 | 30.8 | 0.84 | 0.56 |
| Hex | ED | 92 | 32 | 0 | 26 | 4F | 7 | 1F | 54 | 38 |
| Octal | 355 | 222 | 62 | 0 | 46 | 117 | 7 | 37 | 124 | 70 |
| Binary | 11101101 | 10010010 | 110010 | 0 | 100110 | 1001111 | 111 | 11111 | 1010100 | 111000 |
Color Harmonies of #ED9232
Complementary color
Monochromatic Colors of #ED9232
Black with #ED9232
Text Example
Text Example
White with #ED9232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9232; }
p { color: rgb(237,146,50); }
H1.HeaderClassName
{
color: #ED9232;
}
.AnyTagClassName
{
color: #ED9232;
}
</style>
background-color css
<style>
a { background-color: #ED9232; }
a { background-color: rgb(237,146,50); }
div.DivClassName
{
background-color: #ED9232;
}
.BgClassName
{
background-color: #ED9232;
}
</style>
border-color css
<style>
span { border-color: #ED9232; }
span { border-color: rgb(237,146,50); }
td.TdClassName
{
border-color: #ED9232;
}
.TagClassName
{
border-color: #ED9232;
}
</style>