Shades of Manz #EFE25D
Tints of Manz #EFE25D
RGB
CMYK
RGB Variations
Color information
#EFE25D (or 0xEFE25D) is known color: Manz. HEX triplet: EF, E2 and 5D. RGB value is (239,226,93). Sum of RGB (Red+Green+Blue) = 239+226+93=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE25D is #101DA2. Grayscale: #D7D7D7. Windows color (decimal): -1056163 or 6152943. OLE color: 6152943.
HSL color Cylindrical-coordinate representation of color #EFE25D: hue angle of 54.66º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFE25D is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 93 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.06 |
| HSL | 54.66º | 0.82% | 0.65% | - |
| HSV(B) | 54.66º | 0.61% | 0.94% | - |
| XYZ | 64.77 | 73.53 | 21.14 | - |
| YUV | 214.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 93 | 0 | 0.05 | 0.61 | 0.06 | 54.66 | 0.82 | 0.65 |
| Hex | EF | E2 | 5D | 0 | 5 | 3D | 6 | 37 | 52 | 41 |
| Octal | 357 | 342 | 135 | 0 | 5 | 75 | 6 | 67 | 122 | 101 |
| Binary | 11101111 | 11100010 | 1011101 | 0 | 101 | 111101 | 110 | 110111 | 1010010 | 1000001 |
Color Harmonies of #EFE25D
Complementary color
Monochromatic Colors of #EFE25D
Black with #EFE25D
Text Example
Text Example
White with #EFE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE25D; }
p { color: rgb(239,226,93); }
H1.HeaderClassName
{
color: #EFE25D;
}
.AnyTagClassName
{
color: #EFE25D;
}
</style>
background-color css
<style>
a { background-color: #EFE25D; }
a { background-color: rgb(239,226,93); }
div.DivClassName
{
background-color: #EFE25D;
}
.BgClassName
{
background-color: #EFE25D;
}
</style>
border-color css
<style>
span { border-color: #EFE25D; }
span { border-color: rgb(239,226,93); }
td.TdClassName
{
border-color: #EFE25D;
}
.TagClassName
{
border-color: #EFE25D;
}
</style>