Shades of Yellow Sea #EDA03A
Tints of Yellow Sea #EDA03A
RGB
CMYK
RGB Variations
Color information
#EDA03A (or 0xEDA03A) is known color: Yellow Sea. HEX triplet: ED, A0 and 3A. RGB value is (237,160,58). Sum of RGB (Red+Green+Blue) = 237+160+58=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA03A is #125FC5. Grayscale: #ABABAB. Windows color (decimal): -1204166 or 3842285. OLE color: 3842285.
HSL color Cylindrical-coordinate representation of color #EDA03A: hue angle of 34.19º 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 #EDA03A is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 58 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.07 |
| HSL | 34.19º | 0.83% | 0.58% | - |
| HSV(B) | 34.19º | 0.76% | 0.93% | - |
| XYZ | 48.26 | 43.45 | 9.85 | - |
| YUV | 171.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 58 | 0 | 0.32 | 0.76 | 0.07 | 34.19 | 0.83 | 0.58 |
| Hex | ED | A0 | 3A | 0 | 20 | 4C | 7 | 22 | 53 | 3A |
| Octal | 355 | 240 | 72 | 0 | 40 | 114 | 7 | 42 | 123 | 72 |
| Binary | 11101101 | 10100000 | 111010 | 0 | 100000 | 1001100 | 111 | 100010 | 1010011 | 111010 |
Color Harmonies of #EDA03A
Complementary color
Monochromatic Colors of #EDA03A
Black with #EDA03A
Text Example
Text Example
White with #EDA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA03A; }
p { color: rgb(237,160,58); }
H1.HeaderClassName
{
color: #EDA03A;
}
.AnyTagClassName
{
color: #EDA03A;
}
</style>
background-color css
<style>
a { background-color: #EDA03A; }
a { background-color: rgb(237,160,58); }
div.DivClassName
{
background-color: #EDA03A;
}
.BgClassName
{
background-color: #EDA03A;
}
</style>
border-color css
<style>
span { border-color: #EDA03A; }
span { border-color: rgb(237,160,58); }
td.TdClassName
{
border-color: #EDA03A;
}
.TagClassName
{
border-color: #EDA03A;
}
</style>