Shades of Yellow Sea #EB9A37
Tints of Yellow Sea #EB9A37
RGB
CMYK
RGB Variations
Color information
#EB9A37 (or 0xEB9A37) is known color: Yellow Sea. HEX triplet: EB, 9A and 37. RGB value is (235,154,55). Sum of RGB (Red+Green+Blue) = 235+154+55=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9A37 is #1465C8. Grayscale: #A7A7A7. Windows color (decimal): -1336777 or 3644139. OLE color: 3644139.
HSL color Cylindrical-coordinate representation of color #EB9A37: hue angle of 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 #EB9A37 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 154 | 55 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.08 |
| HSL | 33º | 0.82% | 0.57% | - |
| HSV(B) | 33º | 0.77% | 0.92% | - |
| XYZ | 46.51 | 41.05 | 9.09 | - |
| YUV | 166.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 154 | 55 | 0 | 0.34 | 0.77 | 0.08 | 33 | 0.82 | 0.57 |
| Hex | EB | 9A | 37 | 0 | 22 | 4D | 8 | 21 | 52 | 39 |
| Octal | 353 | 232 | 67 | 0 | 42 | 115 | 10 | 41 | 122 | 71 |
| Binary | 11101011 | 10011010 | 110111 | 0 | 100010 | 1001101 | 1000 | 100001 | 1010010 | 111001 |
Color Harmonies of #EB9A37
Complementary color
Monochromatic Colors of #EB9A37
Black with #EB9A37
Text Example
Text Example
White with #EB9A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9A37; }
p { color: rgb(235,154,55); }
H1.HeaderClassName
{
color: #EB9A37;
}
.AnyTagClassName
{
color: #EB9A37;
}
</style>
background-color css
<style>
a { background-color: #EB9A37; }
a { background-color: rgb(235,154,55); }
div.DivClassName
{
background-color: #EB9A37;
}
.BgClassName
{
background-color: #EB9A37;
}
</style>
border-color css
<style>
span { border-color: #EB9A37; }
span { border-color: rgb(235,154,55); }
td.TdClassName
{
border-color: #EB9A37;
}
.TagClassName
{
border-color: #EB9A37;
}
</style>