Shades of Yellow Sea #EBA33A
Tints of Yellow Sea #EBA33A
RGB
CMYK
RGB Variations
Color information
#EBA33A (or 0xEBA33A) is known color: Yellow Sea. HEX triplet: EB, A3 and 3A. RGB value is (235,163,58). Sum of RGB (Red+Green+Blue) = 235+163+58=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA33A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA33A is #145CC5. Grayscale: #ADADAD. Windows color (decimal): -1334470 or 3843051. OLE color: 3843051.
HSL color Cylindrical-coordinate representation of color #EBA33A: hue angle of 35.59º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBA33A is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 58 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.08 |
| HSL | 35.59º | 0.82% | 0.57% | - |
| HSV(B) | 35.59º | 0.75% | 0.92% | - |
| XYZ | 48.12 | 44.16 | 9.99 | - |
| YUV | 172.56 | 63.35 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 58 | 0 | 0.31 | 0.75 | 0.08 | 35.59 | 0.82 | 0.57 |
| Hex | EB | A3 | 3A | 0 | 1F | 4B | 8 | 24 | 52 | 39 |
| Octal | 353 | 243 | 72 | 0 | 37 | 113 | 10 | 44 | 122 | 71 |
| Binary | 11101011 | 10100011 | 111010 | 0 | 11111 | 1001011 | 1000 | 100100 | 1010010 | 111001 |
Color Harmonies of #EBA33A
Complementary color
Monochromatic Colors of #EBA33A
Black with #EBA33A
Text Example
Text Example
White with #EBA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA33A; }
p { color: rgb(235,163,58); }
H1.HeaderClassName
{
color: #EBA33A;
}
.AnyTagClassName
{
color: #EBA33A;
}
</style>
background-color css
<style>
a { background-color: #EBA33A; }
a { background-color: rgb(235,163,58); }
div.DivClassName
{
background-color: #EBA33A;
}
.BgClassName
{
background-color: #EBA33A;
}
</style>
border-color css
<style>
span { border-color: #EBA33A; }
span { border-color: rgb(235,163,58); }
td.TdClassName
{
border-color: #EBA33A;
}
.TagClassName
{
border-color: #EBA33A;
}
</style>