Shades of Sun #ED8A2E
Tints of Sun #ED8A2E
RGB
CMYK
RGB Variations
Color information
#ED8A2E (or 0xED8A2E) is known color: Sun. HEX triplet: ED, 8A and 2E. RGB value is (237,138,46). Sum of RGB (Red+Green+Blue) = 237+138+46=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8A2E is #1275D1. Grayscale: #9D9D9D. Windows color (decimal): -1209810 or 3050221. OLE color: 3050221.
HSL color Cylindrical-coordinate representation of color #ED8A2E: hue angle of 28.9º 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 #ED8A2E is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 46 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.07 |
| HSL | 28.9º | 0.84% | 0.55% | - |
| HSV(B) | 28.9º | 0.81% | 0.93% | - |
| XYZ | 44.51 | 36.38 | 7.26 | - |
| YUV | 157.11 | 65.3 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 46 | 0 | 0.42 | 0.81 | 0.07 | 28.9 | 0.84 | 0.55 |
| Hex | ED | 8A | 2E | 0 | 2A | 51 | 7 | 1D | 54 | 37 |
| Octal | 355 | 212 | 56 | 0 | 52 | 121 | 7 | 35 | 124 | 67 |
| Binary | 11101101 | 10001010 | 101110 | 0 | 101010 | 1010001 | 111 | 11101 | 1010100 | 110111 |
Color Harmonies of #ED8A2E
Complementary color
Monochromatic Colors of #ED8A2E
Black with #ED8A2E
Text Example
Text Example
White with #ED8A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A2E; }
p { color: rgb(237,138,46); }
H1.HeaderClassName
{
color: #ED8A2E;
}
.AnyTagClassName
{
color: #ED8A2E;
}
</style>
background-color css
<style>
a { background-color: #ED8A2E; }
a { background-color: rgb(237,138,46); }
div.DivClassName
{
background-color: #ED8A2E;
}
.BgClassName
{
background-color: #ED8A2E;
}
</style>
border-color css
<style>
span { border-color: #ED8A2E; }
span { border-color: rgb(237,138,46); }
td.TdClassName
{
border-color: #ED8A2E;
}
.TagClassName
{
border-color: #ED8A2E;
}
</style>