Shades of Manz #E7E25C
Tints of Manz #E7E25C
RGB
CMYK
RGB Variations
Color information
#E7E25C (or 0xE7E25C) is known color: Manz. HEX triplet: E7, E2 and 5C. RGB value is (231,226,92). Sum of RGB (Red+Green+Blue) = 231+226+92=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E25C is #181DA3. Grayscale: #D4D4D4. Windows color (decimal): -1580452 or 6087399. OLE color: 6087399.
HSL color Cylindrical-coordinate representation of color #E7E25C: hue angle of 57.84º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7E25C is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 92 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.09 |
| HSL | 57.84º | 0.74% | 0.63% | - |
| HSV(B) | 57.84º | 0.6% | 0.91% | - |
| XYZ | 62.08 | 72.15 | 20.78 | - |
| YUV | 212.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 92 | 0 | 0.02 | 0.60 | 0.09 | 57.84 | 0.74 | 0.63 |
| Hex | E7 | E2 | 5C | 0 | 2 | 3C | 9 | 3A | 4A | 3F |
| Octal | 347 | 342 | 134 | 0 | 2 | 74 | 11 | 72 | 112 | 77 |
| Binary | 11100111 | 11100010 | 1011100 | 0 | 10 | 111100 | 1001 | 111010 | 1001010 | 111111 |
Color Harmonies of #E7E25C
Complementary color
Monochromatic Colors of #E7E25C
Black with #E7E25C
Text Example
Text Example
White with #E7E25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E25C; }
p { color: rgb(231,226,92); }
H1.HeaderClassName
{
color: #E7E25C;
}
.AnyTagClassName
{
color: #E7E25C;
}
</style>
background-color css
<style>
a { background-color: #E7E25C; }
a { background-color: rgb(231,226,92); }
div.DivClassName
{
background-color: #E7E25C;
}
.BgClassName
{
background-color: #E7E25C;
}
</style>
border-color css
<style>
span { border-color: #E7E25C; }
span { border-color: rgb(231,226,92); }
td.TdClassName
{
border-color: #E7E25C;
}
.TagClassName
{
border-color: #E7E25C;
}
</style>