Shades of Yellow Sea #EDA73A
Tints of Yellow Sea #EDA73A
RGB
CMYK
RGB Variations
Color information
#EDA73A (or 0xEDA73A) is known color: Yellow Sea. HEX triplet: ED, A7 and 3A. RGB value is (237,167,58). Sum of RGB (Red+Green+Blue) = 237+167+58=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA73A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA73A is #1258C5. Grayscale: #B0B0B0. Windows color (decimal): -1202374 or 3844077. OLE color: 3844077.
HSL color Cylindrical-coordinate representation of color #EDA73A: hue angle of 36.54º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDA73A is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 58 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.07 |
| HSL | 36.54º | 0.83% | 0.58% | - |
| HSV(B) | 36.54º | 0.76% | 0.93% | - |
| XYZ | 49.51 | 45.95 | 10.26 | - |
| YUV | 175.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 58 | 0 | 0.30 | 0.76 | 0.07 | 36.54 | 0.83 | 0.58 |
| Hex | ED | A7 | 3A | 0 | 1E | 4C | 7 | 25 | 53 | 3A |
| Octal | 355 | 247 | 72 | 0 | 36 | 114 | 7 | 45 | 123 | 72 |
| Binary | 11101101 | 10100111 | 111010 | 0 | 11110 | 1001100 | 111 | 100101 | 1010011 | 111010 |
Color Harmonies of #EDA73A
Complementary color
Monochromatic Colors of #EDA73A
Black with #EDA73A
Text Example
Text Example
White with #EDA73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA73A; }
p { color: rgb(237,167,58); }
H1.HeaderClassName
{
color: #EDA73A;
}
.AnyTagClassName
{
color: #EDA73A;
}
</style>
background-color css
<style>
a { background-color: #EDA73A; }
a { background-color: rgb(237,167,58); }
div.DivClassName
{
background-color: #EDA73A;
}
.BgClassName
{
background-color: #EDA73A;
}
</style>
border-color css
<style>
span { border-color: #EDA73A; }
span { border-color: rgb(237,167,58); }
td.TdClassName
{
border-color: #EDA73A;
}
.TagClassName
{
border-color: #EDA73A;
}
</style>