Shades of Yellow Sea #EDA535
Tints of Yellow Sea #EDA535
RGB
CMYK
RGB Variations
Color information
#EDA535 (or 0xEDA535) is known color: Yellow Sea. HEX triplet: ED, A5 and 35. RGB value is (237,165,53). Sum of RGB (Red+Green+Blue) = 237+165+53=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA535 is #125ACA. Grayscale: #AEAEAE. Windows color (decimal): -1202891 or 3515885. OLE color: 3515885.
HSL color Cylindrical-coordinate representation of color #EDA535: hue angle of 36.52º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA535 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 53 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.07 |
| HSL | 36.52º | 0.84% | 0.57% | - |
| HSV(B) | 36.52º | 0.78% | 0.93% | - |
| XYZ | 49.02 | 45.17 | 9.5 | - |
| YUV | 173.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 53 | 0 | 0.30 | 0.78 | 0.07 | 36.52 | 0.84 | 0.57 |
| Hex | ED | A5 | 35 | 0 | 1E | 4E | 7 | 25 | 54 | 39 |
| Octal | 355 | 245 | 65 | 0 | 36 | 116 | 7 | 45 | 124 | 71 |
| Binary | 11101101 | 10100101 | 110101 | 0 | 11110 | 1001110 | 111 | 100101 | 1010100 | 111001 |
Color Harmonies of #EDA535
Complementary color
Monochromatic Colors of #EDA535
Black with #EDA535
Text Example
Text Example
White with #EDA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA535; }
p { color: rgb(237,165,53); }
H1.HeaderClassName
{
color: #EDA535;
}
.AnyTagClassName
{
color: #EDA535;
}
</style>
background-color css
<style>
a { background-color: #EDA535; }
a { background-color: rgb(237,165,53); }
div.DivClassName
{
background-color: #EDA535;
}
.BgClassName
{
background-color: #EDA535;
}
</style>
border-color css
<style>
span { border-color: #EDA535; }
span { border-color: rgb(237,165,53); }
td.TdClassName
{
border-color: #EDA535;
}
.TagClassName
{
border-color: #EDA535;
}
</style>