Shades of Manz #EBDD5C
Tints of Manz #EBDD5C
RGB
CMYK
RGB Variations
Color information
#EBDD5C (or 0xEBDD5C) is known color: Manz. HEX triplet: EB, DD and 5C. RGB value is (235,221,92). Sum of RGB (Red+Green+Blue) = 235+221+92=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD5C is #1422A3. Grayscale: #D3D3D3. Windows color (decimal): -1319588 or 6086123. OLE color: 6086123.
HSL color Cylindrical-coordinate representation of color #EBDD5C: hue angle of 54.13º 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 #EBDD5C is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 92 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.08 |
| HSL | 54.13º | 0.78% | 0.64% | - |
| HSV(B) | 54.13º | 0.61% | 0.92% | - |
| XYZ | 62.05 | 70.15 | 20.39 | - |
| YUV | 210.48 | 61.14 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 92 | 0 | 0.06 | 0.61 | 0.08 | 54.13 | 0.78 | 0.64 |
| Hex | EB | DD | 5C | 0 | 6 | 3D | 8 | 36 | 4E | 40 |
| Octal | 353 | 335 | 134 | 0 | 6 | 75 | 10 | 66 | 116 | 100 |
| Binary | 11101011 | 11011101 | 1011100 | 0 | 110 | 111101 | 1000 | 110110 | 1001110 | 1000000 |
Color Harmonies of #EBDD5C
Complementary color
Monochromatic Colors of #EBDD5C
Black with #EBDD5C
Text Example
Text Example
White with #EBDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD5C; }
p { color: rgb(235,221,92); }
H1.HeaderClassName
{
color: #EBDD5C;
}
.AnyTagClassName
{
color: #EBDD5C;
}
</style>
background-color css
<style>
a { background-color: #EBDD5C; }
a { background-color: rgb(235,221,92); }
div.DivClassName
{
background-color: #EBDD5C;
}
.BgClassName
{
background-color: #EBDD5C;
}
</style>
border-color css
<style>
span { border-color: #EBDD5C; }
span { border-color: rgb(235,221,92); }
td.TdClassName
{
border-color: #EBDD5C;
}
.TagClassName
{
border-color: #EBDD5C;
}
</style>