Shades of Yellow Sea #EDA53D
Tints of Yellow Sea #EDA53D
RGB
CMYK
RGB Variations
Color information
#EDA53D (or 0xEDA53D) is known color: Yellow Sea. HEX triplet: ED, A5 and 3D. RGB value is (237,165,61). Sum of RGB (Red+Green+Blue) = 237+165+61=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA53D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA53D is #125AC2. Grayscale: #AFAFAF. Windows color (decimal): -1202883 or 4040173. OLE color: 4040173.
HSL color Cylindrical-coordinate representation of color #EDA53D: hue angle of 35.45º 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 #EDA53D is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 61 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.07 |
| HSL | 35.45º | 0.83% | 0.58% | - |
| HSV(B) | 35.45º | 0.74% | 0.93% | - |
| XYZ | 49.22 | 45.25 | 10.56 | - |
| YUV | 174.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 61 | 0 | 0.30 | 0.74 | 0.07 | 35.45 | 0.83 | 0.58 |
| Hex | ED | A5 | 3D | 0 | 1E | 4A | 7 | 23 | 53 | 3A |
| Octal | 355 | 245 | 75 | 0 | 36 | 112 | 7 | 43 | 123 | 72 |
| Binary | 11101101 | 10100101 | 111101 | 0 | 11110 | 1001010 | 111 | 100011 | 1010011 | 111010 |
Color Harmonies of #EDA53D
Complementary color
Monochromatic Colors of #EDA53D
Black with #EDA53D
Text Example
Text Example
White with #EDA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA53D; }
p { color: rgb(237,165,61); }
H1.HeaderClassName
{
color: #EDA53D;
}
.AnyTagClassName
{
color: #EDA53D;
}
</style>
background-color css
<style>
a { background-color: #EDA53D; }
a { background-color: rgb(237,165,61); }
div.DivClassName
{
background-color: #EDA53D;
}
.BgClassName
{
background-color: #EDA53D;
}
</style>
border-color css
<style>
span { border-color: #EDA53D; }
span { border-color: rgb(237,165,61); }
td.TdClassName
{
border-color: #EDA53D;
}
.TagClassName
{
border-color: #EDA53D;
}
</style>