Shades of Yellow Sea #EDA637
Tints of Yellow Sea #EDA637
RGB
CMYK
RGB Variations
Color information
#EDA637 (or 0xEDA637) is known color: Yellow Sea. HEX triplet: ED, A6 and 37. RGB value is (237,166,55). Sum of RGB (Red+Green+Blue) = 237+166+55=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA637 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA637 is #1259C8. Grayscale: #AFAFAF. Windows color (decimal): -1202633 or 3647213. OLE color: 3647213.
HSL color Cylindrical-coordinate representation of color #EDA637: hue angle of 36.59º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDA637 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 55 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.07 |
| HSL | 36.59º | 0.83% | 0.57% | - |
| HSV(B) | 36.59º | 0.77% | 0.93% | - |
| XYZ | 49.25 | 45.55 | 9.81 | - |
| YUV | 174.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 55 | 0 | 0.30 | 0.77 | 0.07 | 36.59 | 0.83 | 0.57 |
| Hex | ED | A6 | 37 | 0 | 1E | 4D | 7 | 25 | 53 | 39 |
| Octal | 355 | 246 | 67 | 0 | 36 | 115 | 7 | 45 | 123 | 71 |
| Binary | 11101101 | 10100110 | 110111 | 0 | 11110 | 1001101 | 111 | 100101 | 1010011 | 111001 |
Color Harmonies of #EDA637
Complementary color
Monochromatic Colors of #EDA637
Black with #EDA637
Text Example
Text Example
White with #EDA637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA637; }
p { color: rgb(237,166,55); }
H1.HeaderClassName
{
color: #EDA637;
}
.AnyTagClassName
{
color: #EDA637;
}
</style>
background-color css
<style>
a { background-color: #EDA637; }
a { background-color: rgb(237,166,55); }
div.DivClassName
{
background-color: #EDA637;
}
.BgClassName
{
background-color: #EDA637;
}
</style>
border-color css
<style>
span { border-color: #EDA637; }
span { border-color: rgb(237,166,55); }
td.TdClassName
{
border-color: #EDA637;
}
.TagClassName
{
border-color: #EDA637;
}
</style>