Shades of Manz #EBDD4B
Tints of Manz #EBDD4B
RGB
CMYK
RGB Variations
Color information
#EBDD4B (or 0xEBDD4B) is known color: Manz. HEX triplet: EB, DD and 4B. RGB value is (235,221,75). Sum of RGB (Red+Green+Blue) = 235+221+75=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD4B is #1422B4. Grayscale: #D1D1D1. Windows color (decimal): -1319605 or 4972011. OLE color: 4972011.
HSL color Cylindrical-coordinate representation of color #EBDD4B: hue angle of 54.75º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBDD4B is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 75 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.08 |
| HSL | 54.75º | 0.8% | 0.61% | - |
| HSV(B) | 54.75º | 0.68% | 0.92% | - |
| XYZ | 61.39 | 69.88 | 16.91 | - |
| YUV | 208.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 75 | 0 | 0.06 | 0.68 | 0.08 | 54.75 | 0.8 | 0.61 |
| Hex | EB | DD | 4B | 0 | 6 | 44 | 8 | 37 | 50 | 3D |
| Octal | 353 | 335 | 113 | 0 | 6 | 104 | 10 | 67 | 120 | 75 |
| Binary | 11101011 | 11011101 | 1001011 | 0 | 110 | 1000100 | 1000 | 110111 | 1010000 | 111101 |
Color Harmonies of #EBDD4B
Complementary color
Monochromatic Colors of #EBDD4B
Black with #EBDD4B
Text Example
Text Example
White with #EBDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD4B; }
p { color: rgb(235,221,75); }
H1.HeaderClassName
{
color: #EBDD4B;
}
.AnyTagClassName
{
color: #EBDD4B;
}
</style>
background-color css
<style>
a { background-color: #EBDD4B; }
a { background-color: rgb(235,221,75); }
div.DivClassName
{
background-color: #EBDD4B;
}
.BgClassName
{
background-color: #EBDD4B;
}
</style>
border-color css
<style>
span { border-color: #EBDD4B; }
span { border-color: rgb(235,221,75); }
td.TdClassName
{
border-color: #EBDD4B;
}
.TagClassName
{
border-color: #EBDD4B;
}
</style>