Shades of Yellow Sea #EBA128
Tints of Yellow Sea #EBA128
RGB
CMYK
RGB Variations
Color information
#EBA128 (or 0xEBA128) is known color: Yellow Sea. HEX triplet: EB, A1 and 28. RGB value is (235,161,40). Sum of RGB (Red+Green+Blue) = 235+161+40=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA128 is #145ED7. Grayscale: #A9A9A9. Windows color (decimal): -1335000 or 2662891. OLE color: 2662891.
HSL color Cylindrical-coordinate representation of color #EBA128: hue angle of 37.23º 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 #EBA128 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 40 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.08 |
| HSL | 37.23º | 0.83% | 0.54% | - |
| HSV(B) | 37.23º | 0.83% | 0.92% | - |
| XYZ | 47.39 | 43.31 | 7.87 | - |
| YUV | 169.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 40 | 0 | 0.31 | 0.83 | 0.08 | 37.23 | 0.83 | 0.54 |
| Hex | EB | A1 | 28 | 0 | 1F | 53 | 8 | 25 | 53 | 36 |
| Octal | 353 | 241 | 50 | 0 | 37 | 123 | 10 | 45 | 123 | 66 |
| Binary | 11101011 | 10100001 | 101000 | 0 | 11111 | 1010011 | 1000 | 100101 | 1010011 | 110110 |
Color Harmonies of #EBA128
Complementary color
Monochromatic Colors of #EBA128
Black with #EBA128
Text Example
Text Example
White with #EBA128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA128; }
p { color: rgb(235,161,40); }
H1.HeaderClassName
{
color: #EBA128;
}
.AnyTagClassName
{
color: #EBA128;
}
</style>
background-color css
<style>
a { background-color: #EBA128; }
a { background-color: rgb(235,161,40); }
div.DivClassName
{
background-color: #EBA128;
}
.BgClassName
{
background-color: #EBA128;
}
</style>
border-color css
<style>
span { border-color: #EBA128; }
span { border-color: rgb(235,161,40); }
td.TdClassName
{
border-color: #EBA128;
}
.TagClassName
{
border-color: #EBA128;
}
</style>