Shades of Manz #EBDC4A
Tints of Manz #EBDC4A
RGB
CMYK
RGB Variations
Color information
#EBDC4A (or 0xEBDC4A) is known color: Manz. HEX triplet: EB, DC and 4A. RGB value is (235,220,74). Sum of RGB (Red+Green+Blue) = 235+220+74=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC4A is #1423B5. Grayscale: #D0D0D0. Windows color (decimal): -1319862 or 4906219. OLE color: 4906219.
HSL color Cylindrical-coordinate representation of color #EBDC4A: hue angle of 54.41º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBDC4A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 74 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.08 |
| HSL | 54.41º | 0.8% | 0.61% | - |
| HSV(B) | 54.41º | 0.69% | 0.92% | - |
| XYZ | 61.09 | 69.34 | 16.64 | - |
| YUV | 207.84 | 52.47 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 74 | 0 | 0.06 | 0.69 | 0.08 | 54.41 | 0.8 | 0.61 |
| Hex | EB | DC | 4A | 0 | 6 | 45 | 8 | 36 | 50 | 3D |
| Octal | 353 | 334 | 112 | 0 | 6 | 105 | 10 | 66 | 120 | 75 |
| Binary | 11101011 | 11011100 | 1001010 | 0 | 110 | 1000101 | 1000 | 110110 | 1010000 | 111101 |
Color Harmonies of #EBDC4A
Complementary color
Monochromatic Colors of #EBDC4A
Black with #EBDC4A
Text Example
Text Example
White with #EBDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC4A; }
p { color: rgb(235,220,74); }
H1.HeaderClassName
{
color: #EBDC4A;
}
.AnyTagClassName
{
color: #EBDC4A;
}
</style>
background-color css
<style>
a { background-color: #EBDC4A; }
a { background-color: rgb(235,220,74); }
div.DivClassName
{
background-color: #EBDC4A;
}
.BgClassName
{
background-color: #EBDC4A;
}
</style>
border-color css
<style>
span { border-color: #EBDC4A; }
span { border-color: rgb(235,220,74); }
td.TdClassName
{
border-color: #EBDC4A;
}
.TagClassName
{
border-color: #EBDC4A;
}
</style>