Shades of Yellow Sea #EBA533
Tints of Yellow Sea #EBA533
RGB
CMYK
RGB Variations
Color information
#EBA533 (or 0xEBA533) is known color: Yellow Sea. HEX triplet: EB, A5 and 33. RGB value is (235,165,51). Sum of RGB (Red+Green+Blue) = 235+165+51=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA533 is #145ACC. Grayscale: #ADADAD. Windows color (decimal): -1333965 or 3384811. OLE color: 3384811.
HSL color Cylindrical-coordinate representation of color #EBA533: hue angle of 37.17º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBA533 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 51 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.08 |
| HSL | 37.17º | 0.82% | 0.56% | - |
| HSV(B) | 37.17º | 0.78% | 0.92% | - |
| XYZ | 48.31 | 44.81 | 9.24 | - |
| YUV | 172.93 | 59.19 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 51 | 0 | 0.30 | 0.78 | 0.08 | 37.17 | 0.82 | 0.56 |
| Hex | EB | A5 | 33 | 0 | 1E | 4E | 8 | 25 | 52 | 38 |
| Octal | 353 | 245 | 63 | 0 | 36 | 116 | 10 | 45 | 122 | 70 |
| Binary | 11101011 | 10100101 | 110011 | 0 | 11110 | 1001110 | 1000 | 100101 | 1010010 | 111000 |
Color Harmonies of #EBA533
Complementary color
Monochromatic Colors of #EBA533
Black with #EBA533
Text Example
Text Example
White with #EBA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA533; }
p { color: rgb(235,165,51); }
H1.HeaderClassName
{
color: #EBA533;
}
.AnyTagClassName
{
color: #EBA533;
}
</style>
background-color css
<style>
a { background-color: #EBA533; }
a { background-color: rgb(235,165,51); }
div.DivClassName
{
background-color: #EBA533;
}
.BgClassName
{
background-color: #EBA533;
}
</style>
border-color css
<style>
span { border-color: #EBA533; }
span { border-color: rgb(235,165,51); }
td.TdClassName
{
border-color: #EBA533;
}
.TagClassName
{
border-color: #EBA533;
}
</style>