Shades of Yellow Sea #EDA139
Tints of Yellow Sea #EDA139
RGB
CMYK
RGB Variations
Color information
#EDA139 (or 0xEDA139) is known color: Yellow Sea. HEX triplet: ED, A1 and 39. RGB value is (237,161,57). Sum of RGB (Red+Green+Blue) = 237+161+57=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA139 is #125EC6. Grayscale: #ACACAC. Windows color (decimal): -1203911 or 3777005. OLE color: 3777005.
HSL color Cylindrical-coordinate representation of color #EDA139: hue angle of 34.67º 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 #EDA139 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 57 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.07 |
| HSL | 34.67º | 0.83% | 0.58% | - |
| HSV(B) | 34.67º | 0.76% | 0.93% | - |
| XYZ | 48.41 | 43.79 | 9.77 | - |
| YUV | 171.87 | 63.18 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 57 | 0 | 0.32 | 0.76 | 0.07 | 34.67 | 0.83 | 0.58 |
| Hex | ED | A1 | 39 | 0 | 20 | 4C | 7 | 23 | 53 | 3A |
| Octal | 355 | 241 | 71 | 0 | 40 | 114 | 7 | 43 | 123 | 72 |
| Binary | 11101101 | 10100001 | 111001 | 0 | 100000 | 1001100 | 111 | 100011 | 1010011 | 111010 |
Color Harmonies of #EDA139
Complementary color
Monochromatic Colors of #EDA139
Black with #EDA139
Text Example
Text Example
White with #EDA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA139; }
p { color: rgb(237,161,57); }
H1.HeaderClassName
{
color: #EDA139;
}
.AnyTagClassName
{
color: #EDA139;
}
</style>
background-color css
<style>
a { background-color: #EDA139; }
a { background-color: rgb(237,161,57); }
div.DivClassName
{
background-color: #EDA139;
}
.BgClassName
{
background-color: #EDA139;
}
</style>
border-color css
<style>
span { border-color: #EDA139; }
span { border-color: rgb(237,161,57); }
td.TdClassName
{
border-color: #EDA139;
}
.TagClassName
{
border-color: #EDA139;
}
</style>