Shades of Sun #ED932F
Tints of Sun #ED932F
RGB
CMYK
RGB Variations
Color information
#ED932F (or 0xED932F) is known color: Sun. HEX triplet: ED, 93 and 2F. RGB value is (237,147,47). Sum of RGB (Red+Green+Blue) = 237+147+47=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED932F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED932F is #126CD0. Grayscale: #A2A2A2. Windows color (decimal): -1207505 or 3118061. OLE color: 3118061.
HSL color Cylindrical-coordinate representation of color #ED932F: hue angle of 31.58º 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 #ED932F is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 47 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.07 |
| HSL | 31.58º | 0.84% | 0.56% | - |
| HSV(B) | 31.58º | 0.8% | 0.93% | - |
| XYZ | 45.87 | 39.08 | 7.81 | - |
| YUV | 162.51 | 62.82 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 47 | 0 | 0.38 | 0.80 | 0.07 | 31.58 | 0.84 | 0.56 |
| Hex | ED | 93 | 2F | 0 | 26 | 50 | 7 | 20 | 54 | 38 |
| Octal | 355 | 223 | 57 | 0 | 46 | 120 | 7 | 40 | 124 | 70 |
| Binary | 11101101 | 10010011 | 101111 | 0 | 100110 | 1010000 | 111 | 100000 | 1010100 | 111000 |
Color Harmonies of #ED932F
Complementary color
Monochromatic Colors of #ED932F
Black with #ED932F
Text Example
Text Example
White with #ED932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED932F; }
p { color: rgb(237,147,47); }
H1.HeaderClassName
{
color: #ED932F;
}
.AnyTagClassName
{
color: #ED932F;
}
</style>
background-color css
<style>
a { background-color: #ED932F; }
a { background-color: rgb(237,147,47); }
div.DivClassName
{
background-color: #ED932F;
}
.BgClassName
{
background-color: #ED932F;
}
</style>
border-color css
<style>
span { border-color: #ED932F; }
span { border-color: rgb(237,147,47); }
td.TdClassName
{
border-color: #ED932F;
}
.TagClassName
{
border-color: #ED932F;
}
</style>