Shades of Sun #ED852F
Tints of Sun #ED852F
RGB
CMYK
RGB Variations
Color information
#ED852F (or 0xED852F) is known color: Sun. HEX triplet: ED, 85 and 2F. RGB value is (237,133,47). Sum of RGB (Red+Green+Blue) = 237+133+47=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED852F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED852F is #127AD0. Grayscale: #9A9A9A. Windows color (decimal): -1211089 or 3114477. OLE color: 3114477.
HSL color Cylindrical-coordinate representation of color #ED852F: hue angle of 27.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED852F is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 47 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.07 |
| HSL | 27.16º | 0.84% | 0.56% | - |
| HSV(B) | 27.16º | 0.8% | 0.93% | - |
| XYZ | 43.83 | 34.98 | 7.13 | - |
| YUV | 154.29 | 67.46 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 47 | 0 | 0.44 | 0.80 | 0.07 | 27.16 | 0.84 | 0.56 |
| Hex | ED | 85 | 2F | 0 | 2C | 50 | 7 | 1B | 54 | 38 |
| Octal | 355 | 205 | 57 | 0 | 54 | 120 | 7 | 33 | 124 | 70 |
| Binary | 11101101 | 10000101 | 101111 | 0 | 101100 | 1010000 | 111 | 11011 | 1010100 | 111000 |
Color Harmonies of #ED852F
Complementary color
Monochromatic Colors of #ED852F
Black with #ED852F
Text Example
Text Example
White with #ED852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED852F; }
p { color: rgb(237,133,47); }
H1.HeaderClassName
{
color: #ED852F;
}
.AnyTagClassName
{
color: #ED852F;
}
</style>
background-color css
<style>
a { background-color: #ED852F; }
a { background-color: rgb(237,133,47); }
div.DivClassName
{
background-color: #ED852F;
}
.BgClassName
{
background-color: #ED852F;
}
</style>
border-color css
<style>
span { border-color: #ED852F; }
span { border-color: rgb(237,133,47); }
td.TdClassName
{
border-color: #ED852F;
}
.TagClassName
{
border-color: #ED852F;
}
</style>