Shades of Manz #E6E348
Tints of Manz #E6E348
RGB
CMYK
RGB Variations
Color information
#E6E348 (or 0xE6E348) is known color: Manz. HEX triplet: E6, E3 and 48. RGB value is (230,227,72). Sum of RGB (Red+Green+Blue) = 230+227+72=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E348 is #191CB7. Grayscale: #D2D2D2. Windows color (decimal): -1645752 or 4776934. OLE color: 4776934.
HSL color Cylindrical-coordinate representation of color #E6E348: hue angle of 58.86º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6E348 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 227 | 72 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.10 |
| HSL | 58.86º | 0.76% | 0.59% | - |
| HSV(B) | 58.86º | 0.69% | 0.9% | - |
| XYZ | 61.27 | 72.23 | 16.84 | - |
| YUV | 210.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 72 | 0 | 0.01 | 0.69 | 0.10 | 58.86 | 0.76 | 0.59 |
| Hex | E6 | E3 | 48 | 0 | 1 | 45 | A | 3B | 4C | 3B |
| Octal | 346 | 343 | 110 | 0 | 1 | 105 | 12 | 73 | 114 | 73 |
| Binary | 11100110 | 11100011 | 1001000 | 0 | 1 | 1000101 | 1010 | 111011 | 1001100 | 111011 |
Color Harmonies of #E6E348
Complementary color
Monochromatic Colors of #E6E348
Black with #E6E348
Text Example
Text Example
White with #E6E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E348; }
p { color: rgb(230,227,72); }
H1.HeaderClassName
{
color: #E6E348;
}
.AnyTagClassName
{
color: #E6E348;
}
</style>
background-color css
<style>
a { background-color: #E6E348; }
a { background-color: rgb(230,227,72); }
div.DivClassName
{
background-color: #E6E348;
}
.BgClassName
{
background-color: #E6E348;
}
</style>
border-color css
<style>
span { border-color: #E6E348; }
span { border-color: rgb(230,227,72); }
td.TdClassName
{
border-color: #E6E348;
}
.TagClassName
{
border-color: #E6E348;
}
</style>