Shades of Yellow Sea #EDA137
Tints of Yellow Sea #EDA137
RGB
CMYK
RGB Variations
Color information
#EDA137 (or 0xEDA137) is known color: Yellow Sea. HEX triplet: ED, A1 and 37. RGB value is (237,161,55). Sum of RGB (Red+Green+Blue) = 237+161+55=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA137 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA137 is #125EC8. Grayscale: #ACACAC. Windows color (decimal): -1203913 or 3645933. OLE color: 3645933.
HSL color Cylindrical-coordinate representation of color #EDA137: hue angle of 34.95º 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 #EDA137 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 55 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.07 |
| HSL | 34.95º | 0.83% | 0.57% | - |
| HSV(B) | 34.95º | 0.77% | 0.93% | - |
| XYZ | 48.36 | 43.77 | 9.51 | - |
| YUV | 171.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 55 | 0 | 0.32 | 0.77 | 0.07 | 34.95 | 0.83 | 0.57 |
| Hex | ED | A1 | 37 | 0 | 20 | 4D | 7 | 23 | 53 | 39 |
| Octal | 355 | 241 | 67 | 0 | 40 | 115 | 7 | 43 | 123 | 71 |
| Binary | 11101101 | 10100001 | 110111 | 0 | 100000 | 1001101 | 111 | 100011 | 1010011 | 111001 |
Color Harmonies of #EDA137
Complementary color
Monochromatic Colors of #EDA137
Black with #EDA137
Text Example
Text Example
White with #EDA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA137; }
p { color: rgb(237,161,55); }
H1.HeaderClassName
{
color: #EDA137;
}
.AnyTagClassName
{
color: #EDA137;
}
</style>
background-color css
<style>
a { background-color: #EDA137; }
a { background-color: rgb(237,161,55); }
div.DivClassName
{
background-color: #EDA137;
}
.BgClassName
{
background-color: #EDA137;
}
</style>
border-color css
<style>
span { border-color: #EDA137; }
span { border-color: rgb(237,161,55); }
td.TdClassName
{
border-color: #EDA137;
}
.TagClassName
{
border-color: #EDA137;
}
</style>