Shades of Sun #ED922F
Tints of Sun #ED922F
RGB
CMYK
RGB Variations
Color information
#ED922F (or 0xED922F) is known color: Sun. HEX triplet: ED, 92 and 2F. RGB value is (237,146,47). Sum of RGB (Red+Green+Blue) = 237+146+47=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED922F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED922F is #126DD0. Grayscale: #A2A2A2. Windows color (decimal): -1207761 or 3117805. OLE color: 3117805.
HSL color Cylindrical-coordinate representation of color #ED922F: hue angle of 31.26º 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 #ED922F is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 47 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.07 |
| HSL | 31.26º | 0.84% | 0.56% | - |
| HSV(B) | 31.26º | 0.8% | 0.93% | - |
| XYZ | 45.72 | 38.77 | 7.76 | - |
| YUV | 161.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 47 | 0 | 0.38 | 0.80 | 0.07 | 31.26 | 0.84 | 0.56 |
| Hex | ED | 92 | 2F | 0 | 26 | 50 | 7 | 1F | 54 | 38 |
| Octal | 355 | 222 | 57 | 0 | 46 | 120 | 7 | 37 | 124 | 70 |
| Binary | 11101101 | 10010010 | 101111 | 0 | 100110 | 1010000 | 111 | 11111 | 1010100 | 111000 |
Color Harmonies of #ED922F
Complementary color
Monochromatic Colors of #ED922F
Black with #ED922F
Text Example
Text Example
White with #ED922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED922F; }
p { color: rgb(237,146,47); }
H1.HeaderClassName
{
color: #ED922F;
}
.AnyTagClassName
{
color: #ED922F;
}
</style>
background-color css
<style>
a { background-color: #ED922F; }
a { background-color: rgb(237,146,47); }
div.DivClassName
{
background-color: #ED922F;
}
.BgClassName
{
background-color: #ED922F;
}
</style>
border-color css
<style>
span { border-color: #ED922F; }
span { border-color: rgb(237,146,47); }
td.TdClassName
{
border-color: #ED922F;
}
.TagClassName
{
border-color: #ED922F;
}
</style>