Shades of Manz #E6ED4B
Tints of Manz #E6ED4B
RGB
CMYK
RGB Variations
Color information
#E6ED4B (or 0xE6ED4B) is known color: Manz. HEX triplet: E6, ED and 4B. RGB value is (230,237,75). Sum of RGB (Red+Green+Blue) = 230+237+75=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 75 (29.69% from 255 or 13.84% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #E6ED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6ED4B is #1912B4. Grayscale: #D9D9D9. Windows color (decimal): -1643189 or 4976102. OLE color: 4976102.
HSL color Cylindrical-coordinate representation of color #E6ED4B: hue angle of 62.59º 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 #E6ED4B is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 75 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.07 |
| HSL | 62.59º | 0.82% | 0.61% | - |
| HSV(B) | 62.59º | 0.68% | 0.93% | - |
| XYZ | 64.19 | 77.9 | 18.31 | - |
| YUV | 216.44 | 48.18 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 75 | 0.03 | 0 | 0.68 | 0.07 | 62.59 | 0.82 | 0.61 |
| Hex | E6 | ED | 4B | 3 | 0 | 44 | 7 | 3F | 52 | 3D |
| Octal | 346 | 355 | 113 | 3 | 0 | 104 | 7 | 77 | 122 | 75 |
| Binary | 11100110 | 11101101 | 1001011 | 11 | 0 | 1000100 | 111 | 111111 | 1010010 | 111101 |
Color Harmonies of #E6ED4B
Complementary color
Monochromatic Colors of #E6ED4B
Black with #E6ED4B
Text Example
Text Example
White with #E6ED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ED4B; }
p { color: rgb(230,237,75); }
H1.HeaderClassName
{
color: #E6ED4B;
}
.AnyTagClassName
{
color: #E6ED4B;
}
</style>
background-color css
<style>
a { background-color: #E6ED4B; }
a { background-color: rgb(230,237,75); }
div.DivClassName
{
background-color: #E6ED4B;
}
.BgClassName
{
background-color: #E6ED4B;
}
</style>
border-color css
<style>
span { border-color: #E6ED4B; }
span { border-color: rgb(230,237,75); }
td.TdClassName
{
border-color: #E6ED4B;
}
.TagClassName
{
border-color: #E6ED4B;
}
</style>