Shades of Yellow Sea #ED983A
Tints of Yellow Sea #ED983A
RGB
CMYK
RGB Variations
Color information
#ED983A (or 0xED983A) is known color: Yellow Sea. HEX triplet: ED, 98 and 3A. RGB value is (237,152,58). Sum of RGB (Red+Green+Blue) = 237+152+58=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED983A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED983A is #1267C5. Grayscale: #A7A7A7. Windows color (decimal): -1206214 or 3840237. OLE color: 3840237.
HSL color Cylindrical-coordinate representation of color #ED983A: hue angle of 31.51º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED983A is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 58 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.07 |
| HSL | 31.51º | 0.83% | 0.58% | - |
| HSV(B) | 31.51º | 0.76% | 0.93% | - |
| XYZ | 46.92 | 40.77 | 9.4 | - |
| YUV | 166.7 | 66.66 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 58 | 0 | 0.36 | 0.76 | 0.07 | 31.51 | 0.83 | 0.58 |
| Hex | ED | 98 | 3A | 0 | 24 | 4C | 7 | 20 | 53 | 3A |
| Octal | 355 | 230 | 72 | 0 | 44 | 114 | 7 | 40 | 123 | 72 |
| Binary | 11101101 | 10011000 | 111010 | 0 | 100100 | 1001100 | 111 | 100000 | 1010011 | 111010 |
Color Harmonies of #ED983A
Complementary color
Monochromatic Colors of #ED983A
Black with #ED983A
Text Example
Text Example
White with #ED983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED983A; }
p { color: rgb(237,152,58); }
H1.HeaderClassName
{
color: #ED983A;
}
.AnyTagClassName
{
color: #ED983A;
}
</style>
background-color css
<style>
a { background-color: #ED983A; }
a { background-color: rgb(237,152,58); }
div.DivClassName
{
background-color: #ED983A;
}
.BgClassName
{
background-color: #ED983A;
}
</style>
border-color css
<style>
span { border-color: #ED983A; }
span { border-color: rgb(237,152,58); }
td.TdClassName
{
border-color: #ED983A;
}
.TagClassName
{
border-color: #ED983A;
}
</style>