Shades of Manz #E2DF4B
Tints of Manz #E2DF4B
RGB
CMYK
RGB Variations
Color information
#E2DF4B (or 0xE2DF4B) is known color: Manz. HEX triplet: E2, DF and 4B. RGB value is (226,223,75). Sum of RGB (Red+Green+Blue) = 226+223+75=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF4B is #1D20B4. Grayscale: #CFCFCF. Windows color (decimal): -1908917 or 4972514. OLE color: 4972514.
HSL color Cylindrical-coordinate representation of color #E2DF4B: hue angle of 58.81º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2DF4B is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 75 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.11 |
| HSL | 58.81º | 0.72% | 0.59% | - |
| HSV(B) | 58.81º | 0.67% | 0.89% | - |
| XYZ | 59.02 | 69.45 | 16.95 | - |
| YUV | 207.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 75 | 0 | 0.01 | 0.67 | 0.11 | 58.81 | 0.72 | 0.59 |
| Hex | E2 | DF | 4B | 0 | 1 | 43 | B | 3B | 48 | 3B |
| Octal | 342 | 337 | 113 | 0 | 1 | 103 | 13 | 73 | 110 | 73 |
| Binary | 11100010 | 11011111 | 1001011 | 0 | 1 | 1000011 | 1011 | 111011 | 1001000 | 111011 |
Color Harmonies of #E2DF4B
Complementary color
Monochromatic Colors of #E2DF4B
Black with #E2DF4B
Text Example
Text Example
White with #E2DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF4B; }
p { color: rgb(226,223,75); }
H1.HeaderClassName
{
color: #E2DF4B;
}
.AnyTagClassName
{
color: #E2DF4B;
}
</style>
background-color css
<style>
a { background-color: #E2DF4B; }
a { background-color: rgb(226,223,75); }
div.DivClassName
{
background-color: #E2DF4B;
}
.BgClassName
{
background-color: #E2DF4B;
}
</style>
border-color css
<style>
span { border-color: #E2DF4B; }
span { border-color: rgb(226,223,75); }
td.TdClassName
{
border-color: #E2DF4B;
}
.TagClassName
{
border-color: #E2DF4B;
}
</style>