Shades of Manz #E6DF4B
Tints of Manz #E6DF4B
RGB
CMYK
RGB Variations
Color information
#E6DF4B (or 0xE6DF4B) is known color: Manz. HEX triplet: E6, DF and 4B. RGB value is (230,223,75). Sum of RGB (Red+Green+Blue) = 230+223+75=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DF4B is #1920B4. Grayscale: #D0D0D0. Windows color (decimal): -1646773 or 4972518. OLE color: 4972518.
HSL color Cylindrical-coordinate representation of color #E6DF4B: hue angle of 57.29º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6DF4B is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 75 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.10 |
| HSL | 57.29º | 0.76% | 0.6% | - |
| HSV(B) | 57.29º | 0.67% | 0.9% | - |
| XYZ | 60.29 | 70.11 | 17.01 | - |
| YUV | 208.22 | 52.82 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 75 | 0 | 0.03 | 0.67 | 0.10 | 57.29 | 0.76 | 0.6 |
| Hex | E6 | DF | 4B | 0 | 3 | 43 | A | 39 | 4C | 3C |
| Octal | 346 | 337 | 113 | 0 | 3 | 103 | 12 | 71 | 114 | 74 |
| Binary | 11100110 | 11011111 | 1001011 | 0 | 11 | 1000011 | 1010 | 111001 | 1001100 | 111100 |
Color Harmonies of #E6DF4B
Complementary color
Monochromatic Colors of #E6DF4B
Black with #E6DF4B
Text Example
Text Example
White with #E6DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF4B; }
p { color: rgb(230,223,75); }
H1.HeaderClassName
{
color: #E6DF4B;
}
.AnyTagClassName
{
color: #E6DF4B;
}
</style>
background-color css
<style>
a { background-color: #E6DF4B; }
a { background-color: rgb(230,223,75); }
div.DivClassName
{
background-color: #E6DF4B;
}
.BgClassName
{
background-color: #E6DF4B;
}
</style>
border-color css
<style>
span { border-color: #E6DF4B; }
span { border-color: rgb(230,223,75); }
td.TdClassName
{
border-color: #E6DF4B;
}
.TagClassName
{
border-color: #E6DF4B;
}
</style>