Shades of Manz #EBDC5A
Tints of Manz #EBDC5A
RGB
CMYK
RGB Variations
Color information
#EBDC5A (or 0xEBDC5A) is known color: Manz. HEX triplet: EB, DC and 5A. RGB value is (235,220,90). Sum of RGB (Red+Green+Blue) = 235+220+90=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC5A is #1423A5. Grayscale: #D2D2D2. Windows color (decimal): -1319846 or 5954795. OLE color: 5954795.
HSL color Cylindrical-coordinate representation of color #EBDC5A: hue angle of 53.79º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBDC5A is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 90 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.08 |
| HSL | 53.79º | 0.78% | 0.64% | - |
| HSV(B) | 53.79º | 0.62% | 0.92% | - |
| XYZ | 61.7 | 69.59 | 19.85 | - |
| YUV | 209.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 90 | 0 | 0.06 | 0.62 | 0.08 | 53.79 | 0.78 | 0.64 |
| Hex | EB | DC | 5A | 0 | 6 | 3E | 8 | 36 | 4E | 40 |
| Octal | 353 | 334 | 132 | 0 | 6 | 76 | 10 | 66 | 116 | 100 |
| Binary | 11101011 | 11011100 | 1011010 | 0 | 110 | 111110 | 1000 | 110110 | 1001110 | 1000000 |
Color Harmonies of #EBDC5A
Complementary color
Monochromatic Colors of #EBDC5A
Black with #EBDC5A
Text Example
Text Example
White with #EBDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC5A; }
p { color: rgb(235,220,90); }
H1.HeaderClassName
{
color: #EBDC5A;
}
.AnyTagClassName
{
color: #EBDC5A;
}
</style>
background-color css
<style>
a { background-color: #EBDC5A; }
a { background-color: rgb(235,220,90); }
div.DivClassName
{
background-color: #EBDC5A;
}
.BgClassName
{
background-color: #EBDC5A;
}
</style>
border-color css
<style>
span { border-color: #EBDC5A; }
span { border-color: rgb(235,220,90); }
td.TdClassName
{
border-color: #EBDC5A;
}
.TagClassName
{
border-color: #EBDC5A;
}
</style>