Shades of Manz #EBE45C
Tints of Manz #EBE45C
RGB
CMYK
RGB Variations
Color information
#EBE45C (or 0xEBE45C) is known color: Manz. HEX triplet: EB, E4 and 5C. RGB value is (235,228,92). Sum of RGB (Red+Green+Blue) = 235+228+92=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE45C is #141BA3. Grayscale: #D7D7D7. Windows color (decimal): -1317796 or 6087915. OLE color: 6087915.
HSL color Cylindrical-coordinate representation of color #EBE45C: hue angle of 57.06º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBE45C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 92 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.08 |
| HSL | 57.06º | 0.78% | 0.64% | - |
| HSV(B) | 57.06º | 0.61% | 0.92% | - |
| XYZ | 63.94 | 73.92 | 21.02 | - |
| YUV | 214.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 92 | 0 | 0.03 | 0.61 | 0.08 | 57.06 | 0.78 | 0.64 |
| Hex | EB | E4 | 5C | 0 | 3 | 3D | 8 | 39 | 4E | 40 |
| Octal | 353 | 344 | 134 | 0 | 3 | 75 | 10 | 71 | 116 | 100 |
| Binary | 11101011 | 11100100 | 1011100 | 0 | 11 | 111101 | 1000 | 111001 | 1001110 | 1000000 |
Color Harmonies of #EBE45C
Complementary color
Monochromatic Colors of #EBE45C
Black with #EBE45C
Text Example
Text Example
White with #EBE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE45C; }
p { color: rgb(235,228,92); }
H1.HeaderClassName
{
color: #EBE45C;
}
.AnyTagClassName
{
color: #EBE45C;
}
</style>
background-color css
<style>
a { background-color: #EBE45C; }
a { background-color: rgb(235,228,92); }
div.DivClassName
{
background-color: #EBE45C;
}
.BgClassName
{
background-color: #EBE45C;
}
</style>
border-color css
<style>
span { border-color: #EBE45C; }
span { border-color: rgb(235,228,92); }
td.TdClassName
{
border-color: #EBE45C;
}
.TagClassName
{
border-color: #EBE45C;
}
</style>