Shades of Sun #ED8C2E
Tints of Sun #ED8C2E
RGB
CMYK
RGB Variations
Color information
#ED8C2E (or 0xED8C2E) is known color: Sun. HEX triplet: ED, 8C and 2E. RGB value is (237,140,46). Sum of RGB (Red+Green+Blue) = 237+140+46=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8C2E is #1273D1. Grayscale: #9E9E9E. Windows color (decimal): -1209298 or 3050733. OLE color: 3050733.
HSL color Cylindrical-coordinate representation of color #ED8C2E: hue angle of 29.53º 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 #ED8C2E is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 46 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.07 |
| HSL | 29.53º | 0.84% | 0.55% | - |
| HSV(B) | 29.53º | 0.81% | 0.93% | - |
| XYZ | 44.8 | 36.96 | 7.36 | - |
| YUV | 158.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 46 | 0 | 0.41 | 0.81 | 0.07 | 29.53 | 0.84 | 0.55 |
| Hex | ED | 8C | 2E | 0 | 29 | 51 | 7 | 1E | 54 | 37 |
| Octal | 355 | 214 | 56 | 0 | 51 | 121 | 7 | 36 | 124 | 67 |
| Binary | 11101101 | 10001100 | 101110 | 0 | 101001 | 1010001 | 111 | 11110 | 1010100 | 110111 |
Color Harmonies of #ED8C2E
Complementary color
Monochromatic Colors of #ED8C2E
Black with #ED8C2E
Text Example
Text Example
White with #ED8C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C2E; }
p { color: rgb(237,140,46); }
H1.HeaderClassName
{
color: #ED8C2E;
}
.AnyTagClassName
{
color: #ED8C2E;
}
</style>
background-color css
<style>
a { background-color: #ED8C2E; }
a { background-color: rgb(237,140,46); }
div.DivClassName
{
background-color: #ED8C2E;
}
.BgClassName
{
background-color: #ED8C2E;
}
</style>
border-color css
<style>
span { border-color: #ED8C2E; }
span { border-color: rgb(237,140,46); }
td.TdClassName
{
border-color: #ED8C2E;
}
.TagClassName
{
border-color: #ED8C2E;
}
</style>