Shades of Manz #EADD4B
Tints of Manz #EADD4B
RGB
CMYK
RGB Variations
Color information
#EADD4B (or 0xEADD4B) is known color: Manz. HEX triplet: EA, DD and 4B. RGB value is (234,221,75). Sum of RGB (Red+Green+Blue) = 234+221+75=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD4B is #1522B4. Grayscale: #D0D0D0. Windows color (decimal): -1385141 or 4972010. OLE color: 4972010.
HSL color Cylindrical-coordinate representation of color #EADD4B: hue angle of 55.09º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EADD4B is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 75 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.08 |
| HSL | 55.09º | 0.79% | 0.61% | - |
| HSV(B) | 55.09º | 0.68% | 0.92% | - |
| XYZ | 61.06 | 69.71 | 16.89 | - |
| YUV | 208.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 75 | 0 | 0.06 | 0.68 | 0.08 | 55.09 | 0.79 | 0.61 |
| Hex | EA | DD | 4B | 0 | 6 | 44 | 8 | 37 | 4F | 3D |
| Octal | 352 | 335 | 113 | 0 | 6 | 104 | 10 | 67 | 117 | 75 |
| Binary | 11101010 | 11011101 | 1001011 | 0 | 110 | 1000100 | 1000 | 110111 | 1001111 | 111101 |
Color Harmonies of #EADD4B
Complementary color
Monochromatic Colors of #EADD4B
Black with #EADD4B
Text Example
Text Example
White with #EADD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD4B; }
p { color: rgb(234,221,75); }
H1.HeaderClassName
{
color: #EADD4B;
}
.AnyTagClassName
{
color: #EADD4B;
}
</style>
background-color css
<style>
a { background-color: #EADD4B; }
a { background-color: rgb(234,221,75); }
div.DivClassName
{
background-color: #EADD4B;
}
.BgClassName
{
background-color: #EADD4B;
}
</style>
border-color css
<style>
span { border-color: #EADD4B; }
span { border-color: rgb(234,221,75); }
td.TdClassName
{
border-color: #EADD4B;
}
.TagClassName
{
border-color: #EADD4B;
}
</style>