Shades of Yellow Sea #EBA038
Tints of Yellow Sea #EBA038
RGB
CMYK
RGB Variations
Color information
#EBA038 (or 0xEBA038) is known color: Yellow Sea. HEX triplet: EB, A0 and 38. RGB value is (235,160,56). Sum of RGB (Red+Green+Blue) = 235+160+56=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA038 is #145FC7. Grayscale: #ABABAB. Windows color (decimal): -1335240 or 3711211. OLE color: 3711211.
HSL color Cylindrical-coordinate representation of color #EBA038: hue angle of 34.86º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBA038 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 56 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.08 |
| HSL | 34.86º | 0.82% | 0.57% | - |
| HSV(B) | 34.86º | 0.76% | 0.92% | - |
| XYZ | 47.55 | 43.09 | 9.55 | - |
| YUV | 170.57 | 63.35 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 56 | 0 | 0.32 | 0.76 | 0.08 | 34.86 | 0.82 | 0.57 |
| Hex | EB | A0 | 38 | 0 | 20 | 4C | 8 | 23 | 52 | 39 |
| Octal | 353 | 240 | 70 | 0 | 40 | 114 | 10 | 43 | 122 | 71 |
| Binary | 11101011 | 10100000 | 111000 | 0 | 100000 | 1001100 | 1000 | 100011 | 1010010 | 111001 |
Color Harmonies of #EBA038
Complementary color
Monochromatic Colors of #EBA038
Black with #EBA038
Text Example
Text Example
White with #EBA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA038; }
p { color: rgb(235,160,56); }
H1.HeaderClassName
{
color: #EBA038;
}
.AnyTagClassName
{
color: #EBA038;
}
</style>
background-color css
<style>
a { background-color: #EBA038; }
a { background-color: rgb(235,160,56); }
div.DivClassName
{
background-color: #EBA038;
}
.BgClassName
{
background-color: #EBA038;
}
</style>
border-color css
<style>
span { border-color: #EBA038; }
span { border-color: rgb(235,160,56); }
td.TdClassName
{
border-color: #EBA038;
}
.TagClassName
{
border-color: #EBA038;
}
</style>