Shades of Sun #ED983D
Tints of Sun #ED983D
RGB
CMYK
RGB Variations
Color information
#ED983D (or 0xED983D) is known color: Sun. HEX triplet: ED, 98 and 3D. RGB value is (237,152,61). Sum of RGB (Red+Green+Blue) = 237+152+61=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED983D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED983D is #1267C2. Grayscale: #A7A7A7. Windows color (decimal): -1206211 or 4036845. OLE color: 4036845.
HSL color Cylindrical-coordinate representation of color #ED983D: hue angle of 31.02º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED983D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 61 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.07 |
| HSL | 31.02º | 0.83% | 0.58% | - |
| HSV(B) | 31.02º | 0.74% | 0.93% | - |
| XYZ | 47 | 40.8 | 9.81 | - |
| YUV | 167.04 | 68.16 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 61 | 0 | 0.36 | 0.74 | 0.07 | 31.02 | 0.83 | 0.58 |
| Hex | ED | 98 | 3D | 0 | 24 | 4A | 7 | 1F | 53 | 3A |
| Octal | 355 | 230 | 75 | 0 | 44 | 112 | 7 | 37 | 123 | 72 |
| Binary | 11101101 | 10011000 | 111101 | 0 | 100100 | 1001010 | 111 | 11111 | 1010011 | 111010 |
Color Harmonies of #ED983D
Complementary color
Monochromatic Colors of #ED983D
Black with #ED983D
Text Example
Text Example
White with #ED983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED983D; }
p { color: rgb(237,152,61); }
H1.HeaderClassName
{
color: #ED983D;
}
.AnyTagClassName
{
color: #ED983D;
}
</style>
background-color css
<style>
a { background-color: #ED983D; }
a { background-color: rgb(237,152,61); }
div.DivClassName
{
background-color: #ED983D;
}
.BgClassName
{
background-color: #ED983D;
}
</style>
border-color css
<style>
span { border-color: #ED983D; }
span { border-color: rgb(237,152,61); }
td.TdClassName
{
border-color: #ED983D;
}
.TagClassName
{
border-color: #ED983D;
}
</style>