Shades of Manz #EBDF62
Tints of Manz #EBDF62
RGB
CMYK
RGB Variations
Color information
#EBDF62 (or 0xEBDF62) is known color: Manz. HEX triplet: EB, DF and 62. RGB value is (235,223,98). Sum of RGB (Red+Green+Blue) = 235+223+98=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 98 (38.67% from 255 or 17.63% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF62 is #14209D. Grayscale: #D4D4D4. Windows color (decimal): -1319070 or 6479851. OLE color: 6479851.
HSL color Cylindrical-coordinate representation of color #EBDF62: hue angle of 54.74º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EBDF62 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 98 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.08 |
| HSL | 54.74º | 0.77% | 0.65% | - |
| HSV(B) | 54.74º | 0.58% | 0.92% | - |
| XYZ | 62.85 | 71.32 | 22.01 | - |
| YUV | 212.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 98 | 0 | 0.05 | 0.58 | 0.08 | 54.74 | 0.77 | 0.65 |
| Hex | EB | DF | 62 | 0 | 5 | 3A | 8 | 37 | 4D | 41 |
| Octal | 353 | 337 | 142 | 0 | 5 | 72 | 10 | 67 | 115 | 101 |
| Binary | 11101011 | 11011111 | 1100010 | 0 | 101 | 111010 | 1000 | 110111 | 1001101 | 1000001 |
Color Harmonies of #EBDF62
Complementary color
Monochromatic Colors of #EBDF62
Black with #EBDF62
Text Example
Text Example
White with #EBDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF62; }
p { color: rgb(235,223,98); }
H1.HeaderClassName
{
color: #EBDF62;
}
.AnyTagClassName
{
color: #EBDF62;
}
</style>
background-color css
<style>
a { background-color: #EBDF62; }
a { background-color: rgb(235,223,98); }
div.DivClassName
{
background-color: #EBDF62;
}
.BgClassName
{
background-color: #EBDF62;
}
</style>
border-color css
<style>
span { border-color: #EBDF62; }
span { border-color: rgb(235,223,98); }
td.TdClassName
{
border-color: #EBDF62;
}
.TagClassName
{
border-color: #EBDF62;
}
</style>