Shades of Sun #ED913D
Tints of Sun #ED913D
RGB
CMYK
RGB Variations
Color information
#ED913D (or 0xED913D) is known color: Sun. HEX triplet: ED, 91 and 3D. RGB value is (237,145,61). Sum of RGB (Red+Green+Blue) = 237+145+61=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED913D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED913D is #126EC2. Grayscale: #A3A3A3. Windows color (decimal): -1208003 or 4035053. OLE color: 4035053.
HSL color Cylindrical-coordinate representation of color #ED913D: hue angle of 28.64º 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 #ED913D is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 61 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.07 |
| HSL | 28.64º | 0.83% | 0.58% | - |
| HSV(B) | 28.64º | 0.74% | 0.93% | - |
| XYZ | 45.89 | 38.59 | 9.45 | - |
| YUV | 162.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 61 | 0 | 0.39 | 0.74 | 0.07 | 28.64 | 0.83 | 0.58 |
| Hex | ED | 91 | 3D | 0 | 27 | 4A | 7 | 1D | 53 | 3A |
| Octal | 355 | 221 | 75 | 0 | 47 | 112 | 7 | 35 | 123 | 72 |
| Binary | 11101101 | 10010001 | 111101 | 0 | 100111 | 1001010 | 111 | 11101 | 1010011 | 111010 |
Color Harmonies of #ED913D
Complementary color
Monochromatic Colors of #ED913D
Black with #ED913D
Text Example
Text Example
White with #ED913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED913D; }
p { color: rgb(237,145,61); }
H1.HeaderClassName
{
color: #ED913D;
}
.AnyTagClassName
{
color: #ED913D;
}
</style>
background-color css
<style>
a { background-color: #ED913D; }
a { background-color: rgb(237,145,61); }
div.DivClassName
{
background-color: #ED913D;
}
.BgClassName
{
background-color: #ED913D;
}
</style>
border-color css
<style>
span { border-color: #ED913D; }
span { border-color: rgb(237,145,61); }
td.TdClassName
{
border-color: #ED913D;
}
.TagClassName
{
border-color: #ED913D;
}
</style>