Shades of Sun #ED942F
Tints of Sun #ED942F
RGB
CMYK
RGB Variations
Color information
#ED942F (or 0xED942F) is known color: Sun. HEX triplet: ED, 94 and 2F. RGB value is (237,148,47). Sum of RGB (Red+Green+Blue) = 237+148+47=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED942F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED942F is #126BD0. Grayscale: #A3A3A3. Windows color (decimal): -1207249 or 3118317. OLE color: 3118317.
HSL color Cylindrical-coordinate representation of color #ED942F: hue angle of 31.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED942F is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 47 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.07 |
| HSL | 31.89º | 0.84% | 0.56% | - |
| HSV(B) | 31.89º | 0.8% | 0.93% | - |
| XYZ | 46.03 | 39.39 | 7.87 | - |
| YUV | 163.1 | 62.49 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 47 | 0 | 0.38 | 0.80 | 0.07 | 31.89 | 0.84 | 0.56 |
| Hex | ED | 94 | 2F | 0 | 26 | 50 | 7 | 20 | 54 | 38 |
| Octal | 355 | 224 | 57 | 0 | 46 | 120 | 7 | 40 | 124 | 70 |
| Binary | 11101101 | 10010100 | 101111 | 0 | 100110 | 1010000 | 111 | 100000 | 1010100 | 111000 |
Color Harmonies of #ED942F
Complementary color
Monochromatic Colors of #ED942F
Black with #ED942F
Text Example
Text Example
White with #ED942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED942F; }
p { color: rgb(237,148,47); }
H1.HeaderClassName
{
color: #ED942F;
}
.AnyTagClassName
{
color: #ED942F;
}
</style>
background-color css
<style>
a { background-color: #ED942F; }
a { background-color: rgb(237,148,47); }
div.DivClassName
{
background-color: #ED942F;
}
.BgClassName
{
background-color: #ED942F;
}
</style>
border-color css
<style>
span { border-color: #ED942F; }
span { border-color: rgb(237,148,47); }
td.TdClassName
{
border-color: #ED942F;
}
.TagClassName
{
border-color: #ED942F;
}
</style>