Shades of Yellow Sea #EDA041
Tints of Yellow Sea #EDA041
RGB
CMYK
RGB Variations
Color information
#EDA041 (or 0xEDA041) is known color: Yellow Sea. HEX triplet: ED, A0 and 41. RGB value is (237,160,65). Sum of RGB (Red+Green+Blue) = 237+160+65=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA041 is #125FBE. Grayscale: #ACACAC. Windows color (decimal): -1204159 or 4301037. OLE color: 4301037.
HSL color Cylindrical-coordinate representation of color #EDA041: hue angle of 33.14º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDA041 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 65 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.07 |
| HSL | 33.14º | 0.83% | 0.59% | - |
| HSV(B) | 33.14º | 0.73% | 0.93% | - |
| XYZ | 48.45 | 43.53 | 10.85 | - |
| YUV | 172.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 65 | 0 | 0.32 | 0.73 | 0.07 | 33.14 | 0.83 | 0.59 |
| Hex | ED | A0 | 41 | 0 | 20 | 49 | 7 | 21 | 53 | 3B |
| Octal | 355 | 240 | 101 | 0 | 40 | 111 | 7 | 41 | 123 | 73 |
| Binary | 11101101 | 10100000 | 1000001 | 0 | 100000 | 1001001 | 111 | 100001 | 1010011 | 111011 |
Color Harmonies of #EDA041
Complementary color
Monochromatic Colors of #EDA041
Black with #EDA041
Text Example
Text Example
White with #EDA041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA041; }
p { color: rgb(237,160,65); }
H1.HeaderClassName
{
color: #EDA041;
}
.AnyTagClassName
{
color: #EDA041;
}
</style>
background-color css
<style>
a { background-color: #EDA041; }
a { background-color: rgb(237,160,65); }
div.DivClassName
{
background-color: #EDA041;
}
.BgClassName
{
background-color: #EDA041;
}
</style>
border-color css
<style>
span { border-color: #EDA041; }
span { border-color: rgb(237,160,65); }
td.TdClassName
{
border-color: #EDA041;
}
.TagClassName
{
border-color: #EDA041;
}
</style>