Shades of Sun #ED973D
Tints of Sun #ED973D
RGB
CMYK
RGB Variations
Color information
#ED973D (or 0xED973D) is known color: Sun. HEX triplet: ED, 97 and 3D. RGB value is (237,151,61). Sum of RGB (Red+Green+Blue) = 237+151+61=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED973D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED973D is #1268C2. Grayscale: #A6A6A6. Windows color (decimal): -1206467 or 4036589. OLE color: 4036589.
HSL color Cylindrical-coordinate representation of color #ED973D: hue angle of 30.68º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED973D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 151 | 61 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.07 |
| HSL | 30.68º | 0.83% | 0.58% | - |
| HSV(B) | 30.68º | 0.74% | 0.93% | - |
| XYZ | 46.83 | 40.47 | 9.76 | - |
| YUV | 166.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 151 | 61 | 0 | 0.36 | 0.74 | 0.07 | 30.68 | 0.83 | 0.58 |
| Hex | ED | 97 | 3D | 0 | 24 | 4A | 7 | 1F | 53 | 3A |
| Octal | 355 | 227 | 75 | 0 | 44 | 112 | 7 | 37 | 123 | 72 |
| Binary | 11101101 | 10010111 | 111101 | 0 | 100100 | 1001010 | 111 | 11111 | 1010011 | 111010 |
Color Harmonies of #ED973D
Complementary color
Monochromatic Colors of #ED973D
Black with #ED973D
Text Example
Text Example
White with #ED973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED973D; }
p { color: rgb(237,151,61); }
H1.HeaderClassName
{
color: #ED973D;
}
.AnyTagClassName
{
color: #ED973D;
}
</style>
background-color css
<style>
a { background-color: #ED973D; }
a { background-color: rgb(237,151,61); }
div.DivClassName
{
background-color: #ED973D;
}
.BgClassName
{
background-color: #ED973D;
}
</style>
border-color css
<style>
span { border-color: #ED973D; }
span { border-color: rgb(237,151,61); }
td.TdClassName
{
border-color: #ED973D;
}
.TagClassName
{
border-color: #ED973D;
}
</style>