Shades of Manz #EAE05C
Tints of Manz #EAE05C
RGB
CMYK
RGB Variations
Color information
#EAE05C (or 0xEAE05C) is known color: Manz. HEX triplet: EA, E0 and 5C. RGB value is (234,224,92). Sum of RGB (Red+Green+Blue) = 234+224+92=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE05C is #151FA3. Grayscale: #D4D4D4. Windows color (decimal): -1384356 or 6086890. OLE color: 6086890.
HSL color Cylindrical-coordinate representation of color #EAE05C: hue angle of 55.77º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAE05C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 92 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.08 |
| HSL | 55.77º | 0.77% | 0.64% | - |
| HSV(B) | 55.77º | 0.61% | 0.92% | - |
| XYZ | 62.52 | 71.58 | 20.65 | - |
| YUV | 211.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 92 | 0 | 0.04 | 0.61 | 0.08 | 55.77 | 0.77 | 0.64 |
| Hex | EA | E0 | 5C | 0 | 4 | 3D | 8 | 38 | 4D | 40 |
| Octal | 352 | 340 | 134 | 0 | 4 | 75 | 10 | 70 | 115 | 100 |
| Binary | 11101010 | 11100000 | 1011100 | 0 | 100 | 111101 | 1000 | 111000 | 1001101 | 1000000 |
Color Harmonies of #EAE05C
Complementary color
Monochromatic Colors of #EAE05C
Black with #EAE05C
Text Example
Text Example
White with #EAE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE05C; }
p { color: rgb(234,224,92); }
H1.HeaderClassName
{
color: #EAE05C;
}
.AnyTagClassName
{
color: #EAE05C;
}
</style>
background-color css
<style>
a { background-color: #EAE05C; }
a { background-color: rgb(234,224,92); }
div.DivClassName
{
background-color: #EAE05C;
}
.BgClassName
{
background-color: #EAE05C;
}
</style>
border-color css
<style>
span { border-color: #EAE05C; }
span { border-color: rgb(234,224,92); }
td.TdClassName
{
border-color: #EAE05C;
}
.TagClassName
{
border-color: #EAE05C;
}
</style>