Shades of Sun #ED852D
Tints of Sun #ED852D
RGB
CMYK
RGB Variations
Color information
#ED852D (or 0xED852D) is known color: Sun. HEX triplet: ED, 85 and 2D. RGB value is (237,133,45). Sum of RGB (Red+Green+Blue) = 237+133+45=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED852D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED852D is #127AD2. Grayscale: #9A9A9A. Windows color (decimal): -1211091 or 2983405. OLE color: 2983405.
HSL color Cylindrical-coordinate representation of color #ED852D: hue angle of 27.5º 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 #ED852D is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 45 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.07 |
| HSL | 27.5º | 0.84% | 0.55% | - |
| HSV(B) | 27.5º | 0.81% | 0.93% | - |
| XYZ | 43.79 | 34.97 | 6.92 | - |
| YUV | 154.06 | 66.46 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 45 | 0 | 0.44 | 0.81 | 0.07 | 27.5 | 0.84 | 0.55 |
| Hex | ED | 85 | 2D | 0 | 2C | 51 | 7 | 1C | 54 | 37 |
| Octal | 355 | 205 | 55 | 0 | 54 | 121 | 7 | 34 | 124 | 67 |
| Binary | 11101101 | 10000101 | 101101 | 0 | 101100 | 1010001 | 111 | 11100 | 1010100 | 110111 |
Color Harmonies of #ED852D
Complementary color
Monochromatic Colors of #ED852D
Black with #ED852D
Text Example
Text Example
White with #ED852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED852D; }
p { color: rgb(237,133,45); }
H1.HeaderClassName
{
color: #ED852D;
}
.AnyTagClassName
{
color: #ED852D;
}
</style>
background-color css
<style>
a { background-color: #ED852D; }
a { background-color: rgb(237,133,45); }
div.DivClassName
{
background-color: #ED852D;
}
.BgClassName
{
background-color: #ED852D;
}
</style>
border-color css
<style>
span { border-color: #ED852D; }
span { border-color: rgb(237,133,45); }
td.TdClassName
{
border-color: #ED852D;
}
.TagClassName
{
border-color: #ED852D;
}
</style>