Shades of Manz #EDE352
Tints of Manz #EDE352
RGB
CMYK
RGB Variations
Color information
#EDE352 (or 0xEDE352) is known color: Manz. HEX triplet: ED, E3 and 52. RGB value is (237,227,82). Sum of RGB (Red+Green+Blue) = 237+227+82=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 82 (32.42% from 255 or 15.02% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE352 is #121CAD. Grayscale: #D6D6D6. Windows color (decimal): -1186990 or 5432301. OLE color: 5432301.
HSL color Cylindrical-coordinate representation of color #EDE352: hue angle of 56.13º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDE352 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 82 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.07 |
| HSL | 56.13º | 0.81% | 0.63% | - |
| HSV(B) | 56.13º | 0.65% | 0.93% | - |
| XYZ | 63.92 | 73.55 | 18.81 | - |
| YUV | 213.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 82 | 0 | 0.04 | 0.65 | 0.07 | 56.13 | 0.81 | 0.63 |
| Hex | ED | E3 | 52 | 0 | 4 | 41 | 7 | 38 | 51 | 3F |
| Octal | 355 | 343 | 122 | 0 | 4 | 101 | 7 | 70 | 121 | 77 |
| Binary | 11101101 | 11100011 | 1010010 | 0 | 100 | 1000001 | 111 | 111000 | 1010001 | 111111 |
Color Harmonies of #EDE352
Complementary color
Monochromatic Colors of #EDE352
Black with #EDE352
Text Example
Text Example
White with #EDE352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE352; }
p { color: rgb(237,227,82); }
H1.HeaderClassName
{
color: #EDE352;
}
.AnyTagClassName
{
color: #EDE352;
}
</style>
background-color css
<style>
a { background-color: #EDE352; }
a { background-color: rgb(237,227,82); }
div.DivClassName
{
background-color: #EDE352;
}
.BgClassName
{
background-color: #EDE352;
}
</style>
border-color css
<style>
span { border-color: #EDE352; }
span { border-color: rgb(237,227,82); }
td.TdClassName
{
border-color: #EDE352;
}
.TagClassName
{
border-color: #EDE352;
}
</style>