Shades of Yellow Sea #EDA035
Tints of Yellow Sea #EDA035
RGB
CMYK
RGB Variations
Color information
#EDA035 (or 0xEDA035) is known color: Yellow Sea. HEX triplet: ED, A0 and 35. RGB value is (237,160,53). Sum of RGB (Red+Green+Blue) = 237+160+53=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA035 is #125FCA. Grayscale: #ABABAB. Windows color (decimal): -1204171 or 3514605. OLE color: 3514605.
HSL color Cylindrical-coordinate representation of color #EDA035: hue angle of 34.89º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA035 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 53 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.07 |
| HSL | 34.89º | 0.84% | 0.57% | - |
| HSV(B) | 34.89º | 0.78% | 0.93% | - |
| XYZ | 48.14 | 43.4 | 9.21 | - |
| YUV | 170.83 | 61.51 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 53 | 0 | 0.32 | 0.78 | 0.07 | 34.89 | 0.84 | 0.57 |
| Hex | ED | A0 | 35 | 0 | 20 | 4E | 7 | 23 | 54 | 39 |
| Octal | 355 | 240 | 65 | 0 | 40 | 116 | 7 | 43 | 124 | 71 |
| Binary | 11101101 | 10100000 | 110101 | 0 | 100000 | 1001110 | 111 | 100011 | 1010100 | 111001 |
Color Harmonies of #EDA035
Complementary color
Monochromatic Colors of #EDA035
Black with #EDA035
Text Example
Text Example
White with #EDA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA035; }
p { color: rgb(237,160,53); }
H1.HeaderClassName
{
color: #EDA035;
}
.AnyTagClassName
{
color: #EDA035;
}
</style>
background-color css
<style>
a { background-color: #EDA035; }
a { background-color: rgb(237,160,53); }
div.DivClassName
{
background-color: #EDA035;
}
.BgClassName
{
background-color: #EDA035;
}
</style>
border-color css
<style>
span { border-color: #EDA035; }
span { border-color: rgb(237,160,53); }
td.TdClassName
{
border-color: #EDA035;
}
.TagClassName
{
border-color: #EDA035;
}
</style>