Shades of Yellow Sea #EDA036
Tints of Yellow Sea #EDA036
RGB
CMYK
RGB Variations
Color information
#EDA036 (or 0xEDA036) is known color: Yellow Sea. HEX triplet: ED, A0 and 36. RGB value is (237,160,54). Sum of RGB (Red+Green+Blue) = 237+160+54=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA036 is #125FC9. Grayscale: #ABABAB. Windows color (decimal): -1204170 or 3580141. OLE color: 3580141.
HSL color Cylindrical-coordinate representation of color #EDA036: hue angle of 34.75º degrees, saturation: 0.84, 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 #EDA036 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 54 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.07 |
| HSL | 34.75º | 0.84% | 0.57% | - |
| HSV(B) | 34.75º | 0.77% | 0.93% | - |
| XYZ | 48.16 | 43.41 | 9.33 | - |
| YUV | 170.94 | 62.01 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 54 | 0 | 0.32 | 0.77 | 0.07 | 34.75 | 0.84 | 0.57 |
| Hex | ED | A0 | 36 | 0 | 20 | 4D | 7 | 23 | 54 | 39 |
| Octal | 355 | 240 | 66 | 0 | 40 | 115 | 7 | 43 | 124 | 71 |
| Binary | 11101101 | 10100000 | 110110 | 0 | 100000 | 1001101 | 111 | 100011 | 1010100 | 111001 |
Color Harmonies of #EDA036
Complementary color
Monochromatic Colors of #EDA036
Black with #EDA036
Text Example
Text Example
White with #EDA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA036; }
p { color: rgb(237,160,54); }
H1.HeaderClassName
{
color: #EDA036;
}
.AnyTagClassName
{
color: #EDA036;
}
</style>
background-color css
<style>
a { background-color: #EDA036; }
a { background-color: rgb(237,160,54); }
div.DivClassName
{
background-color: #EDA036;
}
.BgClassName
{
background-color: #EDA036;
}
</style>
border-color css
<style>
span { border-color: #EDA036; }
span { border-color: rgb(237,160,54); }
td.TdClassName
{
border-color: #EDA036;
}
.TagClassName
{
border-color: #EDA036;
}
</style>