Shades of Manz #EBDF49
Tints of Manz #EBDF49
RGB
CMYK
RGB Variations
Color information
#EBDF49 (or 0xEBDF49) is known color: Manz. HEX triplet: EB, DF and 49. RGB value is (235,223,73). Sum of RGB (Red+Green+Blue) = 235+223+73=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF49 is #1420B6. Grayscale: #D2D2D2. Windows color (decimal): -1319095 or 4841451. OLE color: 4841451.
HSL color Cylindrical-coordinate representation of color #EBDF49: hue angle of 55.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBDF49 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 73 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.08 |
| HSL | 55.56º | 0.8% | 0.6% | - |
| HSV(B) | 55.56º | 0.69% | 0.92% | - |
| XYZ | 61.85 | 70.92 | 16.73 | - |
| YUV | 209.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 73 | 0 | 0.05 | 0.69 | 0.08 | 55.56 | 0.8 | 0.6 |
| Hex | EB | DF | 49 | 0 | 5 | 45 | 8 | 38 | 50 | 3C |
| Octal | 353 | 337 | 111 | 0 | 5 | 105 | 10 | 70 | 120 | 74 |
| Binary | 11101011 | 11011111 | 1001001 | 0 | 101 | 1000101 | 1000 | 111000 | 1010000 | 111100 |
Color Harmonies of #EBDF49
Complementary color
Monochromatic Colors of #EBDF49
Black with #EBDF49
Text Example
Text Example
White with #EBDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF49; }
p { color: rgb(235,223,73); }
H1.HeaderClassName
{
color: #EBDF49;
}
.AnyTagClassName
{
color: #EBDF49;
}
</style>
background-color css
<style>
a { background-color: #EBDF49; }
a { background-color: rgb(235,223,73); }
div.DivClassName
{
background-color: #EBDF49;
}
.BgClassName
{
background-color: #EBDF49;
}
</style>
border-color css
<style>
span { border-color: #EBDF49; }
span { border-color: rgb(235,223,73); }
td.TdClassName
{
border-color: #EBDF49;
}
.TagClassName
{
border-color: #EBDF49;
}
</style>