Shades of Yellow Sea #EDA53A
Tints of Yellow Sea #EDA53A
RGB
CMYK
RGB Variations
Color information
#EDA53A (or 0xEDA53A) is known color: Yellow Sea. HEX triplet: ED, A5 and 3A. RGB value is (237,165,58). Sum of RGB (Red+Green+Blue) = 237+165+58=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA53A is #125AC5. Grayscale: #AEAEAE. Windows color (decimal): -1202886 or 3843565. OLE color: 3843565.
HSL color Cylindrical-coordinate representation of color #EDA53A: hue angle of 35.87º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDA53A is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 58 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.07 |
| HSL | 35.87º | 0.83% | 0.58% | - |
| HSV(B) | 35.87º | 0.76% | 0.93% | - |
| XYZ | 49.14 | 45.22 | 10.14 | - |
| YUV | 174.33 | 62.35 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 58 | 0 | 0.30 | 0.76 | 0.07 | 35.87 | 0.83 | 0.58 |
| Hex | ED | A5 | 3A | 0 | 1E | 4C | 7 | 24 | 53 | 3A |
| Octal | 355 | 245 | 72 | 0 | 36 | 114 | 7 | 44 | 123 | 72 |
| Binary | 11101101 | 10100101 | 111010 | 0 | 11110 | 1001100 | 111 | 100100 | 1010011 | 111010 |
Color Harmonies of #EDA53A
Complementary color
Monochromatic Colors of #EDA53A
Black with #EDA53A
Text Example
Text Example
White with #EDA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA53A; }
p { color: rgb(237,165,58); }
H1.HeaderClassName
{
color: #EDA53A;
}
.AnyTagClassName
{
color: #EDA53A;
}
</style>
background-color css
<style>
a { background-color: #EDA53A; }
a { background-color: rgb(237,165,58); }
div.DivClassName
{
background-color: #EDA53A;
}
.BgClassName
{
background-color: #EDA53A;
}
</style>
border-color css
<style>
span { border-color: #EDA53A; }
span { border-color: rgb(237,165,58); }
td.TdClassName
{
border-color: #EDA53A;
}
.TagClassName
{
border-color: #EDA53A;
}
</style>