Shades of Yellow Sea #EDA437
Tints of Yellow Sea #EDA437
RGB
CMYK
RGB Variations
Color information
#EDA437 (or 0xEDA437) is known color: Yellow Sea. HEX triplet: ED, A4 and 37. RGB value is (237,164,55). Sum of RGB (Red+Green+Blue) = 237+164+55=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 55 (21.88% from 255 or 12.06% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA437 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA437 is #125BC8. Grayscale: #ADADAD. Windows color (decimal): -1203145 or 3646701. OLE color: 3646701.
HSL color Cylindrical-coordinate representation of color #EDA437: hue angle of 35.93º 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 #EDA437 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 55 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.07 |
| HSL | 35.93º | 0.83% | 0.57% | - |
| HSV(B) | 35.93º | 0.77% | 0.93% | - |
| XYZ | 48.89 | 44.83 | 9.69 | - |
| YUV | 173.4 | 61.18 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 55 | 0 | 0.31 | 0.77 | 0.07 | 35.93 | 0.83 | 0.57 |
| Hex | ED | A4 | 37 | 0 | 1F | 4D | 7 | 24 | 53 | 39 |
| Octal | 355 | 244 | 67 | 0 | 37 | 115 | 7 | 44 | 123 | 71 |
| Binary | 11101101 | 10100100 | 110111 | 0 | 11111 | 1001101 | 111 | 100100 | 1010011 | 111001 |
Color Harmonies of #EDA437
Complementary color
Monochromatic Colors of #EDA437
Black with #EDA437
Text Example
Text Example
White with #EDA437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA437; }
p { color: rgb(237,164,55); }
H1.HeaderClassName
{
color: #EDA437;
}
.AnyTagClassName
{
color: #EDA437;
}
</style>
background-color css
<style>
a { background-color: #EDA437; }
a { background-color: rgb(237,164,55); }
div.DivClassName
{
background-color: #EDA437;
}
.BgClassName
{
background-color: #EDA437;
}
</style>
border-color css
<style>
span { border-color: #EDA437; }
span { border-color: rgb(237,164,55); }
td.TdClassName
{
border-color: #EDA437;
}
.TagClassName
{
border-color: #EDA437;
}
</style>