Shades of Sun #ED9435
Tints of Sun #ED9435
RGB
CMYK
RGB Variations
Color information
#ED9435 (or 0xED9435) is known color: Sun. HEX triplet: ED, 94 and 35. RGB value is (237,148,53). Sum of RGB (Red+Green+Blue) = 237+148+53=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9435 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9435 is #126BCA. Grayscale: #A4A4A4. Windows color (decimal): -1207243 or 3511533. OLE color: 3511533.
HSL color Cylindrical-coordinate representation of color #ED9435: hue angle of 30.98º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED9435 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 53 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.07 |
| HSL | 30.98º | 0.84% | 0.57% | - |
| HSV(B) | 30.98º | 0.78% | 0.93% | - |
| XYZ | 46.16 | 39.44 | 8.55 | - |
| YUV | 163.78 | 65.49 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 53 | 0 | 0.38 | 0.78 | 0.07 | 30.98 | 0.84 | 0.57 |
| Hex | ED | 94 | 35 | 0 | 26 | 4E | 7 | 1F | 54 | 39 |
| Octal | 355 | 224 | 65 | 0 | 46 | 116 | 7 | 37 | 124 | 71 |
| Binary | 11101101 | 10010100 | 110101 | 0 | 100110 | 1001110 | 111 | 11111 | 1010100 | 111001 |
Color Harmonies of #ED9435
Complementary color
Monochromatic Colors of #ED9435
Black with #ED9435
Text Example
Text Example
White with #ED9435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9435; }
p { color: rgb(237,148,53); }
H1.HeaderClassName
{
color: #ED9435;
}
.AnyTagClassName
{
color: #ED9435;
}
</style>
background-color css
<style>
a { background-color: #ED9435; }
a { background-color: rgb(237,148,53); }
div.DivClassName
{
background-color: #ED9435;
}
.BgClassName
{
background-color: #ED9435;
}
</style>
border-color css
<style>
span { border-color: #ED9435; }
span { border-color: rgb(237,148,53); }
td.TdClassName
{
border-color: #ED9435;
}
.TagClassName
{
border-color: #ED9435;
}
</style>