Shades of Yellow Sea #EDA43C
Tints of Yellow Sea #EDA43C
RGB
CMYK
RGB Variations
Color information
#EDA43C (or 0xEDA43C) is known color: Yellow Sea. HEX triplet: ED, A4 and 3C. RGB value is (237,164,60). Sum of RGB (Red+Green+Blue) = 237+164+60=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA43C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA43C is #125BC3. Grayscale: #AEAEAE. Windows color (decimal): -1203140 or 3974381. OLE color: 3974381.
HSL color Cylindrical-coordinate representation of color #EDA43C: hue angle of 35.25º 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 #EDA43C is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 60 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.07 |
| HSL | 35.25º | 0.83% | 0.58% | - |
| HSV(B) | 35.25º | 0.75% | 0.93% | - |
| XYZ | 49.02 | 44.88 | 10.35 | - |
| YUV | 173.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 60 | 0 | 0.31 | 0.75 | 0.07 | 35.25 | 0.83 | 0.58 |
| Hex | ED | A4 | 3C | 0 | 1F | 4B | 7 | 23 | 53 | 3A |
| Octal | 355 | 244 | 74 | 0 | 37 | 113 | 7 | 43 | 123 | 72 |
| Binary | 11101101 | 10100100 | 111100 | 0 | 11111 | 1001011 | 111 | 100011 | 1010011 | 111010 |
Color Harmonies of #EDA43C
Complementary color
Monochromatic Colors of #EDA43C
Black with #EDA43C
Text Example
Text Example
White with #EDA43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA43C; }
p { color: rgb(237,164,60); }
H1.HeaderClassName
{
color: #EDA43C;
}
.AnyTagClassName
{
color: #EDA43C;
}
</style>
background-color css
<style>
a { background-color: #EDA43C; }
a { background-color: rgb(237,164,60); }
div.DivClassName
{
background-color: #EDA43C;
}
.BgClassName
{
background-color: #EDA43C;
}
</style>
border-color css
<style>
span { border-color: #EDA43C; }
span { border-color: rgb(237,164,60); }
td.TdClassName
{
border-color: #EDA43C;
}
.TagClassName
{
border-color: #EDA43C;
}
</style>