Shades of Yellow Sea #EDA032
Tints of Yellow Sea #EDA032
RGB
CMYK
RGB Variations
Color information
#EDA032 (or 0xEDA032) is known color: Yellow Sea. HEX triplet: ED, A0 and 32. RGB value is (237,160,50). Sum of RGB (Red+Green+Blue) = 237+160+50=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA032 is #125FCD. Grayscale: #ABABAB. Windows color (decimal): -1204174 or 3317997. OLE color: 3317997.
HSL color Cylindrical-coordinate representation of color #EDA032: hue angle of 35.29º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDA032 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 50 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.07 |
| HSL | 35.29º | 0.84% | 0.56% | - |
| HSV(B) | 35.29º | 0.79% | 0.93% | - |
| XYZ | 48.07 | 43.38 | 8.86 | - |
| YUV | 170.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 50 | 0 | 0.32 | 0.79 | 0.07 | 35.29 | 0.84 | 0.56 |
| Hex | ED | A0 | 32 | 0 | 20 | 4F | 7 | 23 | 54 | 38 |
| Octal | 355 | 240 | 62 | 0 | 40 | 117 | 7 | 43 | 124 | 70 |
| Binary | 11101101 | 10100000 | 110010 | 0 | 100000 | 1001111 | 111 | 100011 | 1010100 | 111000 |
Color Harmonies of #EDA032
Complementary color
Monochromatic Colors of #EDA032
Black with #EDA032
Text Example
Text Example
White with #EDA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA032; }
p { color: rgb(237,160,50); }
H1.HeaderClassName
{
color: #EDA032;
}
.AnyTagClassName
{
color: #EDA032;
}
</style>
background-color css
<style>
a { background-color: #EDA032; }
a { background-color: rgb(237,160,50); }
div.DivClassName
{
background-color: #EDA032;
}
.BgClassName
{
background-color: #EDA032;
}
</style>
border-color css
<style>
span { border-color: #EDA032; }
span { border-color: rgb(237,160,50); }
td.TdClassName
{
border-color: #EDA032;
}
.TagClassName
{
border-color: #EDA032;
}
</style>