Shades of Sun #ED8B2D
Tints of Sun #ED8B2D
RGB
CMYK
RGB Variations
Color information
#ED8B2D (or 0xED8B2D) is known color: Sun. HEX triplet: ED, 8B and 2D. RGB value is (237,139,45). Sum of RGB (Red+Green+Blue) = 237+139+45=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8B2D is #1274D2. Grayscale: #9E9E9E. Windows color (decimal): -1209555 or 2984941. OLE color: 2984941.
HSL color Cylindrical-coordinate representation of color #ED8B2D: hue angle of 29.38º 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 #ED8B2D is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 45 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.07 |
| HSL | 29.38º | 0.84% | 0.55% | - |
| HSV(B) | 29.38º | 0.81% | 0.93% | - |
| XYZ | 44.63 | 36.66 | 7.21 | - |
| YUV | 157.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 45 | 0 | 0.41 | 0.81 | 0.07 | 29.38 | 0.84 | 0.55 |
| Hex | ED | 8B | 2D | 0 | 29 | 51 | 7 | 1D | 54 | 37 |
| Octal | 355 | 213 | 55 | 0 | 51 | 121 | 7 | 35 | 124 | 67 |
| Binary | 11101101 | 10001011 | 101101 | 0 | 101001 | 1010001 | 111 | 11101 | 1010100 | 110111 |
Color Harmonies of #ED8B2D
Complementary color
Monochromatic Colors of #ED8B2D
Black with #ED8B2D
Text Example
Text Example
White with #ED8B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8B2D; }
p { color: rgb(237,139,45); }
H1.HeaderClassName
{
color: #ED8B2D;
}
.AnyTagClassName
{
color: #ED8B2D;
}
</style>
background-color css
<style>
a { background-color: #ED8B2D; }
a { background-color: rgb(237,139,45); }
div.DivClassName
{
background-color: #ED8B2D;
}
.BgClassName
{
background-color: #ED8B2D;
}
</style>
border-color css
<style>
span { border-color: #ED8B2D; }
span { border-color: rgb(237,139,45); }
td.TdClassName
{
border-color: #ED8B2D;
}
.TagClassName
{
border-color: #ED8B2D;
}
</style>