Shades of Yellow Sea #EDA029
Tints of Yellow Sea #EDA029
RGB
CMYK
RGB Variations
Color information
#EDA029 (or 0xEDA029) is known color: Yellow Sea. HEX triplet: ED, A0 and 29. RGB value is (237,160,41). Sum of RGB (Red+Green+Blue) = 237+160+41=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA029 is #125FD6. Grayscale: #AAAAAA. Windows color (decimal): -1204183 or 2728173. OLE color: 2728173.
HSL color Cylindrical-coordinate representation of color #EDA029: hue angle of 36.43º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDA029 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 41 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.07 |
| HSL | 36.43º | 0.84% | 0.55% | - |
| HSV(B) | 36.43º | 0.83% | 0.93% | - |
| XYZ | 47.9 | 43.31 | 7.93 | - |
| YUV | 169.46 | 55.51 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 41 | 0 | 0.32 | 0.83 | 0.07 | 36.43 | 0.84 | 0.55 |
| Hex | ED | A0 | 29 | 0 | 20 | 53 | 7 | 24 | 54 | 37 |
| Octal | 355 | 240 | 51 | 0 | 40 | 123 | 7 | 44 | 124 | 67 |
| Binary | 11101101 | 10100000 | 101001 | 0 | 100000 | 1010011 | 111 | 100100 | 1010100 | 110111 |
Color Harmonies of #EDA029
Complementary color
Monochromatic Colors of #EDA029
Black with #EDA029
Text Example
Text Example
White with #EDA029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA029; }
p { color: rgb(237,160,41); }
H1.HeaderClassName
{
color: #EDA029;
}
.AnyTagClassName
{
color: #EDA029;
}
</style>
background-color css
<style>
a { background-color: #EDA029; }
a { background-color: rgb(237,160,41); }
div.DivClassName
{
background-color: #EDA029;
}
.BgClassName
{
background-color: #EDA029;
}
</style>
border-color css
<style>
span { border-color: #EDA029; }
span { border-color: rgb(237,160,41); }
td.TdClassName
{
border-color: #EDA029;
}
.TagClassName
{
border-color: #EDA029;
}
</style>