Shades of Sun #ED892C
Tints of Sun #ED892C
RGB
CMYK
RGB Variations
Color information
#ED892C (or 0xED892C) is known color: Sun. HEX triplet: ED, 89 and 2C. RGB value is (237,137,44). Sum of RGB (Red+Green+Blue) = 237+137+44=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED892C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED892C is #1276D3. Grayscale: #9C9C9C. Windows color (decimal): -1210068 or 2918893. OLE color: 2918893.
HSL color Cylindrical-coordinate representation of color #ED892C: hue angle of 28.91º 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 #ED892C is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 44 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.07 |
| HSL | 28.91º | 0.84% | 0.55% | - |
| HSV(B) | 28.91º | 0.81% | 0.93% | - |
| XYZ | 44.33 | 36.08 | 7.01 | - |
| YUV | 156.3 | 64.63 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 44 | 0 | 0.42 | 0.81 | 0.07 | 28.91 | 0.84 | 0.55 |
| Hex | ED | 89 | 2C | 0 | 2A | 51 | 7 | 1D | 54 | 37 |
| Octal | 355 | 211 | 54 | 0 | 52 | 121 | 7 | 35 | 124 | 67 |
| Binary | 11101101 | 10001001 | 101100 | 0 | 101010 | 1010001 | 111 | 11101 | 1010100 | 110111 |
Color Harmonies of #ED892C
Complementary color
Monochromatic Colors of #ED892C
Black with #ED892C
Text Example
Text Example
White with #ED892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED892C; }
p { color: rgb(237,137,44); }
H1.HeaderClassName
{
color: #ED892C;
}
.AnyTagClassName
{
color: #ED892C;
}
</style>
background-color css
<style>
a { background-color: #ED892C; }
a { background-color: rgb(237,137,44); }
div.DivClassName
{
background-color: #ED892C;
}
.BgClassName
{
background-color: #ED892C;
}
</style>
border-color css
<style>
span { border-color: #ED892C; }
span { border-color: rgb(237,137,44); }
td.TdClassName
{
border-color: #ED892C;
}
.TagClassName
{
border-color: #ED892C;
}
</style>