Shades of Manz #EFE05D
Tints of Manz #EFE05D
RGB
CMYK
RGB Variations
Color information
#EFE05D (or 0xEFE05D) is known color: Manz. HEX triplet: EF, E0 and 5D. RGB value is (239,224,93). Sum of RGB (Red+Green+Blue) = 239+224+93=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE05D is #101FA2. Grayscale: #D6D6D6. Windows color (decimal): -1056675 or 6152431. OLE color: 6152431.
HSL color Cylindrical-coordinate representation of color #EFE05D: hue angle of 53.84º 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 #EFE05D is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 93 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.06 |
| HSL | 53.84º | 0.82% | 0.65% | - |
| HSV(B) | 53.84º | 0.61% | 0.94% | - |
| XYZ | 64.23 | 72.45 | 20.96 | - |
| YUV | 213.55 | 59.97 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 93 | 0 | 0.06 | 0.61 | 0.06 | 53.84 | 0.82 | 0.65 |
| Hex | EF | E0 | 5D | 0 | 6 | 3D | 6 | 36 | 52 | 41 |
| Octal | 357 | 340 | 135 | 0 | 6 | 75 | 6 | 66 | 122 | 101 |
| Binary | 11101111 | 11100000 | 1011101 | 0 | 110 | 111101 | 110 | 110110 | 1010010 | 1000001 |
Color Harmonies of #EFE05D
Complementary color
Monochromatic Colors of #EFE05D
Black with #EFE05D
Text Example
Text Example
White with #EFE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE05D; }
p { color: rgb(239,224,93); }
H1.HeaderClassName
{
color: #EFE05D;
}
.AnyTagClassName
{
color: #EFE05D;
}
</style>
background-color css
<style>
a { background-color: #EFE05D; }
a { background-color: rgb(239,224,93); }
div.DivClassName
{
background-color: #EFE05D;
}
.BgClassName
{
background-color: #EFE05D;
}
</style>
border-color css
<style>
span { border-color: #EFE05D; }
span { border-color: rgb(239,224,93); }
td.TdClassName
{
border-color: #EFE05D;
}
.TagClassName
{
border-color: #EFE05D;
}
</style>