Shades of Manz #EBDA4E
Tints of Manz #EBDA4E
RGB
CMYK
RGB Variations
Color information
#EBDA4E (or 0xEBDA4E) is known color: Manz. HEX triplet: EB, DA and 4E. RGB value is (235,218,78). Sum of RGB (Red+Green+Blue) = 235+218+78=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA4E is #1425B1. Grayscale: #CFCFCF. Windows color (decimal): -1320370 or 5167851. OLE color: 5167851.
HSL color Cylindrical-coordinate representation of color #EBDA4E: hue angle of 53.5º 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 #EBDA4E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 78 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.08 |
| HSL | 53.5º | 0.8% | 0.61% | - |
| HSV(B) | 53.5º | 0.67% | 0.92% | - |
| XYZ | 60.71 | 68.36 | 17.2 | - |
| YUV | 207.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 78 | 0 | 0.07 | 0.67 | 0.08 | 53.5 | 0.8 | 0.61 |
| Hex | EB | DA | 4E | 0 | 7 | 43 | 8 | 36 | 50 | 3D |
| Octal | 353 | 332 | 116 | 0 | 7 | 103 | 10 | 66 | 120 | 75 |
| Binary | 11101011 | 11011010 | 1001110 | 0 | 111 | 1000011 | 1000 | 110110 | 1010000 | 111101 |
Color Harmonies of #EBDA4E
Complementary color
Monochromatic Colors of #EBDA4E
Black with #EBDA4E
Text Example
Text Example
White with #EBDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA4E; }
p { color: rgb(235,218,78); }
H1.HeaderClassName
{
color: #EBDA4E;
}
.AnyTagClassName
{
color: #EBDA4E;
}
</style>
background-color css
<style>
a { background-color: #EBDA4E; }
a { background-color: rgb(235,218,78); }
div.DivClassName
{
background-color: #EBDA4E;
}
.BgClassName
{
background-color: #EBDA4E;
}
</style>
border-color css
<style>
span { border-color: #EBDA4E; }
span { border-color: rgb(235,218,78); }
td.TdClassName
{
border-color: #EBDA4E;
}
.TagClassName
{
border-color: #EBDA4E;
}
</style>