Shades of Manz #EBDD4E
Tints of Manz #EBDD4E
RGB
CMYK
RGB Variations
Color information
#EBDD4E (or 0xEBDD4E) is known color: Manz. HEX triplet: EB, DD and 4E. RGB value is (235,221,78). Sum of RGB (Red+Green+Blue) = 235+221+78=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD4E is #1422B1. Grayscale: #D1D1D1. Windows color (decimal): -1319602 or 5168619. OLE color: 5168619.
HSL color Cylindrical-coordinate representation of color #EBDD4E: hue angle of 54.65º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBDD4E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 78 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.08 |
| HSL | 54.65º | 0.8% | 0.61% | - |
| HSV(B) | 54.65º | 0.67% | 0.92% | - |
| XYZ | 61.49 | 69.93 | 17.46 | - |
| YUV | 208.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 78 | 0 | 0.06 | 0.67 | 0.08 | 54.65 | 0.8 | 0.61 |
| Hex | EB | DD | 4E | 0 | 6 | 43 | 8 | 37 | 50 | 3D |
| Octal | 353 | 335 | 116 | 0 | 6 | 103 | 10 | 67 | 120 | 75 |
| Binary | 11101011 | 11011101 | 1001110 | 0 | 110 | 1000011 | 1000 | 110111 | 1010000 | 111101 |
Color Harmonies of #EBDD4E
Complementary color
Monochromatic Colors of #EBDD4E
Black with #EBDD4E
Text Example
Text Example
White with #EBDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD4E; }
p { color: rgb(235,221,78); }
H1.HeaderClassName
{
color: #EBDD4E;
}
.AnyTagClassName
{
color: #EBDD4E;
}
</style>
background-color css
<style>
a { background-color: #EBDD4E; }
a { background-color: rgb(235,221,78); }
div.DivClassName
{
background-color: #EBDD4E;
}
.BgClassName
{
background-color: #EBDD4E;
}
</style>
border-color css
<style>
span { border-color: #EBDD4E; }
span { border-color: rgb(235,221,78); }
td.TdClassName
{
border-color: #EBDD4E;
}
.TagClassName
{
border-color: #EBDD4E;
}
</style>