Shades of Manz #EDE34F
Tints of Manz #EDE34F
RGB
CMYK
RGB Variations
Color information
#EDE34F (or 0xEDE34F) is known color: Manz. HEX triplet: ED, E3 and 4F. RGB value is (237,227,79). Sum of RGB (Red+Green+Blue) = 237+227+79=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 79 (31.25% from 255 or 14.55% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE34F is #121CB0. Grayscale: #D5D5D5. Windows color (decimal): -1186993 or 5235693. OLE color: 5235693.
HSL color Cylindrical-coordinate representation of color #EDE34F: hue angle of 56.2º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDE34F is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 79 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.07 |
| HSL | 56.2º | 0.81% | 0.62% | - |
| HSV(B) | 56.2º | 0.67% | 0.93% | - |
| XYZ | 63.81 | 73.51 | 18.22 | - |
| YUV | 213.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 79 | 0 | 0.04 | 0.67 | 0.07 | 56.2 | 0.81 | 0.62 |
| Hex | ED | E3 | 4F | 0 | 4 | 43 | 7 | 38 | 51 | 3E |
| Octal | 355 | 343 | 117 | 0 | 4 | 103 | 7 | 70 | 121 | 76 |
| Binary | 11101101 | 11100011 | 1001111 | 0 | 100 | 1000011 | 111 | 111000 | 1010001 | 111110 |
Color Harmonies of #EDE34F
Complementary color
Monochromatic Colors of #EDE34F
Black with #EDE34F
Text Example
Text Example
White with #EDE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE34F; }
p { color: rgb(237,227,79); }
H1.HeaderClassName
{
color: #EDE34F;
}
.AnyTagClassName
{
color: #EDE34F;
}
</style>
background-color css
<style>
a { background-color: #EDE34F; }
a { background-color: rgb(237,227,79); }
div.DivClassName
{
background-color: #EDE34F;
}
.BgClassName
{
background-color: #EDE34F;
}
</style>
border-color css
<style>
span { border-color: #EDE34F; }
span { border-color: rgb(237,227,79); }
td.TdClassName
{
border-color: #EDE34F;
}
.TagClassName
{
border-color: #EDE34F;
}
</style>