Shades of Yellow Sea #ED9838
Tints of Yellow Sea #ED9838
RGB
CMYK
RGB Variations
Color information
#ED9838 (or 0xED9838) is known color: Yellow Sea. HEX triplet: ED, 98 and 38. RGB value is (237,152,56). Sum of RGB (Red+Green+Blue) = 237+152+56=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9838 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9838 is #1267C7. Grayscale: #A6A6A6. Windows color (decimal): -1206216 or 3709165. OLE color: 3709165.
HSL color Cylindrical-coordinate representation of color #ED9838: hue angle of 31.82º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED9838 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 56 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.07 |
| HSL | 31.82º | 0.83% | 0.57% | - |
| HSV(B) | 31.82º | 0.76% | 0.93% | - |
| XYZ | 46.87 | 40.75 | 9.14 | - |
| YUV | 166.47 | 65.66 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 56 | 0 | 0.36 | 0.76 | 0.07 | 31.82 | 0.83 | 0.57 |
| Hex | ED | 98 | 38 | 0 | 24 | 4C | 7 | 20 | 53 | 39 |
| Octal | 355 | 230 | 70 | 0 | 44 | 114 | 7 | 40 | 123 | 71 |
| Binary | 11101101 | 10011000 | 111000 | 0 | 100100 | 1001100 | 111 | 100000 | 1010011 | 111001 |
Color Harmonies of #ED9838
Complementary color
Monochromatic Colors of #ED9838
Black with #ED9838
Text Example
Text Example
White with #ED9838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9838; }
p { color: rgb(237,152,56); }
H1.HeaderClassName
{
color: #ED9838;
}
.AnyTagClassName
{
color: #ED9838;
}
</style>
background-color css
<style>
a { background-color: #ED9838; }
a { background-color: rgb(237,152,56); }
div.DivClassName
{
background-color: #ED9838;
}
.BgClassName
{
background-color: #ED9838;
}
</style>
border-color css
<style>
span { border-color: #ED9838; }
span { border-color: rgb(237,152,56); }
td.TdClassName
{
border-color: #ED9838;
}
.TagClassName
{
border-color: #ED9838;
}
</style>