Shades of Manz #EFE14F
Tints of Manz #EFE14F
RGB
CMYK
RGB Variations
Color information
#EFE14F (or 0xEFE14F) is known color: Manz. HEX triplet: EF, E1 and 4F. RGB value is (239,225,79). Sum of RGB (Red+Green+Blue) = 239+225+79=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 79 (31.25% from 255 or 14.55% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE14F is #101EB0. Grayscale: #D5D5D5. Windows color (decimal): -1056433 or 5235183. OLE color: 5235183.
HSL color Cylindrical-coordinate representation of color #EFE14F: hue angle of 54.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFE14F is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 79 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.06 |
| HSL | 54.75º | 0.83% | 0.62% | - |
| HSV(B) | 54.75º | 0.67% | 0.94% | - |
| XYZ | 63.93 | 72.77 | 18.07 | - |
| YUV | 212.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 79 | 0 | 0.06 | 0.67 | 0.06 | 54.75 | 0.83 | 0.62 |
| Hex | EF | E1 | 4F | 0 | 6 | 43 | 6 | 37 | 53 | 3E |
| Octal | 357 | 341 | 117 | 0 | 6 | 103 | 6 | 67 | 123 | 76 |
| Binary | 11101111 | 11100001 | 1001111 | 0 | 110 | 1000011 | 110 | 110111 | 1010011 | 111110 |
Color Harmonies of #EFE14F
Complementary color
Monochromatic Colors of #EFE14F
Black with #EFE14F
Text Example
Text Example
White with #EFE14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE14F; }
p { color: rgb(239,225,79); }
H1.HeaderClassName
{
color: #EFE14F;
}
.AnyTagClassName
{
color: #EFE14F;
}
</style>
background-color css
<style>
a { background-color: #EFE14F; }
a { background-color: rgb(239,225,79); }
div.DivClassName
{
background-color: #EFE14F;
}
.BgClassName
{
background-color: #EFE14F;
}
</style>
border-color css
<style>
span { border-color: #EFE14F; }
span { border-color: rgb(239,225,79); }
td.TdClassName
{
border-color: #EFE14F;
}
.TagClassName
{
border-color: #EFE14F;
}
</style>