Shades of Manz #EADF4D
Tints of Manz #EADF4D
RGB
CMYK
RGB Variations
Color information
#EADF4D (or 0xEADF4D) is known color: Manz. HEX triplet: EA, DF and 4D. RGB value is (234,223,77). Sum of RGB (Red+Green+Blue) = 234+223+77=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF4D is #1520B2. Grayscale: #D2D2D2. Windows color (decimal): -1384627 or 5103594. OLE color: 5103594.
HSL color Cylindrical-coordinate representation of color #EADF4D: hue angle of 55.8º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EADF4D is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 77 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.08 |
| HSL | 55.8º | 0.79% | 0.61% | - |
| HSV(B) | 55.8º | 0.67% | 0.92% | - |
| XYZ | 61.66 | 70.8 | 17.44 | - |
| YUV | 209.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 77 | 0 | 0.05 | 0.67 | 0.08 | 55.8 | 0.79 | 0.61 |
| Hex | EA | DF | 4D | 0 | 5 | 43 | 8 | 38 | 4F | 3D |
| Octal | 352 | 337 | 115 | 0 | 5 | 103 | 10 | 70 | 117 | 75 |
| Binary | 11101010 | 11011111 | 1001101 | 0 | 101 | 1000011 | 1000 | 111000 | 1001111 | 111101 |
Color Harmonies of #EADF4D
Complementary color
Monochromatic Colors of #EADF4D
Black with #EADF4D
Text Example
Text Example
White with #EADF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF4D; }
p { color: rgb(234,223,77); }
H1.HeaderClassName
{
color: #EADF4D;
}
.AnyTagClassName
{
color: #EADF4D;
}
</style>
background-color css
<style>
a { background-color: #EADF4D; }
a { background-color: rgb(234,223,77); }
div.DivClassName
{
background-color: #EADF4D;
}
.BgClassName
{
background-color: #EADF4D;
}
</style>
border-color css
<style>
span { border-color: #EADF4D; }
span { border-color: rgb(234,223,77); }
td.TdClassName
{
border-color: #EADF4D;
}
.TagClassName
{
border-color: #EADF4D;
}
</style>