Shades of Manz #EBDF5B
Tints of Manz #EBDF5B
RGB
CMYK
RGB Variations
Color information
#EBDF5B (or 0xEBDF5B) is known color: Manz. HEX triplet: EB, DF and 5B. RGB value is (235,223,91). Sum of RGB (Red+Green+Blue) = 235+223+91=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 91 (35.94% from 255 or 16.58% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF5B is #1420A4. Grayscale: #D4D4D4. Windows color (decimal): -1319077 or 6021099. OLE color: 6021099.
HSL color Cylindrical-coordinate representation of color #EBDF5B: hue angle of 55º 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 #EBDF5B is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 91 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.08 |
| HSL | 55º | 0.78% | 0.64% | - |
| HSV(B) | 55º | 0.61% | 0.92% | - |
| XYZ | 62.54 | 71.19 | 20.34 | - |
| YUV | 211.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 91 | 0 | 0.05 | 0.61 | 0.08 | 55 | 0.78 | 0.64 |
| Hex | EB | DF | 5B | 0 | 5 | 3D | 8 | 37 | 4E | 40 |
| Octal | 353 | 337 | 133 | 0 | 5 | 75 | 10 | 67 | 116 | 100 |
| Binary | 11101011 | 11011111 | 1011011 | 0 | 101 | 111101 | 1000 | 110111 | 1001110 | 1000000 |
Color Harmonies of #EBDF5B
Complementary color
Monochromatic Colors of #EBDF5B
Black with #EBDF5B
Text Example
Text Example
White with #EBDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF5B; }
p { color: rgb(235,223,91); }
H1.HeaderClassName
{
color: #EBDF5B;
}
.AnyTagClassName
{
color: #EBDF5B;
}
</style>
background-color css
<style>
a { background-color: #EBDF5B; }
a { background-color: rgb(235,223,91); }
div.DivClassName
{
background-color: #EBDF5B;
}
.BgClassName
{
background-color: #EBDF5B;
}
</style>
border-color css
<style>
span { border-color: #EBDF5B; }
span { border-color: rgb(235,223,91); }
td.TdClassName
{
border-color: #EBDF5B;
}
.TagClassName
{
border-color: #EBDF5B;
}
</style>