Shades of Yellow Sea #EDA53E
Tints of Yellow Sea #EDA53E
RGB
CMYK
RGB Variations
Color information
#EDA53E (or 0xEDA53E) is known color: Yellow Sea. HEX triplet: ED, A5 and 3E. RGB value is (237,165,62). Sum of RGB (Red+Green+Blue) = 237+165+62=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA53E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA53E is #125AC1. Grayscale: #AFAFAF. Windows color (decimal): -1202882 or 4105709. OLE color: 4105709.
HSL color Cylindrical-coordinate representation of color #EDA53E: hue angle of 35.31º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDA53E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 62 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.07 |
| HSL | 35.31º | 0.83% | 0.59% | - |
| HSV(B) | 35.31º | 0.74% | 0.93% | - |
| XYZ | 49.25 | 45.26 | 10.7 | - |
| YUV | 174.79 | 64.35 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 62 | 0 | 0.30 | 0.74 | 0.07 | 35.31 | 0.83 | 0.59 |
| Hex | ED | A5 | 3E | 0 | 1E | 4A | 7 | 23 | 53 | 3B |
| Octal | 355 | 245 | 76 | 0 | 36 | 112 | 7 | 43 | 123 | 73 |
| Binary | 11101101 | 10100101 | 111110 | 0 | 11110 | 1001010 | 111 | 100011 | 1010011 | 111011 |
Color Harmonies of #EDA53E
Complementary color
Monochromatic Colors of #EDA53E
Black with #EDA53E
Text Example
Text Example
White with #EDA53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA53E; }
p { color: rgb(237,165,62); }
H1.HeaderClassName
{
color: #EDA53E;
}
.AnyTagClassName
{
color: #EDA53E;
}
</style>
background-color css
<style>
a { background-color: #EDA53E; }
a { background-color: rgb(237,165,62); }
div.DivClassName
{
background-color: #EDA53E;
}
.BgClassName
{
background-color: #EDA53E;
}
</style>
border-color css
<style>
span { border-color: #EDA53E; }
span { border-color: rgb(237,165,62); }
td.TdClassName
{
border-color: #EDA53E;
}
.TagClassName
{
border-color: #EDA53E;
}
</style>