Shades of Yellow Sea #EBA137
Tints of Yellow Sea #EBA137
RGB
CMYK
RGB Variations
Color information
#EBA137 (or 0xEBA137) is known color: Yellow Sea. HEX triplet: EB, A1 and 37. RGB value is (235,161,55). Sum of RGB (Red+Green+Blue) = 235+161+55=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA137 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA137 is #145EC8. Grayscale: #ABABAB. Windows color (decimal): -1334985 or 3645931. OLE color: 3645931.
HSL color Cylindrical-coordinate representation of color #EBA137: hue angle of 35.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBA137 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 55 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.08 |
| HSL | 35.33º | 0.82% | 0.57% | - |
| HSV(B) | 35.33º | 0.77% | 0.92% | - |
| XYZ | 47.7 | 43.43 | 9.48 | - |
| YUV | 171.04 | 62.52 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 55 | 0 | 0.31 | 0.77 | 0.08 | 35.33 | 0.82 | 0.57 |
| Hex | EB | A1 | 37 | 0 | 1F | 4D | 8 | 23 | 52 | 39 |
| Octal | 353 | 241 | 67 | 0 | 37 | 115 | 10 | 43 | 122 | 71 |
| Binary | 11101011 | 10100001 | 110111 | 0 | 11111 | 1001101 | 1000 | 100011 | 1010010 | 111001 |
Color Harmonies of #EBA137
Complementary color
Monochromatic Colors of #EBA137
Black with #EBA137
Text Example
Text Example
White with #EBA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA137; }
p { color: rgb(235,161,55); }
H1.HeaderClassName
{
color: #EBA137;
}
.AnyTagClassName
{
color: #EBA137;
}
</style>
background-color css
<style>
a { background-color: #EBA137; }
a { background-color: rgb(235,161,55); }
div.DivClassName
{
background-color: #EBA137;
}
.BgClassName
{
background-color: #EBA137;
}
</style>
border-color css
<style>
span { border-color: #EBA137; }
span { border-color: rgb(235,161,55); }
td.TdClassName
{
border-color: #EBA137;
}
.TagClassName
{
border-color: #EBA137;
}
</style>