Shades of Sun #ED913C
Tints of Sun #ED913C
RGB
CMYK
RGB Variations
Color information
#ED913C (or 0xED913C) is known color: Sun. HEX triplet: ED, 91 and 3C. RGB value is (237,145,60). Sum of RGB (Red+Green+Blue) = 237+145+60=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED913C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED913C is #126EC3. Grayscale: #A3A3A3. Windows color (decimal): -1208004 or 3969517. OLE color: 3969517.
HSL color Cylindrical-coordinate representation of color #ED913C: hue angle of 28.81º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED913C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 60 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.07 |
| HSL | 28.81º | 0.83% | 0.58% | - |
| HSV(B) | 28.81º | 0.75% | 0.93% | - |
| XYZ | 45.87 | 38.58 | 9.3 | - |
| YUV | 162.82 | 69.98 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 60 | 0 | 0.39 | 0.75 | 0.07 | 28.81 | 0.83 | 0.58 |
| Hex | ED | 91 | 3C | 0 | 27 | 4B | 7 | 1D | 53 | 3A |
| Octal | 355 | 221 | 74 | 0 | 47 | 113 | 7 | 35 | 123 | 72 |
| Binary | 11101101 | 10010001 | 111100 | 0 | 100111 | 1001011 | 111 | 11101 | 1010011 | 111010 |
Color Harmonies of #ED913C
Complementary color
Monochromatic Colors of #ED913C
Black with #ED913C
Text Example
Text Example
White with #ED913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED913C; }
p { color: rgb(237,145,60); }
H1.HeaderClassName
{
color: #ED913C;
}
.AnyTagClassName
{
color: #ED913C;
}
</style>
background-color css
<style>
a { background-color: #ED913C; }
a { background-color: rgb(237,145,60); }
div.DivClassName
{
background-color: #ED913C;
}
.BgClassName
{
background-color: #ED913C;
}
</style>
border-color css
<style>
span { border-color: #ED913C; }
span { border-color: rgb(237,145,60); }
td.TdClassName
{
border-color: #ED913C;
}
.TagClassName
{
border-color: #ED913C;
}
</style>