Shades of Manz #EBDA57
Tints of Manz #EBDA57
RGB
CMYK
RGB Variations
Color information
#EBDA57 (or 0xEBDA57) is known color: Manz. HEX triplet: EB, DA and 57. RGB value is (235,218,87). Sum of RGB (Red+Green+Blue) = 235+218+87=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 87 (34.38% from 255 or 16.11% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA57 is #1425A8. Grayscale: #D0D0D0. Windows color (decimal): -1320361 or 5757675. OLE color: 5757675.
HSL color Cylindrical-coordinate representation of color #EBDA57: hue angle of 53.11º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBDA57 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 87 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.08 |
| HSL | 53.11º | 0.79% | 0.63% | - |
| HSV(B) | 53.11º | 0.63% | 0.92% | - |
| XYZ | 61.05 | 68.49 | 19.02 | - |
| YUV | 208.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 87 | 0 | 0.07 | 0.63 | 0.08 | 53.11 | 0.79 | 0.63 |
| Hex | EB | DA | 57 | 0 | 7 | 3F | 8 | 35 | 4F | 3F |
| Octal | 353 | 332 | 127 | 0 | 7 | 77 | 10 | 65 | 117 | 77 |
| Binary | 11101011 | 11011010 | 1010111 | 0 | 111 | 111111 | 1000 | 110101 | 1001111 | 111111 |
Color Harmonies of #EBDA57
Complementary color
Monochromatic Colors of #EBDA57
Black with #EBDA57
Text Example
Text Example
White with #EBDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA57; }
p { color: rgb(235,218,87); }
H1.HeaderClassName
{
color: #EBDA57;
}
.AnyTagClassName
{
color: #EBDA57;
}
</style>
background-color css
<style>
a { background-color: #EBDA57; }
a { background-color: rgb(235,218,87); }
div.DivClassName
{
background-color: #EBDA57;
}
.BgClassName
{
background-color: #EBDA57;
}
</style>
border-color css
<style>
span { border-color: #EBDA57; }
span { border-color: rgb(235,218,87); }
td.TdClassName
{
border-color: #EBDA57;
}
.TagClassName
{
border-color: #EBDA57;
}
</style>