Shades of Yellow Sea #EBA03A
Tints of Yellow Sea #EBA03A
RGB
CMYK
RGB Variations
Color information
#EBA03A (or 0xEBA03A) is known color: Yellow Sea. HEX triplet: EB, A0 and 3A. RGB value is (235,160,58). Sum of RGB (Red+Green+Blue) = 235+160+58=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA03A is #145FC5. Grayscale: #ABABAB. Windows color (decimal): -1335238 or 3842283. OLE color: 3842283.
HSL color Cylindrical-coordinate representation of color #EBA03A: hue angle of 34.58º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBA03A is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 58 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.08 |
| HSL | 34.58º | 0.82% | 0.57% | - |
| HSV(B) | 34.58º | 0.75% | 0.92% | - |
| XYZ | 47.6 | 43.11 | 9.82 | - |
| YUV | 170.8 | 64.35 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 58 | 0 | 0.32 | 0.75 | 0.08 | 34.58 | 0.82 | 0.57 |
| Hex | EB | A0 | 3A | 0 | 20 | 4B | 8 | 23 | 52 | 39 |
| Octal | 353 | 240 | 72 | 0 | 40 | 113 | 10 | 43 | 122 | 71 |
| Binary | 11101011 | 10100000 | 111010 | 0 | 100000 | 1001011 | 1000 | 100011 | 1010010 | 111001 |
Color Harmonies of #EBA03A
Complementary color
Monochromatic Colors of #EBA03A
Black with #EBA03A
Text Example
Text Example
White with #EBA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA03A; }
p { color: rgb(235,160,58); }
H1.HeaderClassName
{
color: #EBA03A;
}
.AnyTagClassName
{
color: #EBA03A;
}
</style>
background-color css
<style>
a { background-color: #EBA03A; }
a { background-color: rgb(235,160,58); }
div.DivClassName
{
background-color: #EBA03A;
}
.BgClassName
{
background-color: #EBA03A;
}
</style>
border-color css
<style>
span { border-color: #EBA03A; }
span { border-color: rgb(235,160,58); }
td.TdClassName
{
border-color: #EBA03A;
}
.TagClassName
{
border-color: #EBA03A;
}
</style>