Shades of Manz #EDE14B
Tints of Manz #EDE14B
RGB
CMYK
RGB Variations
Color information
#EDE14B (or 0xEDE14B) is known color: Manz. HEX triplet: ED, E1 and 4B. RGB value is (237,225,75). Sum of RGB (Red+Green+Blue) = 237+225+75=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE14B is #121EB4. Grayscale: #D4D4D4. Windows color (decimal): -1187509 or 4973037. OLE color: 4973037.
HSL color Cylindrical-coordinate representation of color #EDE14B: hue angle of 55.56º 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 #EDE14B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 75 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.07 |
| HSL | 55.56º | 0.82% | 0.61% | - |
| HSV(B) | 55.56º | 0.68% | 0.93% | - |
| XYZ | 63.12 | 72.36 | 17.3 | - |
| YUV | 211.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 75 | 0 | 0.05 | 0.68 | 0.07 | 55.56 | 0.82 | 0.61 |
| Hex | ED | E1 | 4B | 0 | 5 | 44 | 7 | 38 | 52 | 3D |
| Octal | 355 | 341 | 113 | 0 | 5 | 104 | 7 | 70 | 122 | 75 |
| Binary | 11101101 | 11100001 | 1001011 | 0 | 101 | 1000100 | 111 | 111000 | 1010010 | 111101 |
Color Harmonies of #EDE14B
Complementary color
Monochromatic Colors of #EDE14B
Black with #EDE14B
Text Example
Text Example
White with #EDE14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE14B; }
p { color: rgb(237,225,75); }
H1.HeaderClassName
{
color: #EDE14B;
}
.AnyTagClassName
{
color: #EDE14B;
}
</style>
background-color css
<style>
a { background-color: #EDE14B; }
a { background-color: rgb(237,225,75); }
div.DivClassName
{
background-color: #EDE14B;
}
.BgClassName
{
background-color: #EDE14B;
}
</style>
border-color css
<style>
span { border-color: #EDE14B; }
span { border-color: rgb(237,225,75); }
td.TdClassName
{
border-color: #EDE14B;
}
.TagClassName
{
border-color: #EDE14B;
}
</style>