Shades of Manz #EDE35C
Tints of Manz #EDE35C
RGB
CMYK
RGB Variations
Color information
#EDE35C (or 0xEDE35C) is known color: Manz. HEX triplet: ED, E3 and 5C. RGB value is (237,227,92). Sum of RGB (Red+Green+Blue) = 237+227+92=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE35C is #121CA3. Grayscale: #D7D7D7. Windows color (decimal): -1186980 or 6087661. OLE color: 6087661.
HSL color Cylindrical-coordinate representation of color #EDE35C: hue angle of 55.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDE35C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 92 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.07 |
| HSL | 55.86º | 0.8% | 0.65% | - |
| HSV(B) | 55.86º | 0.61% | 0.93% | - |
| XYZ | 64.33 | 73.72 | 20.96 | - |
| YUV | 214.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 92 | 0 | 0.04 | 0.61 | 0.07 | 55.86 | 0.8 | 0.65 |
| Hex | ED | E3 | 5C | 0 | 4 | 3D | 7 | 38 | 50 | 41 |
| Octal | 355 | 343 | 134 | 0 | 4 | 75 | 7 | 70 | 120 | 101 |
| Binary | 11101101 | 11100011 | 1011100 | 0 | 100 | 111101 | 111 | 111000 | 1010000 | 1000001 |
Color Harmonies of #EDE35C
Complementary color
Monochromatic Colors of #EDE35C
Black with #EDE35C
Text Example
Text Example
White with #EDE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE35C; }
p { color: rgb(237,227,92); }
H1.HeaderClassName
{
color: #EDE35C;
}
.AnyTagClassName
{
color: #EDE35C;
}
</style>
background-color css
<style>
a { background-color: #EDE35C; }
a { background-color: rgb(237,227,92); }
div.DivClassName
{
background-color: #EDE35C;
}
.BgClassName
{
background-color: #EDE35C;
}
</style>
border-color css
<style>
span { border-color: #EDE35C; }
span { border-color: rgb(237,227,92); }
td.TdClassName
{
border-color: #EDE35C;
}
.TagClassName
{
border-color: #EDE35C;
}
</style>