Shades of Sun #ED943C
Tints of Sun #ED943C
RGB
CMYK
RGB Variations
Color information
#ED943C (or 0xED943C) is known color: Sun. HEX triplet: ED, 94 and 3C. RGB value is (237,148,60). Sum of RGB (Red+Green+Blue) = 237+148+60=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED943C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED943C is #126BC3. Grayscale: #A5A5A5. Windows color (decimal): -1207236 or 3970285. OLE color: 3970285.
HSL color Cylindrical-coordinate representation of color #ED943C: hue angle of 29.83º 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 #ED943C is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 60 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.07 |
| HSL | 29.83º | 0.83% | 0.58% | - |
| HSV(B) | 29.83º | 0.75% | 0.93% | - |
| XYZ | 46.33 | 39.51 | 9.46 | - |
| YUV | 164.58 | 68.99 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 60 | 0 | 0.38 | 0.75 | 0.07 | 29.83 | 0.83 | 0.58 |
| Hex | ED | 94 | 3C | 0 | 26 | 4B | 7 | 1E | 53 | 3A |
| Octal | 355 | 224 | 74 | 0 | 46 | 113 | 7 | 36 | 123 | 72 |
| Binary | 11101101 | 10010100 | 111100 | 0 | 100110 | 1001011 | 111 | 11110 | 1010011 | 111010 |
Color Harmonies of #ED943C
Complementary color
Monochromatic Colors of #ED943C
Black with #ED943C
Text Example
Text Example
White with #ED943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED943C; }
p { color: rgb(237,148,60); }
H1.HeaderClassName
{
color: #ED943C;
}
.AnyTagClassName
{
color: #ED943C;
}
</style>
background-color css
<style>
a { background-color: #ED943C; }
a { background-color: rgb(237,148,60); }
div.DivClassName
{
background-color: #ED943C;
}
.BgClassName
{
background-color: #ED943C;
}
</style>
border-color css
<style>
span { border-color: #ED943C; }
span { border-color: rgb(237,148,60); }
td.TdClassName
{
border-color: #ED943C;
}
.TagClassName
{
border-color: #ED943C;
}
</style>