Shades of Yellow Sea #EDA13F
Tints of Yellow Sea #EDA13F
RGB
CMYK
RGB Variations
Color information
#EDA13F (or 0xEDA13F) is known color: Yellow Sea. HEX triplet: ED, A1 and 3F. RGB value is (237,161,63). Sum of RGB (Red+Green+Blue) = 237+161+63=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA13F is #125EC0. Grayscale: #ADADAD. Windows color (decimal): -1203905 or 4170221. OLE color: 4170221.
HSL color Cylindrical-coordinate representation of color #EDA13F: hue angle of 33.79º 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 #EDA13F is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 63 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.07 |
| HSL | 33.79º | 0.83% | 0.59% | - |
| HSV(B) | 33.79º | 0.73% | 0.93% | - |
| XYZ | 48.57 | 43.85 | 10.61 | - |
| YUV | 172.55 | 66.18 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 63 | 0 | 0.32 | 0.73 | 0.07 | 33.79 | 0.83 | 0.59 |
| Hex | ED | A1 | 3F | 0 | 20 | 49 | 7 | 22 | 53 | 3B |
| Octal | 355 | 241 | 77 | 0 | 40 | 111 | 7 | 42 | 123 | 73 |
| Binary | 11101101 | 10100001 | 111111 | 0 | 100000 | 1001001 | 111 | 100010 | 1010011 | 111011 |
Color Harmonies of #EDA13F
Complementary color
Monochromatic Colors of #EDA13F
Black with #EDA13F
Text Example
Text Example
White with #EDA13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA13F; }
p { color: rgb(237,161,63); }
H1.HeaderClassName
{
color: #EDA13F;
}
.AnyTagClassName
{
color: #EDA13F;
}
</style>
background-color css
<style>
a { background-color: #EDA13F; }
a { background-color: rgb(237,161,63); }
div.DivClassName
{
background-color: #EDA13F;
}
.BgClassName
{
background-color: #EDA13F;
}
</style>
border-color css
<style>
span { border-color: #EDA13F; }
span { border-color: rgb(237,161,63); }
td.TdClassName
{
border-color: #EDA13F;
}
.TagClassName
{
border-color: #EDA13F;
}
</style>