Shades of Manz #EBE14D
Tints of Manz #EBE14D
RGB
CMYK
RGB Variations
Color information
#EBE14D (or 0xEBE14D) is known color: Manz. HEX triplet: EB, E1 and 4D. RGB value is (235,225,77). Sum of RGB (Red+Green+Blue) = 235+225+77=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE14D is #141EB2. Grayscale: #D3D3D3. Windows color (decimal): -1318579 or 5104107. OLE color: 5104107.
HSL color Cylindrical-coordinate representation of color #EBE14D: hue angle of 56.2º 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 #EBE14D is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 77 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.08 |
| HSL | 56.2º | 0.8% | 0.61% | - |
| HSV(B) | 56.2º | 0.67% | 0.92% | - |
| XYZ | 62.53 | 72.05 | 17.63 | - |
| YUV | 211.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 77 | 0 | 0.04 | 0.67 | 0.08 | 56.2 | 0.8 | 0.61 |
| Hex | EB | E1 | 4D | 0 | 4 | 43 | 8 | 38 | 50 | 3D |
| Octal | 353 | 341 | 115 | 0 | 4 | 103 | 10 | 70 | 120 | 75 |
| Binary | 11101011 | 11100001 | 1001101 | 0 | 100 | 1000011 | 1000 | 111000 | 1010000 | 111101 |
Color Harmonies of #EBE14D
Complementary color
Monochromatic Colors of #EBE14D
Black with #EBE14D
Text Example
Text Example
White with #EBE14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE14D; }
p { color: rgb(235,225,77); }
H1.HeaderClassName
{
color: #EBE14D;
}
.AnyTagClassName
{
color: #EBE14D;
}
</style>
background-color css
<style>
a { background-color: #EBE14D; }
a { background-color: rgb(235,225,77); }
div.DivClassName
{
background-color: #EBE14D;
}
.BgClassName
{
background-color: #EBE14D;
}
</style>
border-color css
<style>
span { border-color: #EBE14D; }
span { border-color: rgb(235,225,77); }
td.TdClassName
{
border-color: #EBE14D;
}
.TagClassName
{
border-color: #EBE14D;
}
</style>