Shades of Manz #EADA4B
Tints of Manz #EADA4B
RGB
CMYK
RGB Variations
Color information
#EADA4B (or 0xEADA4B) is known color: Manz. HEX triplet: EA, DA and 4B. RGB value is (234,218,75). Sum of RGB (Red+Green+Blue) = 234+218+75=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA4B is #1525B4. Grayscale: #CFCFCF. Windows color (decimal): -1385909 or 4971242. OLE color: 4971242.
HSL color Cylindrical-coordinate representation of color #EADA4B: hue angle of 53.96º 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 #EADA4B is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 75 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.08 |
| HSL | 53.96º | 0.79% | 0.61% | - |
| HSV(B) | 53.96º | 0.68% | 0.92% | - |
| XYZ | 60.27 | 68.14 | 16.63 | - |
| YUV | 206.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 75 | 0 | 0.07 | 0.68 | 0.08 | 53.96 | 0.79 | 0.61 |
| Hex | EA | DA | 4B | 0 | 7 | 44 | 8 | 36 | 4F | 3D |
| Octal | 352 | 332 | 113 | 0 | 7 | 104 | 10 | 66 | 117 | 75 |
| Binary | 11101010 | 11011010 | 1001011 | 0 | 111 | 1000100 | 1000 | 110110 | 1001111 | 111101 |
Color Harmonies of #EADA4B
Complementary color
Monochromatic Colors of #EADA4B
Black with #EADA4B
Text Example
Text Example
White with #EADA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA4B; }
p { color: rgb(234,218,75); }
H1.HeaderClassName
{
color: #EADA4B;
}
.AnyTagClassName
{
color: #EADA4B;
}
</style>
background-color css
<style>
a { background-color: #EADA4B; }
a { background-color: rgb(234,218,75); }
div.DivClassName
{
background-color: #EADA4B;
}
.BgClassName
{
background-color: #EADA4B;
}
</style>
border-color css
<style>
span { border-color: #EADA4B; }
span { border-color: rgb(234,218,75); }
td.TdClassName
{
border-color: #EADA4B;
}
.TagClassName
{
border-color: #EADA4B;
}
</style>