Shades of Yellow Sea #ED9631
Tints of Yellow Sea #ED9631
RGB
CMYK
RGB Variations
Color information
#ED9631 (or 0xED9631) is known color: Yellow Sea. HEX triplet: ED, 96 and 31. RGB value is (237,150,49). Sum of RGB (Red+Green+Blue) = 237+150+49=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9631 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9631 is #1269CE. Grayscale: #A4A4A4. Windows color (decimal): -1206735 or 3249901. OLE color: 3249901.
HSL color Cylindrical-coordinate representation of color #ED9631: hue angle of 32.23º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED9631 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 49 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.07 |
| HSL | 32.23º | 0.84% | 0.56% | - |
| HSV(B) | 32.23º | 0.79% | 0.93% | - |
| XYZ | 46.39 | 40.04 | 8.19 | - |
| YUV | 164.5 | 62.82 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 49 | 0 | 0.37 | 0.79 | 0.07 | 32.23 | 0.84 | 0.56 |
| Hex | ED | 96 | 31 | 0 | 25 | 4F | 7 | 20 | 54 | 38 |
| Octal | 355 | 226 | 61 | 0 | 45 | 117 | 7 | 40 | 124 | 70 |
| Binary | 11101101 | 10010110 | 110001 | 0 | 100101 | 1001111 | 111 | 100000 | 1010100 | 111000 |
Color Harmonies of #ED9631
Complementary color
Monochromatic Colors of #ED9631
Black with #ED9631
Text Example
Text Example
White with #ED9631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9631; }
p { color: rgb(237,150,49); }
H1.HeaderClassName
{
color: #ED9631;
}
.AnyTagClassName
{
color: #ED9631;
}
</style>
background-color css
<style>
a { background-color: #ED9631; }
a { background-color: rgb(237,150,49); }
div.DivClassName
{
background-color: #ED9631;
}
.BgClassName
{
background-color: #ED9631;
}
</style>
border-color css
<style>
span { border-color: #ED9631; }
span { border-color: rgb(237,150,49); }
td.TdClassName
{
border-color: #ED9631;
}
.TagClassName
{
border-color: #ED9631;
}
</style>