Shades of Manz #EDE34B
Tints of Manz #EDE34B
RGB
CMYK
RGB Variations
Color information
#EDE34B (or 0xEDE34B) is known color: Manz. HEX triplet: ED, E3 and 4B. RGB value is (237,227,75). Sum of RGB (Red+Green+Blue) = 237+227+75=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 75 (29.69% from 255 or 13.91% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE34B is #121CB4. Grayscale: #D5D5D5. Windows color (decimal): -1186997 or 4973549. OLE color: 4973549.
HSL color Cylindrical-coordinate representation of color #EDE34B: hue angle of 56.3º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDE34B is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 75 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.07 |
| HSL | 56.3º | 0.82% | 0.61% | - |
| HSV(B) | 56.3º | 0.68% | 0.93% | - |
| XYZ | 63.66 | 73.45 | 17.48 | - |
| YUV | 212.66 | 50.31 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 75 | 0 | 0.04 | 0.68 | 0.07 | 56.3 | 0.82 | 0.61 |
| Hex | ED | E3 | 4B | 0 | 4 | 44 | 7 | 38 | 52 | 3D |
| Octal | 355 | 343 | 113 | 0 | 4 | 104 | 7 | 70 | 122 | 75 |
| Binary | 11101101 | 11100011 | 1001011 | 0 | 100 | 1000100 | 111 | 111000 | 1010010 | 111101 |
Color Harmonies of #EDE34B
Complementary color
Monochromatic Colors of #EDE34B
Black with #EDE34B
Text Example
Text Example
White with #EDE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE34B; }
p { color: rgb(237,227,75); }
H1.HeaderClassName
{
color: #EDE34B;
}
.AnyTagClassName
{
color: #EDE34B;
}
</style>
background-color css
<style>
a { background-color: #EDE34B; }
a { background-color: rgb(237,227,75); }
div.DivClassName
{
background-color: #EDE34B;
}
.BgClassName
{
background-color: #EDE34B;
}
</style>
border-color css
<style>
span { border-color: #EDE34B; }
span { border-color: rgb(237,227,75); }
td.TdClassName
{
border-color: #EDE34B;
}
.TagClassName
{
border-color: #EDE34B;
}
</style>