Shades of Manz #EBE25C
Tints of Manz #EBE25C
RGB
CMYK
RGB Variations
Color information
#EBE25C (or 0xEBE25C) is known color: Manz. HEX triplet: EB, E2 and 5C. RGB value is (235,226,92). Sum of RGB (Red+Green+Blue) = 235+226+92=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE25C is #141DA3. Grayscale: #D5D5D5. Windows color (decimal): -1318308 or 6087403. OLE color: 6087403.
HSL color Cylindrical-coordinate representation of color #EBE25C: hue angle of 56.22º 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 #EBE25C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 92 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.08 |
| HSL | 56.22º | 0.78% | 0.64% | - |
| HSV(B) | 56.22º | 0.61% | 0.92% | - |
| XYZ | 63.39 | 72.83 | 20.84 | - |
| YUV | 213.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 92 | 0 | 0.04 | 0.61 | 0.08 | 56.22 | 0.78 | 0.64 |
| Hex | EB | E2 | 5C | 0 | 4 | 3D | 8 | 38 | 4E | 40 |
| Octal | 353 | 342 | 134 | 0 | 4 | 75 | 10 | 70 | 116 | 100 |
| Binary | 11101011 | 11100010 | 1011100 | 0 | 100 | 111101 | 1000 | 111000 | 1001110 | 1000000 |
Color Harmonies of #EBE25C
Complementary color
Monochromatic Colors of #EBE25C
Black with #EBE25C
Text Example
Text Example
White with #EBE25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE25C; }
p { color: rgb(235,226,92); }
H1.HeaderClassName
{
color: #EBE25C;
}
.AnyTagClassName
{
color: #EBE25C;
}
</style>
background-color css
<style>
a { background-color: #EBE25C; }
a { background-color: rgb(235,226,92); }
div.DivClassName
{
background-color: #EBE25C;
}
.BgClassName
{
background-color: #EBE25C;
}
</style>
border-color css
<style>
span { border-color: #EBE25C; }
span { border-color: rgb(235,226,92); }
td.TdClassName
{
border-color: #EBE25C;
}
.TagClassName
{
border-color: #EBE25C;
}
</style>