Shades of Yellow Sea #EBA13F
Tints of Yellow Sea #EBA13F
RGB
CMYK
RGB Variations
Color information
#EBA13F (or 0xEBA13F) is known color: Yellow Sea. HEX triplet: EB, A1 and 3F. RGB value is (235,161,63). Sum of RGB (Red+Green+Blue) = 235+161+63=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA13F is #145EC0. Grayscale: #ACACAC. Windows color (decimal): -1334977 or 4170219. OLE color: 4170219.
HSL color Cylindrical-coordinate representation of color #EBA13F: hue angle of 34.19º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBA13F is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 63 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.08 |
| HSL | 34.19º | 0.81% | 0.58% | - |
| HSV(B) | 34.19º | 0.73% | 0.92% | - |
| XYZ | 47.9 | 43.51 | 10.58 | - |
| YUV | 171.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 63 | 0 | 0.31 | 0.73 | 0.08 | 34.19 | 0.81 | 0.58 |
| Hex | EB | A1 | 3F | 0 | 1F | 49 | 8 | 22 | 51 | 3A |
| Octal | 353 | 241 | 77 | 0 | 37 | 111 | 10 | 42 | 121 | 72 |
| Binary | 11101011 | 10100001 | 111111 | 0 | 11111 | 1001001 | 1000 | 100010 | 1010001 | 111010 |
Color Harmonies of #EBA13F
Complementary color
Monochromatic Colors of #EBA13F
Black with #EBA13F
Text Example
Text Example
White with #EBA13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA13F; }
p { color: rgb(235,161,63); }
H1.HeaderClassName
{
color: #EBA13F;
}
.AnyTagClassName
{
color: #EBA13F;
}
</style>
background-color css
<style>
a { background-color: #EBA13F; }
a { background-color: rgb(235,161,63); }
div.DivClassName
{
background-color: #EBA13F;
}
.BgClassName
{
background-color: #EBA13F;
}
</style>
border-color css
<style>
span { border-color: #EBA13F; }
span { border-color: rgb(235,161,63); }
td.TdClassName
{
border-color: #EBA13F;
}
.TagClassName
{
border-color: #EBA13F;
}
</style>