Shades of Sun #ED9437
Tints of Sun #ED9437
RGB
CMYK
RGB Variations
Color information
#ED9437 (or 0xED9437) is known color: Sun. HEX triplet: ED, 94 and 37. RGB value is (237,148,55). Sum of RGB (Red+Green+Blue) = 237+148+55=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9437 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9437 is #126BC8. Grayscale: #A4A4A4. Windows color (decimal): -1207241 or 3642605. OLE color: 3642605.
HSL color Cylindrical-coordinate representation of color #ED9437: hue angle of 30.66º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED9437 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 55 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.07 |
| HSL | 30.66º | 0.83% | 0.57% | - |
| HSV(B) | 30.66º | 0.77% | 0.93% | - |
| XYZ | 46.2 | 39.46 | 8.8 | - |
| YUV | 164.01 | 66.49 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 55 | 0 | 0.38 | 0.77 | 0.07 | 30.66 | 0.83 | 0.57 |
| Hex | ED | 94 | 37 | 0 | 26 | 4D | 7 | 1F | 53 | 39 |
| Octal | 355 | 224 | 67 | 0 | 46 | 115 | 7 | 37 | 123 | 71 |
| Binary | 11101101 | 10010100 | 110111 | 0 | 100110 | 1001101 | 111 | 11111 | 1010011 | 111001 |
Color Harmonies of #ED9437
Complementary color
Monochromatic Colors of #ED9437
Black with #ED9437
Text Example
Text Example
White with #ED9437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9437; }
p { color: rgb(237,148,55); }
H1.HeaderClassName
{
color: #ED9437;
}
.AnyTagClassName
{
color: #ED9437;
}
</style>
background-color css
<style>
a { background-color: #ED9437; }
a { background-color: rgb(237,148,55); }
div.DivClassName
{
background-color: #ED9437;
}
.BgClassName
{
background-color: #ED9437;
}
</style>
border-color css
<style>
span { border-color: #ED9437; }
span { border-color: rgb(237,148,55); }
td.TdClassName
{
border-color: #ED9437;
}
.TagClassName
{
border-color: #ED9437;
}
</style>