Shades of Manz #E6DF5F
Tints of Manz #E6DF5F
RGB
CMYK
RGB Variations
Color information
#E6DF5F (or 0xE6DF5F) is known color: Manz. HEX triplet: E6, DF and 5F. RGB value is (230,223,95). Sum of RGB (Red+Green+Blue) = 230+223+95=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF5F is #1920A0. Grayscale: #D3D3D3. Windows color (decimal): -1646753 or 6283238. OLE color: 6283238.
HSL color Cylindrical-coordinate representation of color #E6DF5F: hue angle of 56.89º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6DF5F is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 95 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.10 |
| HSL | 56.89º | 0.73% | 0.64% | - |
| HSV(B) | 56.89º | 0.59% | 0.9% | - |
| XYZ | 61.09 | 70.42 | 21.2 | - |
| YUV | 210.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 95 | 0 | 0.03 | 0.59 | 0.10 | 56.89 | 0.73 | 0.64 |
| Hex | E6 | DF | 5F | 0 | 3 | 3B | A | 39 | 49 | 40 |
| Octal | 346 | 337 | 137 | 0 | 3 | 73 | 12 | 71 | 111 | 100 |
| Binary | 11100110 | 11011111 | 1011111 | 0 | 11 | 111011 | 1010 | 111001 | 1001001 | 1000000 |
Color Harmonies of #E6DF5F
Complementary color
Monochromatic Colors of #E6DF5F
Black with #E6DF5F
Text Example
Text Example
White with #E6DF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF5F; }
p { color: rgb(230,223,95); }
H1.HeaderClassName
{
color: #E6DF5F;
}
.AnyTagClassName
{
color: #E6DF5F;
}
</style>
background-color css
<style>
a { background-color: #E6DF5F; }
a { background-color: rgb(230,223,95); }
div.DivClassName
{
background-color: #E6DF5F;
}
.BgClassName
{
background-color: #E6DF5F;
}
</style>
border-color css
<style>
span { border-color: #E6DF5F; }
span { border-color: rgb(230,223,95); }
td.TdClassName
{
border-color: #E6DF5F;
}
.TagClassName
{
border-color: #E6DF5F;
}
</style>