Shades of Manz #EFE15A
Tints of Manz #EFE15A
RGB
CMYK
RGB Variations
Color information
#EFE15A (or 0xEFE15A) is known color: Manz. HEX triplet: EF, E1 and 5A. RGB value is (239,225,90). Sum of RGB (Red+Green+Blue) = 239+225+90=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE15A is #101EA5. Grayscale: #D6D6D6. Windows color (decimal): -1056422 or 5956079. OLE color: 5956079.
HSL color Cylindrical-coordinate representation of color #EFE15A: hue angle of 54.36º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFE15A is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 90 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.06 |
| HSL | 54.36º | 0.82% | 0.65% | - |
| HSV(B) | 54.36º | 0.62% | 0.94% | - |
| XYZ | 64.37 | 72.94 | 20.36 | - |
| YUV | 213.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 90 | 0 | 0.06 | 0.62 | 0.06 | 54.36 | 0.82 | 0.65 |
| Hex | EF | E1 | 5A | 0 | 6 | 3E | 6 | 36 | 52 | 41 |
| Octal | 357 | 341 | 132 | 0 | 6 | 76 | 6 | 66 | 122 | 101 |
| Binary | 11101111 | 11100001 | 1011010 | 0 | 110 | 111110 | 110 | 110110 | 1010010 | 1000001 |
Color Harmonies of #EFE15A
Complementary color
Monochromatic Colors of #EFE15A
Black with #EFE15A
Text Example
Text Example
White with #EFE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE15A; }
p { color: rgb(239,225,90); }
H1.HeaderClassName
{
color: #EFE15A;
}
.AnyTagClassName
{
color: #EFE15A;
}
</style>
background-color css
<style>
a { background-color: #EFE15A; }
a { background-color: rgb(239,225,90); }
div.DivClassName
{
background-color: #EFE15A;
}
.BgClassName
{
background-color: #EFE15A;
}
</style>
border-color css
<style>
span { border-color: #EFE15A; }
span { border-color: rgb(239,225,90); }
td.TdClassName
{
border-color: #EFE15A;
}
.TagClassName
{
border-color: #EFE15A;
}
</style>