Shades of Sun #ED862C
Tints of Sun #ED862C
RGB
CMYK
RGB Variations
Color information
#ED862C (or 0xED862C) is known color: Sun. HEX triplet: ED, 86 and 2C. RGB value is (237,134,44). Sum of RGB (Red+Green+Blue) = 237+134+44=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED862C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED862C is #1279D3. Grayscale: #9B9B9B. Windows color (decimal): -1210836 or 2918125. OLE color: 2918125.
HSL color Cylindrical-coordinate representation of color #ED862C: hue angle of 27.98º 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 #ED862C is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 44 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.07 |
| HSL | 27.98º | 0.84% | 0.55% | - |
| HSV(B) | 27.98º | 0.81% | 0.93% | - |
| XYZ | 43.9 | 35.24 | 6.87 | - |
| YUV | 154.54 | 65.62 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 44 | 0 | 0.43 | 0.81 | 0.07 | 27.98 | 0.84 | 0.55 |
| Hex | ED | 86 | 2C | 0 | 2B | 51 | 7 | 1C | 54 | 37 |
| Octal | 355 | 206 | 54 | 0 | 53 | 121 | 7 | 34 | 124 | 67 |
| Binary | 11101101 | 10000110 | 101100 | 0 | 101011 | 1010001 | 111 | 11100 | 1010100 | 110111 |
Color Harmonies of #ED862C
Complementary color
Monochromatic Colors of #ED862C
Black with #ED862C
Text Example
Text Example
White with #ED862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED862C; }
p { color: rgb(237,134,44); }
H1.HeaderClassName
{
color: #ED862C;
}
.AnyTagClassName
{
color: #ED862C;
}
</style>
background-color css
<style>
a { background-color: #ED862C; }
a { background-color: rgb(237,134,44); }
div.DivClassName
{
background-color: #ED862C;
}
.BgClassName
{
background-color: #ED862C;
}
</style>
border-color css
<style>
span { border-color: #ED862C; }
span { border-color: rgb(237,134,44); }
td.TdClassName
{
border-color: #ED862C;
}
.TagClassName
{
border-color: #ED862C;
}
</style>