Shades of Yellow Sea #EDA03D
Tints of Yellow Sea #EDA03D
RGB
CMYK
RGB Variations
Color information
#EDA03D (or 0xEDA03D) is known color: Yellow Sea. HEX triplet: ED, A0 and 3D. RGB value is (237,160,61). Sum of RGB (Red+Green+Blue) = 237+160+61=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA03D is #125FC2. Grayscale: #ACACAC. Windows color (decimal): -1204163 or 4038893. OLE color: 4038893.
HSL color Cylindrical-coordinate representation of color #EDA03D: hue angle of 33.75º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDA03D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 61 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.07 |
| HSL | 33.75º | 0.83% | 0.58% | - |
| HSV(B) | 33.75º | 0.74% | 0.93% | - |
| XYZ | 48.34 | 43.48 | 10.26 | - |
| YUV | 171.74 | 65.51 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 61 | 0 | 0.32 | 0.74 | 0.07 | 33.75 | 0.83 | 0.58 |
| Hex | ED | A0 | 3D | 0 | 20 | 4A | 7 | 22 | 53 | 3A |
| Octal | 355 | 240 | 75 | 0 | 40 | 112 | 7 | 42 | 123 | 72 |
| Binary | 11101101 | 10100000 | 111101 | 0 | 100000 | 1001010 | 111 | 100010 | 1010011 | 111010 |
Color Harmonies of #EDA03D
Complementary color
Monochromatic Colors of #EDA03D
Black with #EDA03D
Text Example
Text Example
White with #EDA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA03D; }
p { color: rgb(237,160,61); }
H1.HeaderClassName
{
color: #EDA03D;
}
.AnyTagClassName
{
color: #EDA03D;
}
</style>
background-color css
<style>
a { background-color: #EDA03D; }
a { background-color: rgb(237,160,61); }
div.DivClassName
{
background-color: #EDA03D;
}
.BgClassName
{
background-color: #EDA03D;
}
</style>
border-color css
<style>
span { border-color: #EDA03D; }
span { border-color: rgb(237,160,61); }
td.TdClassName
{
border-color: #EDA03D;
}
.TagClassName
{
border-color: #EDA03D;
}
</style>