Shades of Manz #EDE65B
Tints of Manz #EDE65B
RGB
CMYK
RGB Variations
Color information
#EDE65B (or 0xEDE65B) is known color: Manz. HEX triplet: ED, E6 and 5B. RGB value is (237,230,91). Sum of RGB (Red+Green+Blue) = 237+230+91=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 91 (35.94% from 255 or 16.31% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE65B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE65B is #1219A4. Grayscale: #D8D8D8. Windows color (decimal): -1186213 or 6022893. OLE color: 6022893.
HSL color Cylindrical-coordinate representation of color #EDE65B: hue angle of 57.12º 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 #EDE65B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 91 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.07 |
| HSL | 57.12º | 0.8% | 0.64% | - |
| HSV(B) | 57.12º | 0.62% | 0.93% | - |
| XYZ | 65.11 | 75.35 | 21.01 | - |
| YUV | 216.25 | 57.32 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 91 | 0 | 0.03 | 0.62 | 0.07 | 57.12 | 0.8 | 0.64 |
| Hex | ED | E6 | 5B | 0 | 3 | 3E | 7 | 39 | 50 | 40 |
| Octal | 355 | 346 | 133 | 0 | 3 | 76 | 7 | 71 | 120 | 100 |
| Binary | 11101101 | 11100110 | 1011011 | 0 | 11 | 111110 | 111 | 111001 | 1010000 | 1000000 |
Color Harmonies of #EDE65B
Complementary color
Monochromatic Colors of #EDE65B
Black with #EDE65B
Text Example
Text Example
White with #EDE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE65B; }
p { color: rgb(237,230,91); }
H1.HeaderClassName
{
color: #EDE65B;
}
.AnyTagClassName
{
color: #EDE65B;
}
</style>
background-color css
<style>
a { background-color: #EDE65B; }
a { background-color: rgb(237,230,91); }
div.DivClassName
{
background-color: #EDE65B;
}
.BgClassName
{
background-color: #EDE65B;
}
</style>
border-color css
<style>
span { border-color: #EDE65B; }
span { border-color: rgb(237,230,91); }
td.TdClassName
{
border-color: #EDE65B;
}
.TagClassName
{
border-color: #EDE65B;
}
</style>