Shades of Manz #EADF5C
Tints of Manz #EADF5C
RGB
CMYK
RGB Variations
Color information
#EADF5C (or 0xEADF5C) is known color: Manz. HEX triplet: EA, DF and 5C. RGB value is (234,223,92). Sum of RGB (Red+Green+Blue) = 234+223+92=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF5C is #1520A3. Grayscale: #D3D3D3. Windows color (decimal): -1384612 or 6086634. OLE color: 6086634.
HSL color Cylindrical-coordinate representation of color #EADF5C: hue angle of 55.35º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EADF5C is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 92 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.08 |
| HSL | 55.35º | 0.77% | 0.64% | - |
| HSV(B) | 55.35º | 0.61% | 0.92% | - |
| XYZ | 62.25 | 71.04 | 20.56 | - |
| YUV | 211.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 92 | 0 | 0.05 | 0.61 | 0.08 | 55.35 | 0.77 | 0.64 |
| Hex | EA | DF | 5C | 0 | 5 | 3D | 8 | 37 | 4D | 40 |
| Octal | 352 | 337 | 134 | 0 | 5 | 75 | 10 | 67 | 115 | 100 |
| Binary | 11101010 | 11011111 | 1011100 | 0 | 101 | 111101 | 1000 | 110111 | 1001101 | 1000000 |
Color Harmonies of #EADF5C
Complementary color
Monochromatic Colors of #EADF5C
Black with #EADF5C
Text Example
Text Example
White with #EADF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF5C; }
p { color: rgb(234,223,92); }
H1.HeaderClassName
{
color: #EADF5C;
}
.AnyTagClassName
{
color: #EADF5C;
}
</style>
background-color css
<style>
a { background-color: #EADF5C; }
a { background-color: rgb(234,223,92); }
div.DivClassName
{
background-color: #EADF5C;
}
.BgClassName
{
background-color: #EADF5C;
}
</style>
border-color css
<style>
span { border-color: #EADF5C; }
span { border-color: rgb(234,223,92); }
td.TdClassName
{
border-color: #EADF5C;
}
.TagClassName
{
border-color: #EADF5C;
}
</style>