Shades of Yellow Sea #EBA43B
Tints of Yellow Sea #EBA43B
RGB
CMYK
RGB Variations
Color information
#EBA43B (or 0xEBA43B) is known color: Yellow Sea. HEX triplet: EB, A4 and 3B. RGB value is (235,164,59). Sum of RGB (Red+Green+Blue) = 235+164+59=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA43B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA43B is #145BC4. Grayscale: #ADADAD. Windows color (decimal): -1334213 or 3908843. OLE color: 3908843.
HSL color Cylindrical-coordinate representation of color #EBA43B: hue angle of 35.8º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBA43B is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 59 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.08 |
| HSL | 35.8º | 0.81% | 0.58% | - |
| HSV(B) | 35.8º | 0.75% | 0.92% | - |
| XYZ | 48.33 | 44.53 | 10.19 | - |
| YUV | 173.26 | 63.52 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 59 | 0 | 0.30 | 0.75 | 0.08 | 35.8 | 0.81 | 0.58 |
| Hex | EB | A4 | 3B | 0 | 1E | 4B | 8 | 24 | 51 | 3A |
| Octal | 353 | 244 | 73 | 0 | 36 | 113 | 10 | 44 | 121 | 72 |
| Binary | 11101011 | 10100100 | 111011 | 0 | 11110 | 1001011 | 1000 | 100100 | 1010001 | 111010 |
Color Harmonies of #EBA43B
Complementary color
Monochromatic Colors of #EBA43B
Black with #EBA43B
Text Example
Text Example
White with #EBA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA43B; }
p { color: rgb(235,164,59); }
H1.HeaderClassName
{
color: #EBA43B;
}
.AnyTagClassName
{
color: #EBA43B;
}
</style>
background-color css
<style>
a { background-color: #EBA43B; }
a { background-color: rgb(235,164,59); }
div.DivClassName
{
background-color: #EBA43B;
}
.BgClassName
{
background-color: #EBA43B;
}
</style>
border-color css
<style>
span { border-color: #EBA43B; }
span { border-color: rgb(235,164,59); }
td.TdClassName
{
border-color: #EBA43B;
}
.TagClassName
{
border-color: #EBA43B;
}
</style>