Shades of Yellow Sea #EDA53C
Tints of Yellow Sea #EDA53C
RGB
CMYK
RGB Variations
Color information
#EDA53C (or 0xEDA53C) is known color: Yellow Sea. HEX triplet: ED, A5 and 3C. RGB value is (237,165,60). Sum of RGB (Red+Green+Blue) = 237+165+60=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA53C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA53C is #125AC3. Grayscale: #AFAFAF. Windows color (decimal): -1202884 or 3974637. OLE color: 3974637.
HSL color Cylindrical-coordinate representation of color #EDA53C: hue angle of 35.59º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDA53C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 60 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.07 |
| HSL | 35.59º | 0.83% | 0.58% | - |
| HSV(B) | 35.59º | 0.75% | 0.93% | - |
| XYZ | 49.2 | 45.24 | 10.41 | - |
| YUV | 174.56 | 63.35 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 60 | 0 | 0.30 | 0.75 | 0.07 | 35.59 | 0.83 | 0.58 |
| Hex | ED | A5 | 3C | 0 | 1E | 4B | 7 | 24 | 53 | 3A |
| Octal | 355 | 245 | 74 | 0 | 36 | 113 | 7 | 44 | 123 | 72 |
| Binary | 11101101 | 10100101 | 111100 | 0 | 11110 | 1001011 | 111 | 100100 | 1010011 | 111010 |
Color Harmonies of #EDA53C
Complementary color
Monochromatic Colors of #EDA53C
Black with #EDA53C
Text Example
Text Example
White with #EDA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA53C; }
p { color: rgb(237,165,60); }
H1.HeaderClassName
{
color: #EDA53C;
}
.AnyTagClassName
{
color: #EDA53C;
}
</style>
background-color css
<style>
a { background-color: #EDA53C; }
a { background-color: rgb(237,165,60); }
div.DivClassName
{
background-color: #EDA53C;
}
.BgClassName
{
background-color: #EDA53C;
}
</style>
border-color css
<style>
span { border-color: #EDA53C; }
span { border-color: rgb(237,165,60); }
td.TdClassName
{
border-color: #EDA53C;
}
.TagClassName
{
border-color: #EDA53C;
}
</style>