Shades of Manz #EADF5A
Tints of Manz #EADF5A
RGB
CMYK
RGB Variations
Color information
#EADF5A (or 0xEADF5A) is known color: Manz. HEX triplet: EA, DF and 5A. RGB value is (234,223,90). Sum of RGB (Red+Green+Blue) = 234+223+90=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF5A is #1520A5. Grayscale: #D3D3D3. Windows color (decimal): -1384614 or 5955562. OLE color: 5955562.
HSL color Cylindrical-coordinate representation of color #EADF5A: hue angle of 55.42º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EADF5A is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 90 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.08 |
| HSL | 55.42º | 0.77% | 0.64% | - |
| HSV(B) | 55.42º | 0.62% | 0.92% | - |
| XYZ | 62.16 | 71.01 | 20.1 | - |
| YUV | 211.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 90 | 0 | 0.05 | 0.62 | 0.08 | 55.42 | 0.77 | 0.64 |
| Hex | EA | DF | 5A | 0 | 5 | 3E | 8 | 37 | 4D | 40 |
| Octal | 352 | 337 | 132 | 0 | 5 | 76 | 10 | 67 | 115 | 100 |
| Binary | 11101010 | 11011111 | 1011010 | 0 | 101 | 111110 | 1000 | 110111 | 1001101 | 1000000 |
Color Harmonies of #EADF5A
Complementary color
Monochromatic Colors of #EADF5A
Black with #EADF5A
Text Example
Text Example
White with #EADF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF5A; }
p { color: rgb(234,223,90); }
H1.HeaderClassName
{
color: #EADF5A;
}
.AnyTagClassName
{
color: #EADF5A;
}
</style>
background-color css
<style>
a { background-color: #EADF5A; }
a { background-color: rgb(234,223,90); }
div.DivClassName
{
background-color: #EADF5A;
}
.BgClassName
{
background-color: #EADF5A;
}
</style>
border-color css
<style>
span { border-color: #EADF5A; }
span { border-color: rgb(234,223,90); }
td.TdClassName
{
border-color: #EADF5A;
}
.TagClassName
{
border-color: #EADF5A;
}
</style>