Shades of Yellow Sea #EBA029
Tints of Yellow Sea #EBA029
RGB
CMYK
RGB Variations
Color information
#EBA029 (or 0xEBA029) is known color: Yellow Sea. HEX triplet: EB, A0 and 29. RGB value is (235,160,41). Sum of RGB (Red+Green+Blue) = 235+160+41=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA029 is #145FD6. Grayscale: #A9A9A9. Windows color (decimal): -1335255 or 2728171. OLE color: 2728171.
HSL color Cylindrical-coordinate representation of color #EBA029: hue angle of 36.8º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBA029 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 41 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.08 |
| HSL | 36.8º | 0.83% | 0.54% | - |
| HSV(B) | 36.8º | 0.83% | 0.92% | - |
| XYZ | 47.23 | 42.96 | 7.9 | - |
| YUV | 168.86 | 55.85 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 41 | 0 | 0.32 | 0.83 | 0.08 | 36.8 | 0.83 | 0.54 |
| Hex | EB | A0 | 29 | 0 | 20 | 53 | 8 | 25 | 53 | 36 |
| Octal | 353 | 240 | 51 | 0 | 40 | 123 | 10 | 45 | 123 | 66 |
| Binary | 11101011 | 10100000 | 101001 | 0 | 100000 | 1010011 | 1000 | 100101 | 1010011 | 110110 |
Color Harmonies of #EBA029
Complementary color
Monochromatic Colors of #EBA029
Black with #EBA029
Text Example
Text Example
White with #EBA029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA029; }
p { color: rgb(235,160,41); }
H1.HeaderClassName
{
color: #EBA029;
}
.AnyTagClassName
{
color: #EBA029;
}
</style>
background-color css
<style>
a { background-color: #EBA029; }
a { background-color: rgb(235,160,41); }
div.DivClassName
{
background-color: #EBA029;
}
.BgClassName
{
background-color: #EBA029;
}
</style>
border-color css
<style>
span { border-color: #EBA029; }
span { border-color: rgb(235,160,41); }
td.TdClassName
{
border-color: #EBA029;
}
.TagClassName
{
border-color: #EBA029;
}
</style>