Shades of Manz #EFE15D
Tints of Manz #EFE15D
RGB
CMYK
RGB Variations
Color information
#EFE15D (or 0xEFE15D) is known color: Manz. HEX triplet: EF, E1 and 5D. RGB value is (239,225,93). Sum of RGB (Red+Green+Blue) = 239+225+93=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE15D is #101EA2. Grayscale: #D6D6D6. Windows color (decimal): -1056419 or 6152687. OLE color: 6152687.
HSL color Cylindrical-coordinate representation of color #EFE15D: hue angle of 54.25º 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 #EFE15D is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 93 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.06 |
| HSL | 54.25º | 0.82% | 0.65% | - |
| HSV(B) | 54.25º | 0.61% | 0.94% | - |
| XYZ | 64.5 | 72.99 | 21.05 | - |
| YUV | 214.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 93 | 0 | 0.06 | 0.61 | 0.06 | 54.25 | 0.82 | 0.65 |
| Hex | EF | E1 | 5D | 0 | 6 | 3D | 6 | 36 | 52 | 41 |
| Octal | 357 | 341 | 135 | 0 | 6 | 75 | 6 | 66 | 122 | 101 |
| Binary | 11101111 | 11100001 | 1011101 | 0 | 110 | 111101 | 110 | 110110 | 1010010 | 1000001 |
Color Harmonies of #EFE15D
Complementary color
Monochromatic Colors of #EFE15D
Black with #EFE15D
Text Example
Text Example
White with #EFE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE15D; }
p { color: rgb(239,225,93); }
H1.HeaderClassName
{
color: #EFE15D;
}
.AnyTagClassName
{
color: #EFE15D;
}
</style>
background-color css
<style>
a { background-color: #EFE15D; }
a { background-color: rgb(239,225,93); }
div.DivClassName
{
background-color: #EFE15D;
}
.BgClassName
{
background-color: #EFE15D;
}
</style>
border-color css
<style>
span { border-color: #EFE15D; }
span { border-color: rgb(239,225,93); }
td.TdClassName
{
border-color: #EFE15D;
}
.TagClassName
{
border-color: #EFE15D;
}
</style>