Shades of Manz #EBDF4E
Tints of Manz #EBDF4E
RGB
CMYK
RGB Variations
Color information
#EBDF4E (or 0xEBDF4E) is known color: Manz. HEX triplet: EB, DF and 4E. RGB value is (235,223,78). Sum of RGB (Red+Green+Blue) = 235+223+78=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF4E is #1420B1. Grayscale: #D2D2D2. Windows color (decimal): -1319090 or 5169131. OLE color: 5169131.
HSL color Cylindrical-coordinate representation of color #EBDF4E: hue angle of 55.41º 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 #EBDF4E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 78 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.08 |
| HSL | 55.41º | 0.8% | 0.61% | - |
| HSV(B) | 55.41º | 0.67% | 0.92% | - |
| XYZ | 62.02 | 70.99 | 17.64 | - |
| YUV | 210.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 78 | 0 | 0.05 | 0.67 | 0.08 | 55.41 | 0.8 | 0.61 |
| Hex | EB | DF | 4E | 0 | 5 | 43 | 8 | 37 | 50 | 3D |
| Octal | 353 | 337 | 116 | 0 | 5 | 103 | 10 | 67 | 120 | 75 |
| Binary | 11101011 | 11011111 | 1001110 | 0 | 101 | 1000011 | 1000 | 110111 | 1010000 | 111101 |
Color Harmonies of #EBDF4E
Complementary color
Monochromatic Colors of #EBDF4E
Black with #EBDF4E
Text Example
Text Example
White with #EBDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF4E; }
p { color: rgb(235,223,78); }
H1.HeaderClassName
{
color: #EBDF4E;
}
.AnyTagClassName
{
color: #EBDF4E;
}
</style>
background-color css
<style>
a { background-color: #EBDF4E; }
a { background-color: rgb(235,223,78); }
div.DivClassName
{
background-color: #EBDF4E;
}
.BgClassName
{
background-color: #EBDF4E;
}
</style>
border-color css
<style>
span { border-color: #EBDF4E; }
span { border-color: rgb(235,223,78); }
td.TdClassName
{
border-color: #EBDF4E;
}
.TagClassName
{
border-color: #EBDF4E;
}
</style>