Shades of Manz #EADF5B
Tints of Manz #EADF5B
RGB
CMYK
RGB Variations
Color information
#EADF5B (or 0xEADF5B) is known color: Manz. HEX triplet: EA, DF and 5B. RGB value is (234,223,91). Sum of RGB (Red+Green+Blue) = 234+223+91=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF5B is #1520A4. Grayscale: #D3D3D3. Windows color (decimal): -1384613 or 6021098. OLE color: 6021098.
HSL color Cylindrical-coordinate representation of color #EADF5B: hue angle of 55.38º 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 #EADF5B is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 91 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.08 |
| HSL | 55.38º | 0.77% | 0.64% | - |
| HSV(B) | 55.38º | 0.61% | 0.92% | - |
| XYZ | 62.21 | 71.02 | 20.33 | - |
| YUV | 211.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 91 | 0 | 0.05 | 0.61 | 0.08 | 55.38 | 0.77 | 0.64 |
| Hex | EA | DF | 5B | 0 | 5 | 3D | 8 | 37 | 4D | 40 |
| Octal | 352 | 337 | 133 | 0 | 5 | 75 | 10 | 67 | 115 | 100 |
| Binary | 11101010 | 11011111 | 1011011 | 0 | 101 | 111101 | 1000 | 110111 | 1001101 | 1000000 |
Color Harmonies of #EADF5B
Complementary color
Monochromatic Colors of #EADF5B
Black with #EADF5B
Text Example
Text Example
White with #EADF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF5B; }
p { color: rgb(234,223,91); }
H1.HeaderClassName
{
color: #EADF5B;
}
.AnyTagClassName
{
color: #EADF5B;
}
</style>
background-color css
<style>
a { background-color: #EADF5B; }
a { background-color: rgb(234,223,91); }
div.DivClassName
{
background-color: #EADF5B;
}
.BgClassName
{
background-color: #EADF5B;
}
</style>
border-color css
<style>
span { border-color: #EADF5B; }
span { border-color: rgb(234,223,91); }
td.TdClassName
{
border-color: #EADF5B;
}
.TagClassName
{
border-color: #EADF5B;
}
</style>