Shades of Yellow Sea #EDA031
Tints of Yellow Sea #EDA031
RGB
CMYK
RGB Variations
Color information
#EDA031 (or 0xEDA031) is known color: Yellow Sea. HEX triplet: ED, A0 and 31. RGB value is (237,160,49). Sum of RGB (Red+Green+Blue) = 237+160+49=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA031 is #125FCE. Grayscale: #AAAAAA. Windows color (decimal): -1204175 or 3252461. OLE color: 3252461.
HSL color Cylindrical-coordinate representation of color #EDA031: hue angle of 35.43º 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 #EDA031 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 49 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.07 |
| HSL | 35.43º | 0.84% | 0.56% | - |
| HSV(B) | 35.43º | 0.79% | 0.93% | - |
| XYZ | 48.05 | 43.37 | 8.74 | - |
| YUV | 170.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 49 | 0 | 0.32 | 0.79 | 0.07 | 35.43 | 0.84 | 0.56 |
| Hex | ED | A0 | 31 | 0 | 20 | 4F | 7 | 23 | 54 | 38 |
| Octal | 355 | 240 | 61 | 0 | 40 | 117 | 7 | 43 | 124 | 70 |
| Binary | 11101101 | 10100000 | 110001 | 0 | 100000 | 1001111 | 111 | 100011 | 1010100 | 111000 |
Color Harmonies of #EDA031
Complementary color
Monochromatic Colors of #EDA031
Black with #EDA031
Text Example
Text Example
White with #EDA031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA031; }
p { color: rgb(237,160,49); }
H1.HeaderClassName
{
color: #EDA031;
}
.AnyTagClassName
{
color: #EDA031;
}
</style>
background-color css
<style>
a { background-color: #EDA031; }
a { background-color: rgb(237,160,49); }
div.DivClassName
{
background-color: #EDA031;
}
.BgClassName
{
background-color: #EDA031;
}
</style>
border-color css
<style>
span { border-color: #EDA031; }
span { border-color: rgb(237,160,49); }
td.TdClassName
{
border-color: #EDA031;
}
.TagClassName
{
border-color: #EDA031;
}
</style>