Shades of Sun #ED862B
Tints of Sun #ED862B
RGB
CMYK
RGB Variations
Color information
#ED862B (or 0xED862B) is known color: Sun. HEX triplet: ED, 86 and 2B. RGB value is (237,134,43). Sum of RGB (Red+Green+Blue) = 237+134+43=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED862B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED862B is #1279D4. Grayscale: #9A9A9A. Windows color (decimal): -1210837 or 2852589. OLE color: 2852589.
HSL color Cylindrical-coordinate representation of color #ED862B: hue angle of 28.14º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED862B is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 43 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.07 |
| HSL | 28.14º | 0.84% | 0.55% | - |
| HSV(B) | 28.14º | 0.82% | 0.93% | - |
| XYZ | 43.89 | 35.23 | 6.77 | - |
| YUV | 154.42 | 65.12 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 43 | 0 | 0.43 | 0.82 | 0.07 | 28.14 | 0.84 | 0.55 |
| Hex | ED | 86 | 2B | 0 | 2B | 52 | 7 | 1C | 54 | 37 |
| Octal | 355 | 206 | 53 | 0 | 53 | 122 | 7 | 34 | 124 | 67 |
| Binary | 11101101 | 10000110 | 101011 | 0 | 101011 | 1010010 | 111 | 11100 | 1010100 | 110111 |
Color Harmonies of #ED862B
Complementary color
Monochromatic Colors of #ED862B
Black with #ED862B
Text Example
Text Example
White with #ED862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED862B; }
p { color: rgb(237,134,43); }
H1.HeaderClassName
{
color: #ED862B;
}
.AnyTagClassName
{
color: #ED862B;
}
</style>
background-color css
<style>
a { background-color: #ED862B; }
a { background-color: rgb(237,134,43); }
div.DivClassName
{
background-color: #ED862B;
}
.BgClassName
{
background-color: #ED862B;
}
</style>
border-color css
<style>
span { border-color: #ED862B; }
span { border-color: rgb(237,134,43); }
td.TdClassName
{
border-color: #ED862B;
}
.TagClassName
{
border-color: #ED862B;
}
</style>