Shades of Yellow Sea #EDA735
Tints of Yellow Sea #EDA735
RGB
CMYK
RGB Variations
Color information
#EDA735 (or 0xEDA735) is known color: Yellow Sea. HEX triplet: ED, A7 and 35. RGB value is (237,167,53). Sum of RGB (Red+Green+Blue) = 237+167+53=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA735 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA735 is #1258CA. Grayscale: #AFAFAF. Windows color (decimal): -1202379 or 3516397. OLE color: 3516397.
HSL color Cylindrical-coordinate representation of color #EDA735: hue angle of 37.17º 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 #EDA735 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 53 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.07 |
| HSL | 37.17º | 0.84% | 0.57% | - |
| HSV(B) | 37.17º | 0.78% | 0.93% | - |
| XYZ | 49.39 | 45.9 | 9.62 | - |
| YUV | 174.93 | 59.19 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 53 | 0 | 0.30 | 0.78 | 0.07 | 37.17 | 0.84 | 0.57 |
| Hex | ED | A7 | 35 | 0 | 1E | 4E | 7 | 25 | 54 | 39 |
| Octal | 355 | 247 | 65 | 0 | 36 | 116 | 7 | 45 | 124 | 71 |
| Binary | 11101101 | 10100111 | 110101 | 0 | 11110 | 1001110 | 111 | 100101 | 1010100 | 111001 |
Color Harmonies of #EDA735
Complementary color
Monochromatic Colors of #EDA735
Black with #EDA735
Text Example
Text Example
White with #EDA735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA735; }
p { color: rgb(237,167,53); }
H1.HeaderClassName
{
color: #EDA735;
}
.AnyTagClassName
{
color: #EDA735;
}
</style>
background-color css
<style>
a { background-color: #EDA735; }
a { background-color: rgb(237,167,53); }
div.DivClassName
{
background-color: #EDA735;
}
.BgClassName
{
background-color: #EDA735;
}
</style>
border-color css
<style>
span { border-color: #EDA735; }
span { border-color: rgb(237,167,53); }
td.TdClassName
{
border-color: #EDA735;
}
.TagClassName
{
border-color: #EDA735;
}
</style>