Shades of Yellow Sea #ED982D
Tints of Yellow Sea #ED982D
RGB
CMYK
RGB Variations
Color information
#ED982D (or 0xED982D) is known color: Yellow Sea. HEX triplet: ED, 98 and 2D. RGB value is (237,152,45). Sum of RGB (Red+Green+Blue) = 237+152+45=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED982D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED982D is #1267D2. Grayscale: #A5A5A5. Windows color (decimal): -1206227 or 2988269. OLE color: 2988269.
HSL color Cylindrical-coordinate representation of color #ED982D: hue angle of 33.44º 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 #ED982D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 45 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.07 |
| HSL | 33.44º | 0.84% | 0.55% | - |
| HSV(B) | 33.44º | 0.81% | 0.93% | - |
| XYZ | 46.63 | 40.65 | 7.87 | - |
| YUV | 165.22 | 60.16 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 45 | 0 | 0.36 | 0.81 | 0.07 | 33.44 | 0.84 | 0.55 |
| Hex | ED | 98 | 2D | 0 | 24 | 51 | 7 | 21 | 54 | 37 |
| Octal | 355 | 230 | 55 | 0 | 44 | 121 | 7 | 41 | 124 | 67 |
| Binary | 11101101 | 10011000 | 101101 | 0 | 100100 | 1010001 | 111 | 100001 | 1010100 | 110111 |
Color Harmonies of #ED982D
Complementary color
Monochromatic Colors of #ED982D
Black with #ED982D
Text Example
Text Example
White with #ED982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED982D; }
p { color: rgb(237,152,45); }
H1.HeaderClassName
{
color: #ED982D;
}
.AnyTagClassName
{
color: #ED982D;
}
</style>
background-color css
<style>
a { background-color: #ED982D; }
a { background-color: rgb(237,152,45); }
div.DivClassName
{
background-color: #ED982D;
}
.BgClassName
{
background-color: #ED982D;
}
</style>
border-color css
<style>
span { border-color: #ED982D; }
span { border-color: rgb(237,152,45); }
td.TdClassName
{
border-color: #ED982D;
}
.TagClassName
{
border-color: #ED982D;
}
</style>