Shades of Yellow Sea #EDA43F
Tints of Yellow Sea #EDA43F
RGB
CMYK
RGB Variations
Color information
#EDA43F (or 0xEDA43F) is known color: Yellow Sea. HEX triplet: ED, A4 and 3F. RGB value is (237,164,63). Sum of RGB (Red+Green+Blue) = 237+164+63=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA43F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA43F is #125BC0. Grayscale: #AEAEAE. Windows color (decimal): -1203137 or 4170989. OLE color: 4170989.
HSL color Cylindrical-coordinate representation of color #EDA43F: hue angle of 34.83º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDA43F is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 63 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.07 |
| HSL | 34.83º | 0.83% | 0.59% | - |
| HSV(B) | 34.83º | 0.73% | 0.93% | - |
| XYZ | 49.1 | 44.91 | 10.78 | - |
| YUV | 174.31 | 65.18 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 63 | 0 | 0.31 | 0.73 | 0.07 | 34.83 | 0.83 | 0.59 |
| Hex | ED | A4 | 3F | 0 | 1F | 49 | 7 | 23 | 53 | 3B |
| Octal | 355 | 244 | 77 | 0 | 37 | 111 | 7 | 43 | 123 | 73 |
| Binary | 11101101 | 10100100 | 111111 | 0 | 11111 | 1001001 | 111 | 100011 | 1010011 | 111011 |
Color Harmonies of #EDA43F
Complementary color
Monochromatic Colors of #EDA43F
Black with #EDA43F
Text Example
Text Example
White with #EDA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA43F; }
p { color: rgb(237,164,63); }
H1.HeaderClassName
{
color: #EDA43F;
}
.AnyTagClassName
{
color: #EDA43F;
}
</style>
background-color css
<style>
a { background-color: #EDA43F; }
a { background-color: rgb(237,164,63); }
div.DivClassName
{
background-color: #EDA43F;
}
.BgClassName
{
background-color: #EDA43F;
}
</style>
border-color css
<style>
span { border-color: #EDA43F; }
span { border-color: rgb(237,164,63); }
td.TdClassName
{
border-color: #EDA43F;
}
.TagClassName
{
border-color: #EDA43F;
}
</style>