Shades of Yellow Sea #EBA237
Tints of Yellow Sea #EBA237
RGB
CMYK
RGB Variations
Color information
#EBA237 (or 0xEBA237) is known color: Yellow Sea. HEX triplet: EB, A2 and 37. RGB value is (235,162,55). Sum of RGB (Red+Green+Blue) = 235+162+55=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA237 is #145DC8. Grayscale: #ACACAC. Windows color (decimal): -1334729 or 3646187. OLE color: 3646187.
HSL color Cylindrical-coordinate representation of color #EBA237: hue angle of 35.67º 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 #EBA237 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 55 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.08 |
| HSL | 35.67º | 0.82% | 0.57% | - |
| HSV(B) | 35.67º | 0.77% | 0.92% | - |
| XYZ | 47.87 | 43.78 | 9.54 | - |
| YUV | 171.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 55 | 0 | 0.31 | 0.77 | 0.08 | 35.67 | 0.82 | 0.57 |
| Hex | EB | A2 | 37 | 0 | 1F | 4D | 8 | 24 | 52 | 39 |
| Octal | 353 | 242 | 67 | 0 | 37 | 115 | 10 | 44 | 122 | 71 |
| Binary | 11101011 | 10100010 | 110111 | 0 | 11111 | 1001101 | 1000 | 100100 | 1010010 | 111001 |
Color Harmonies of #EBA237
Complementary color
Monochromatic Colors of #EBA237
Black with #EBA237
Text Example
Text Example
White with #EBA237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA237; }
p { color: rgb(235,162,55); }
H1.HeaderClassName
{
color: #EBA237;
}
.AnyTagClassName
{
color: #EBA237;
}
</style>
background-color css
<style>
a { background-color: #EBA237; }
a { background-color: rgb(235,162,55); }
div.DivClassName
{
background-color: #EBA237;
}
.BgClassName
{
background-color: #EBA237;
}
</style>
border-color css
<style>
span { border-color: #EBA237; }
span { border-color: rgb(235,162,55); }
td.TdClassName
{
border-color: #EBA237;
}
.TagClassName
{
border-color: #EBA237;
}
</style>