Shades of Yellow Sea #EBA035
Tints of Yellow Sea #EBA035
RGB
CMYK
RGB Variations
Color information
#EBA035 (or 0xEBA035) is known color: Yellow Sea. HEX triplet: EB, A0 and 35. RGB value is (235,160,53). Sum of RGB (Red+Green+Blue) = 235+160+53=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA035 is #145FCA. Grayscale: #AAAAAA. Windows color (decimal): -1335243 or 3514603. OLE color: 3514603.
HSL color Cylindrical-coordinate representation of color #EBA035: hue angle of 35.27º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBA035 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 53 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.08 |
| HSL | 35.27º | 0.82% | 0.56% | - |
| HSV(B) | 35.27º | 0.77% | 0.92% | - |
| XYZ | 47.47 | 43.06 | 9.18 | - |
| YUV | 170.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 53 | 0 | 0.32 | 0.77 | 0.08 | 35.27 | 0.82 | 0.56 |
| Hex | EB | A0 | 35 | 0 | 20 | 4D | 8 | 23 | 52 | 38 |
| Octal | 353 | 240 | 65 | 0 | 40 | 115 | 10 | 43 | 122 | 70 |
| Binary | 11101011 | 10100000 | 110101 | 0 | 100000 | 1001101 | 1000 | 100011 | 1010010 | 111000 |
Color Harmonies of #EBA035
Complementary color
Monochromatic Colors of #EBA035
Black with #EBA035
Text Example
Text Example
White with #EBA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA035; }
p { color: rgb(235,160,53); }
H1.HeaderClassName
{
color: #EBA035;
}
.AnyTagClassName
{
color: #EBA035;
}
</style>
background-color css
<style>
a { background-color: #EBA035; }
a { background-color: rgb(235,160,53); }
div.DivClassName
{
background-color: #EBA035;
}
.BgClassName
{
background-color: #EBA035;
}
</style>
border-color css
<style>
span { border-color: #EBA035; }
span { border-color: rgb(235,160,53); }
td.TdClassName
{
border-color: #EBA035;
}
.TagClassName
{
border-color: #EBA035;
}
</style>