Shades of Sun #ED912E
Tints of Sun #ED912E
RGB
CMYK
RGB Variations
Color information
#ED912E (or 0xED912E) is known color: Sun. HEX triplet: ED, 91 and 2E. RGB value is (237,145,46). Sum of RGB (Red+Green+Blue) = 237+145+46=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED912E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED912E is #126ED1. Grayscale: #A1A1A1. Windows color (decimal): -1208018 or 3052013. OLE color: 3052013.
HSL color Cylindrical-coordinate representation of color #ED912E: hue angle of 31.1º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED912E is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 46 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.07 |
| HSL | 31.1º | 0.84% | 0.55% | - |
| HSV(B) | 31.1º | 0.81% | 0.93% | - |
| XYZ | 45.54 | 38.45 | 7.61 | - |
| YUV | 161.22 | 62.98 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 46 | 0 | 0.39 | 0.81 | 0.07 | 31.1 | 0.84 | 0.55 |
| Hex | ED | 91 | 2E | 0 | 27 | 51 | 7 | 1F | 54 | 37 |
| Octal | 355 | 221 | 56 | 0 | 47 | 121 | 7 | 37 | 124 | 67 |
| Binary | 11101101 | 10010001 | 101110 | 0 | 100111 | 1010001 | 111 | 11111 | 1010100 | 110111 |
Color Harmonies of #ED912E
Complementary color
Monochromatic Colors of #ED912E
Black with #ED912E
Text Example
Text Example
White with #ED912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED912E; }
p { color: rgb(237,145,46); }
H1.HeaderClassName
{
color: #ED912E;
}
.AnyTagClassName
{
color: #ED912E;
}
</style>
background-color css
<style>
a { background-color: #ED912E; }
a { background-color: rgb(237,145,46); }
div.DivClassName
{
background-color: #ED912E;
}
.BgClassName
{
background-color: #ED912E;
}
</style>
border-color css
<style>
span { border-color: #ED912E; }
span { border-color: rgb(237,145,46); }
td.TdClassName
{
border-color: #ED912E;
}
.TagClassName
{
border-color: #ED912E;
}
</style>