Shades of Yellow Sea #EDA43E
Tints of Yellow Sea #EDA43E
RGB
CMYK
RGB Variations
Color information
#EDA43E (or 0xEDA43E) is known color: Yellow Sea. HEX triplet: ED, A4 and 3E. RGB value is (237,164,62). Sum of RGB (Red+Green+Blue) = 237+164+62=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA43E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA43E is #125BC1. Grayscale: #AEAEAE. Windows color (decimal): -1203138 or 4105453. OLE color: 4105453.
HSL color Cylindrical-coordinate representation of color #EDA43E: hue angle of 34.97º 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 #EDA43E is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 62 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.07 |
| HSL | 34.97º | 0.83% | 0.59% | - |
| HSV(B) | 34.97º | 0.74% | 0.93% | - |
| XYZ | 49.07 | 44.9 | 10.64 | - |
| YUV | 174.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 62 | 0 | 0.31 | 0.74 | 0.07 | 34.97 | 0.83 | 0.59 |
| Hex | ED | A4 | 3E | 0 | 1F | 4A | 7 | 23 | 53 | 3B |
| Octal | 355 | 244 | 76 | 0 | 37 | 112 | 7 | 43 | 123 | 73 |
| Binary | 11101101 | 10100100 | 111110 | 0 | 11111 | 1001010 | 111 | 100011 | 1010011 | 111011 |
Color Harmonies of #EDA43E
Complementary color
Monochromatic Colors of #EDA43E
Black with #EDA43E
Text Example
Text Example
White with #EDA43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA43E; }
p { color: rgb(237,164,62); }
H1.HeaderClassName
{
color: #EDA43E;
}
.AnyTagClassName
{
color: #EDA43E;
}
</style>
background-color css
<style>
a { background-color: #EDA43E; }
a { background-color: rgb(237,164,62); }
div.DivClassName
{
background-color: #EDA43E;
}
.BgClassName
{
background-color: #EDA43E;
}
</style>
border-color css
<style>
span { border-color: #EDA43E; }
span { border-color: rgb(237,164,62); }
td.TdClassName
{
border-color: #EDA43E;
}
.TagClassName
{
border-color: #EDA43E;
}
</style>