Shades of Manz #EBDB5C
Tints of Manz #EBDB5C
RGB
CMYK
RGB Variations
Color information
#EBDB5C (or 0xEBDB5C) is known color: Manz. HEX triplet: EB, DB and 5C. RGB value is (235,219,92). Sum of RGB (Red+Green+Blue) = 235+219+92=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB5C is #1424A3. Grayscale: #D1D1D1. Windows color (decimal): -1320100 or 6085611. OLE color: 6085611.
HSL color Cylindrical-coordinate representation of color #EBDB5C: hue angle of 53.29º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBDB5C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 92 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.08 |
| HSL | 53.29º | 0.78% | 0.64% | - |
| HSV(B) | 53.29º | 0.61% | 0.92% | - |
| XYZ | 61.52 | 69.1 | 20.22 | - |
| YUV | 209.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 92 | 0 | 0.07 | 0.61 | 0.08 | 53.29 | 0.78 | 0.64 |
| Hex | EB | DB | 5C | 0 | 7 | 3D | 8 | 35 | 4E | 40 |
| Octal | 353 | 333 | 134 | 0 | 7 | 75 | 10 | 65 | 116 | 100 |
| Binary | 11101011 | 11011011 | 1011100 | 0 | 111 | 111101 | 1000 | 110101 | 1001110 | 1000000 |
Color Harmonies of #EBDB5C
Complementary color
Monochromatic Colors of #EBDB5C
Black with #EBDB5C
Text Example
Text Example
White with #EBDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB5C; }
p { color: rgb(235,219,92); }
H1.HeaderClassName
{
color: #EBDB5C;
}
.AnyTagClassName
{
color: #EBDB5C;
}
</style>
background-color css
<style>
a { background-color: #EBDB5C; }
a { background-color: rgb(235,219,92); }
div.DivClassName
{
background-color: #EBDB5C;
}
.BgClassName
{
background-color: #EBDB5C;
}
</style>
border-color css
<style>
span { border-color: #EBDB5C; }
span { border-color: rgb(235,219,92); }
td.TdClassName
{
border-color: #EBDB5C;
}
.TagClassName
{
border-color: #EBDB5C;
}
</style>