Shades of Yellow Sea #EBA631
Tints of Yellow Sea #EBA631
RGB
CMYK
RGB Variations
Color information
#EBA631 (or 0xEBA631) is known color: Yellow Sea. HEX triplet: EB, A6 and 31. RGB value is (235,166,49). Sum of RGB (Red+Green+Blue) = 235+166+49=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA631 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA631 is #1459CE. Grayscale: #ADADAD. Windows color (decimal): -1333711 or 3253995. OLE color: 3253995.
HSL color Cylindrical-coordinate representation of color #EBA631: hue angle of 37.74º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBA631 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 49 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.08 |
| HSL | 37.74º | 0.82% | 0.56% | - |
| HSV(B) | 37.74º | 0.79% | 0.92% | - |
| XYZ | 48.45 | 45.16 | 9.07 | - |
| YUV | 173.29 | 57.86 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 49 | 0 | 0.29 | 0.79 | 0.08 | 37.74 | 0.82 | 0.56 |
| Hex | EB | A6 | 31 | 0 | 1D | 4F | 8 | 26 | 52 | 38 |
| Octal | 353 | 246 | 61 | 0 | 35 | 117 | 10 | 46 | 122 | 70 |
| Binary | 11101011 | 10100110 | 110001 | 0 | 11101 | 1001111 | 1000 | 100110 | 1010010 | 111000 |
Color Harmonies of #EBA631
Complementary color
Monochromatic Colors of #EBA631
Black with #EBA631
Text Example
Text Example
White with #EBA631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA631; }
p { color: rgb(235,166,49); }
H1.HeaderClassName
{
color: #EBA631;
}
.AnyTagClassName
{
color: #EBA631;
}
</style>
background-color css
<style>
a { background-color: #EBA631; }
a { background-color: rgb(235,166,49); }
div.DivClassName
{
background-color: #EBA631;
}
.BgClassName
{
background-color: #EBA631;
}
</style>
border-color css
<style>
span { border-color: #EBA631; }
span { border-color: rgb(235,166,49); }
td.TdClassName
{
border-color: #EBA631;
}
.TagClassName
{
border-color: #EBA631;
}
</style>