Shades of Manz #E6ED4A
Tints of Manz #E6ED4A
RGB
CMYK
RGB Variations
Color information
#E6ED4A (or 0xE6ED4A) is known color: Manz. HEX triplet: E6, ED and 4A. RGB value is (230,237,74). Sum of RGB (Red+Green+Blue) = 230+237+74=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #E6ED4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6ED4A is #1912B5. Grayscale: #D8D8D8. Windows color (decimal): -1643190 or 4910566. OLE color: 4910566.
HSL color Cylindrical-coordinate representation of color #E6ED4A: hue angle of 62.58º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6ED4A is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 74 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.07 |
| HSL | 62.58º | 0.82% | 0.61% | - |
| HSV(B) | 62.58º | 0.69% | 0.93% | - |
| XYZ | 64.15 | 77.89 | 18.13 | - |
| YUV | 216.33 | 47.68 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 74 | 0.03 | 0 | 0.69 | 0.07 | 62.58 | 0.82 | 0.61 |
| Hex | E6 | ED | 4A | 3 | 0 | 45 | 7 | 3F | 52 | 3D |
| Octal | 346 | 355 | 112 | 3 | 0 | 105 | 7 | 77 | 122 | 75 |
| Binary | 11100110 | 11101101 | 1001010 | 11 | 0 | 1000101 | 111 | 111111 | 1010010 | 111101 |
Color Harmonies of #E6ED4A
Complementary color
Monochromatic Colors of #E6ED4A
Black with #E6ED4A
Text Example
Text Example
White with #E6ED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ED4A; }
p { color: rgb(230,237,74); }
H1.HeaderClassName
{
color: #E6ED4A;
}
.AnyTagClassName
{
color: #E6ED4A;
}
</style>
background-color css
<style>
a { background-color: #E6ED4A; }
a { background-color: rgb(230,237,74); }
div.DivClassName
{
background-color: #E6ED4A;
}
.BgClassName
{
background-color: #E6ED4A;
}
</style>
border-color css
<style>
span { border-color: #E6ED4A; }
span { border-color: rgb(230,237,74); }
td.TdClassName
{
border-color: #E6ED4A;
}
.TagClassName
{
border-color: #E6ED4A;
}
</style>