Shades of Sun #ED872E
Tints of Sun #ED872E
RGB
CMYK
RGB Variations
Color information
#ED872E (or 0xED872E) is known color: Sun. HEX triplet: ED, 87 and 2E. RGB value is (237,135,46). Sum of RGB (Red+Green+Blue) = 237+135+46=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED872E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED872E is #1278D1. Grayscale: #9B9B9B. Windows color (decimal): -1210578 or 3049453. OLE color: 3049453.
HSL color Cylindrical-coordinate representation of color #ED872E: hue angle of 27.96º 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 #ED872E is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 46 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.07 |
| HSL | 27.96º | 0.84% | 0.55% | - |
| HSV(B) | 27.96º | 0.81% | 0.93% | - |
| XYZ | 44.08 | 35.53 | 7.12 | - |
| YUV | 155.35 | 66.29 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 46 | 0 | 0.43 | 0.81 | 0.07 | 27.96 | 0.84 | 0.55 |
| Hex | ED | 87 | 2E | 0 | 2B | 51 | 7 | 1C | 54 | 37 |
| Octal | 355 | 207 | 56 | 0 | 53 | 121 | 7 | 34 | 124 | 67 |
| Binary | 11101101 | 10000111 | 101110 | 0 | 101011 | 1010001 | 111 | 11100 | 1010100 | 110111 |
Color Harmonies of #ED872E
Complementary color
Monochromatic Colors of #ED872E
Black with #ED872E
Text Example
Text Example
White with #ED872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED872E; }
p { color: rgb(237,135,46); }
H1.HeaderClassName
{
color: #ED872E;
}
.AnyTagClassName
{
color: #ED872E;
}
</style>
background-color css
<style>
a { background-color: #ED872E; }
a { background-color: rgb(237,135,46); }
div.DivClassName
{
background-color: #ED872E;
}
.BgClassName
{
background-color: #ED872E;
}
</style>
border-color css
<style>
span { border-color: #ED872E; }
span { border-color: rgb(237,135,46); }
td.TdClassName
{
border-color: #ED872E;
}
.TagClassName
{
border-color: #ED872E;
}
</style>