Shades of Manz #EADF5D
Tints of Manz #EADF5D
RGB
CMYK
RGB Variations
Color information
#EADF5D (or 0xEADF5D) is known color: Manz. HEX triplet: EA, DF and 5D. RGB value is (234,223,93). Sum of RGB (Red+Green+Blue) = 234+223+93=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF5D is #1520A2. Grayscale: #D3D3D3. Windows color (decimal): -1384611 or 6152170. OLE color: 6152170.
HSL color Cylindrical-coordinate representation of color #EADF5D: hue angle of 55.32º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EADF5D is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 93 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.08 |
| HSL | 55.32º | 0.77% | 0.64% | - |
| HSV(B) | 55.32º | 0.6% | 0.92% | - |
| XYZ | 62.3 | 71.06 | 20.79 | - |
| YUV | 211.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 93 | 0 | 0.05 | 0.60 | 0.08 | 55.32 | 0.77 | 0.64 |
| Hex | EA | DF | 5D | 0 | 5 | 3C | 8 | 37 | 4D | 40 |
| Octal | 352 | 337 | 135 | 0 | 5 | 74 | 10 | 67 | 115 | 100 |
| Binary | 11101010 | 11011111 | 1011101 | 0 | 101 | 111100 | 1000 | 110111 | 1001101 | 1000000 |
Color Harmonies of #EADF5D
Complementary color
Monochromatic Colors of #EADF5D
Black with #EADF5D
Text Example
Text Example
White with #EADF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF5D; }
p { color: rgb(234,223,93); }
H1.HeaderClassName
{
color: #EADF5D;
}
.AnyTagClassName
{
color: #EADF5D;
}
</style>
background-color css
<style>
a { background-color: #EADF5D; }
a { background-color: rgb(234,223,93); }
div.DivClassName
{
background-color: #EADF5D;
}
.BgClassName
{
background-color: #EADF5D;
}
</style>
border-color css
<style>
span { border-color: #EADF5D; }
span { border-color: rgb(234,223,93); }
td.TdClassName
{
border-color: #EADF5D;
}
.TagClassName
{
border-color: #EADF5D;
}
</style>