Shades of Yellow Sea #EDA03F
Tints of Yellow Sea #EDA03F
RGB
CMYK
RGB Variations
Color information
#EDA03F (or 0xEDA03F) is known color: Yellow Sea. HEX triplet: ED, A0 and 3F. RGB value is (237,160,63). Sum of RGB (Red+Green+Blue) = 237+160+63=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA03F is #125FC0. Grayscale: #ACACAC. Windows color (decimal): -1204161 or 4169965. OLE color: 4169965.
HSL color Cylindrical-coordinate representation of color #EDA03F: hue angle of 33.45º 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 #EDA03F is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 63 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.07 |
| HSL | 33.45º | 0.83% | 0.59% | - |
| HSV(B) | 33.45º | 0.73% | 0.93% | - |
| XYZ | 48.39 | 43.51 | 10.55 | - |
| YUV | 171.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 63 | 0 | 0.32 | 0.73 | 0.07 | 33.45 | 0.83 | 0.59 |
| Hex | ED | A0 | 3F | 0 | 20 | 49 | 7 | 21 | 53 | 3B |
| Octal | 355 | 240 | 77 | 0 | 40 | 111 | 7 | 41 | 123 | 73 |
| Binary | 11101101 | 10100000 | 111111 | 0 | 100000 | 1001001 | 111 | 100001 | 1010011 | 111011 |
Color Harmonies of #EDA03F
Complementary color
Monochromatic Colors of #EDA03F
Black with #EDA03F
Text Example
Text Example
White with #EDA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA03F; }
p { color: rgb(237,160,63); }
H1.HeaderClassName
{
color: #EDA03F;
}
.AnyTagClassName
{
color: #EDA03F;
}
</style>
background-color css
<style>
a { background-color: #EDA03F; }
a { background-color: rgb(237,160,63); }
div.DivClassName
{
background-color: #EDA03F;
}
.BgClassName
{
background-color: #EDA03F;
}
</style>
border-color css
<style>
span { border-color: #EDA03F; }
span { border-color: rgb(237,160,63); }
td.TdClassName
{
border-color: #EDA03F;
}
.TagClassName
{
border-color: #EDA03F;
}
</style>