Shades of Sun #ED8F2D
Tints of Sun #ED8F2D
RGB
CMYK
RGB Variations
Color information
#ED8F2D (or 0xED8F2D) is known color: Sun. HEX triplet: ED, 8F and 2D. RGB value is (237,143,45). Sum of RGB (Red+Green+Blue) = 237+143+45=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8F2D is #1270D2. Grayscale: #A0A0A0. Windows color (decimal): -1208531 or 2985965. OLE color: 2985965.
HSL color Cylindrical-coordinate representation of color #ED8F2D: hue angle of 30.63º 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 #ED8F2D is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 45 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.07 |
| HSL | 30.63º | 0.84% | 0.55% | - |
| HSV(B) | 30.63º | 0.81% | 0.93% | - |
| XYZ | 45.22 | 37.84 | 7.4 | - |
| YUV | 159.93 | 63.14 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 45 | 0 | 0.40 | 0.81 | 0.07 | 30.63 | 0.84 | 0.55 |
| Hex | ED | 8F | 2D | 0 | 28 | 51 | 7 | 1F | 54 | 37 |
| Octal | 355 | 217 | 55 | 0 | 50 | 121 | 7 | 37 | 124 | 67 |
| Binary | 11101101 | 10001111 | 101101 | 0 | 101000 | 1010001 | 111 | 11111 | 1010100 | 110111 |
Color Harmonies of #ED8F2D
Complementary color
Monochromatic Colors of #ED8F2D
Black with #ED8F2D
Text Example
Text Example
White with #ED8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F2D; }
p { color: rgb(237,143,45); }
H1.HeaderClassName
{
color: #ED8F2D;
}
.AnyTagClassName
{
color: #ED8F2D;
}
</style>
background-color css
<style>
a { background-color: #ED8F2D; }
a { background-color: rgb(237,143,45); }
div.DivClassName
{
background-color: #ED8F2D;
}
.BgClassName
{
background-color: #ED8F2D;
}
</style>
border-color css
<style>
span { border-color: #ED8F2D; }
span { border-color: rgb(237,143,45); }
td.TdClassName
{
border-color: #ED8F2D;
}
.TagClassName
{
border-color: #ED8F2D;
}
</style>