Shades of Yellow Sea #EBA636
Tints of Yellow Sea #EBA636
RGB
CMYK
RGB Variations
Color information
#EBA636 (or 0xEBA636) is known color: Yellow Sea. HEX triplet: EB, A6 and 36. RGB value is (235,166,54). Sum of RGB (Red+Green+Blue) = 235+166+54=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA636 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA636 is #1459C9. Grayscale: #AEAEAE. Windows color (decimal): -1333706 or 3581675. OLE color: 3581675.
HSL color Cylindrical-coordinate representation of color #EBA636: hue angle of 37.13º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBA636 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 54 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.08 |
| HSL | 37.13º | 0.82% | 0.57% | - |
| HSV(B) | 37.13º | 0.77% | 0.92% | - |
| XYZ | 48.56 | 45.2 | 9.66 | - |
| YUV | 173.86 | 60.36 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 54 | 0 | 0.29 | 0.77 | 0.08 | 37.13 | 0.82 | 0.57 |
| Hex | EB | A6 | 36 | 0 | 1D | 4D | 8 | 25 | 52 | 39 |
| Octal | 353 | 246 | 66 | 0 | 35 | 115 | 10 | 45 | 122 | 71 |
| Binary | 11101011 | 10100110 | 110110 | 0 | 11101 | 1001101 | 1000 | 100101 | 1010010 | 111001 |
Color Harmonies of #EBA636
Complementary color
Monochromatic Colors of #EBA636
Black with #EBA636
Text Example
Text Example
White with #EBA636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA636; }
p { color: rgb(235,166,54); }
H1.HeaderClassName
{
color: #EBA636;
}
.AnyTagClassName
{
color: #EBA636;
}
</style>
background-color css
<style>
a { background-color: #EBA636; }
a { background-color: rgb(235,166,54); }
div.DivClassName
{
background-color: #EBA636;
}
.BgClassName
{
background-color: #EBA636;
}
</style>
border-color css
<style>
span { border-color: #EBA636; }
span { border-color: rgb(235,166,54); }
td.TdClassName
{
border-color: #EBA636;
}
.TagClassName
{
border-color: #EBA636;
}
</style>