Shades of Yellow Sea #EDA43A
Tints of Yellow Sea #EDA43A
RGB
CMYK
RGB Variations
Color information
#EDA43A (or 0xEDA43A) is known color: Yellow Sea. HEX triplet: ED, A4 and 3A. RGB value is (237,164,58). Sum of RGB (Red+Green+Blue) = 237+164+58=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA43A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA43A is #125BC5. Grayscale: #AEAEAE. Windows color (decimal): -1203142 or 3843309. OLE color: 3843309.
HSL color Cylindrical-coordinate representation of color #EDA43A: hue angle of 35.53º 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 #EDA43A is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 58 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.07 |
| HSL | 35.53º | 0.83% | 0.58% | - |
| HSV(B) | 35.53º | 0.76% | 0.93% | - |
| XYZ | 48.96 | 44.86 | 10.08 | - |
| YUV | 173.74 | 62.68 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 58 | 0 | 0.31 | 0.76 | 0.07 | 35.53 | 0.83 | 0.58 |
| Hex | ED | A4 | 3A | 0 | 1F | 4C | 7 | 24 | 53 | 3A |
| Octal | 355 | 244 | 72 | 0 | 37 | 114 | 7 | 44 | 123 | 72 |
| Binary | 11101101 | 10100100 | 111010 | 0 | 11111 | 1001100 | 111 | 100100 | 1010011 | 111010 |
Color Harmonies of #EDA43A
Complementary color
Monochromatic Colors of #EDA43A
Black with #EDA43A
Text Example
Text Example
White with #EDA43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA43A; }
p { color: rgb(237,164,58); }
H1.HeaderClassName
{
color: #EDA43A;
}
.AnyTagClassName
{
color: #EDA43A;
}
</style>
background-color css
<style>
a { background-color: #EDA43A; }
a { background-color: rgb(237,164,58); }
div.DivClassName
{
background-color: #EDA43A;
}
.BgClassName
{
background-color: #EDA43A;
}
</style>
border-color css
<style>
span { border-color: #EDA43A; }
span { border-color: rgb(237,164,58); }
td.TdClassName
{
border-color: #EDA43A;
}
.TagClassName
{
border-color: #EDA43A;
}
</style>