Shades of Yellow Sea #EBA131
Tints of Yellow Sea #EBA131
RGB
CMYK
RGB Variations
Color information
#EBA131 (or 0xEBA131) is known color: Yellow Sea. HEX triplet: EB, A1 and 31. RGB value is (235,161,49). Sum of RGB (Red+Green+Blue) = 235+161+49=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA131 is #145ECE. Grayscale: #AAAAAA. Windows color (decimal): -1334991 or 3252715. OLE color: 3252715.
HSL color Cylindrical-coordinate representation of color #EBA131: hue angle of 36.13º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBA131 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 49 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.08 |
| HSL | 36.13º | 0.82% | 0.56% | - |
| HSV(B) | 36.13º | 0.79% | 0.92% | - |
| XYZ | 47.56 | 43.37 | 8.77 | - |
| YUV | 170.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 49 | 0 | 0.31 | 0.79 | 0.08 | 36.13 | 0.82 | 0.56 |
| Hex | EB | A1 | 31 | 0 | 1F | 4F | 8 | 24 | 52 | 38 |
| Octal | 353 | 241 | 61 | 0 | 37 | 117 | 10 | 44 | 122 | 70 |
| Binary | 11101011 | 10100001 | 110001 | 0 | 11111 | 1001111 | 1000 | 100100 | 1010010 | 111000 |
Color Harmonies of #EBA131
Complementary color
Monochromatic Colors of #EBA131
Black with #EBA131
Text Example
Text Example
White with #EBA131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA131; }
p { color: rgb(235,161,49); }
H1.HeaderClassName
{
color: #EBA131;
}
.AnyTagClassName
{
color: #EBA131;
}
</style>
background-color css
<style>
a { background-color: #EBA131; }
a { background-color: rgb(235,161,49); }
div.DivClassName
{
background-color: #EBA131;
}
.BgClassName
{
background-color: #EBA131;
}
</style>
border-color css
<style>
span { border-color: #EBA131; }
span { border-color: rgb(235,161,49); }
td.TdClassName
{
border-color: #EBA131;
}
.TagClassName
{
border-color: #EBA131;
}
</style>