Shades of Manz #EDE35A
Tints of Manz #EDE35A
RGB
CMYK
RGB Variations
Color information
#EDE35A (or 0xEDE35A) is known color: Manz. HEX triplet: ED, E3 and 5A. RGB value is (237,227,90). Sum of RGB (Red+Green+Blue) = 237+227+90=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE35A is #121CA5. Grayscale: #D6D6D6. Windows color (decimal): -1186982 or 5956589. OLE color: 5956589.
HSL color Cylindrical-coordinate representation of color #EDE35A: hue angle of 55.92º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDE35A is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 90 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.07 |
| HSL | 55.92º | 0.8% | 0.64% | - |
| HSV(B) | 55.92º | 0.62% | 0.93% | - |
| XYZ | 64.24 | 73.68 | 20.51 | - |
| YUV | 214.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 90 | 0 | 0.04 | 0.62 | 0.07 | 55.92 | 0.8 | 0.64 |
| Hex | ED | E3 | 5A | 0 | 4 | 3E | 7 | 38 | 50 | 40 |
| Octal | 355 | 343 | 132 | 0 | 4 | 76 | 7 | 70 | 120 | 100 |
| Binary | 11101101 | 11100011 | 1011010 | 0 | 100 | 111110 | 111 | 111000 | 1010000 | 1000000 |
Color Harmonies of #EDE35A
Complementary color
Monochromatic Colors of #EDE35A
Black with #EDE35A
Text Example
Text Example
White with #EDE35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE35A; }
p { color: rgb(237,227,90); }
H1.HeaderClassName
{
color: #EDE35A;
}
.AnyTagClassName
{
color: #EDE35A;
}
</style>
background-color css
<style>
a { background-color: #EDE35A; }
a { background-color: rgb(237,227,90); }
div.DivClassName
{
background-color: #EDE35A;
}
.BgClassName
{
background-color: #EDE35A;
}
</style>
border-color css
<style>
span { border-color: #EDE35A; }
span { border-color: rgb(237,227,90); }
td.TdClassName
{
border-color: #EDE35A;
}
.TagClassName
{
border-color: #EDE35A;
}
</style>