Shades of Manz #EAE04D
Tints of Manz #EAE04D
RGB
CMYK
RGB Variations
Color information
#EAE04D (or 0xEAE04D) is known color: Manz. HEX triplet: EA, E0 and 4D. RGB value is (234,224,77). Sum of RGB (Red+Green+Blue) = 234+224+77=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE04D is #151FB2. Grayscale: #D2D2D2. Windows color (decimal): -1384371 or 5103850. OLE color: 5103850.
HSL color Cylindrical-coordinate representation of color #EAE04D: hue angle of 56.18º 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 #EAE04D is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 77 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.08 |
| HSL | 56.18º | 0.79% | 0.61% | - |
| HSV(B) | 56.18º | 0.67% | 0.92% | - |
| XYZ | 61.93 | 71.34 | 17.53 | - |
| YUV | 210.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 77 | 0 | 0.04 | 0.67 | 0.08 | 56.18 | 0.79 | 0.61 |
| Hex | EA | E0 | 4D | 0 | 4 | 43 | 8 | 38 | 4F | 3D |
| Octal | 352 | 340 | 115 | 0 | 4 | 103 | 10 | 70 | 117 | 75 |
| Binary | 11101010 | 11100000 | 1001101 | 0 | 100 | 1000011 | 1000 | 111000 | 1001111 | 111101 |
Color Harmonies of #EAE04D
Complementary color
Monochromatic Colors of #EAE04D
Black with #EAE04D
Text Example
Text Example
White with #EAE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE04D; }
p { color: rgb(234,224,77); }
H1.HeaderClassName
{
color: #EAE04D;
}
.AnyTagClassName
{
color: #EAE04D;
}
</style>
background-color css
<style>
a { background-color: #EAE04D; }
a { background-color: rgb(234,224,77); }
div.DivClassName
{
background-color: #EAE04D;
}
.BgClassName
{
background-color: #EAE04D;
}
</style>
border-color css
<style>
span { border-color: #EAE04D; }
span { border-color: rgb(234,224,77); }
td.TdClassName
{
border-color: #EAE04D;
}
.TagClassName
{
border-color: #EAE04D;
}
</style>