Shades of Yellow Sea #EDA03B
Tints of Yellow Sea #EDA03B
RGB
CMYK
RGB Variations
Color information
#EDA03B (or 0xEDA03B) is known color: Yellow Sea. HEX triplet: ED, A0 and 3B. RGB value is (237,160,59). Sum of RGB (Red+Green+Blue) = 237+160+59=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA03B is #125FC4. Grayscale: #ABABAB. Windows color (decimal): -1204165 or 3907821. OLE color: 3907821.
HSL color Cylindrical-coordinate representation of color #EDA03B: hue angle of 34.04º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDA03B is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 59 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.07 |
| HSL | 34.04º | 0.83% | 0.58% | - |
| HSV(B) | 34.04º | 0.75% | 0.93% | - |
| XYZ | 48.29 | 43.46 | 9.98 | - |
| YUV | 171.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 59 | 0 | 0.32 | 0.75 | 0.07 | 34.04 | 0.83 | 0.58 |
| Hex | ED | A0 | 3B | 0 | 20 | 4B | 7 | 22 | 53 | 3A |
| Octal | 355 | 240 | 73 | 0 | 40 | 113 | 7 | 42 | 123 | 72 |
| Binary | 11101101 | 10100000 | 111011 | 0 | 100000 | 1001011 | 111 | 100010 | 1010011 | 111010 |
Color Harmonies of #EDA03B
Complementary color
Monochromatic Colors of #EDA03B
Black with #EDA03B
Text Example
Text Example
White with #EDA03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA03B; }
p { color: rgb(237,160,59); }
H1.HeaderClassName
{
color: #EDA03B;
}
.AnyTagClassName
{
color: #EDA03B;
}
</style>
background-color css
<style>
a { background-color: #EDA03B; }
a { background-color: rgb(237,160,59); }
div.DivClassName
{
background-color: #EDA03B;
}
.BgClassName
{
background-color: #EDA03B;
}
</style>
border-color css
<style>
span { border-color: #EDA03B; }
span { border-color: rgb(237,160,59); }
td.TdClassName
{
border-color: #EDA03B;
}
.TagClassName
{
border-color: #EDA03B;
}
</style>