#E4DA49

Color #E4DA49 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #E4DA49

Tints of Manz #E4DA49

Color information

#E4DA49 (or 0xE4DA49) is unknown color: approx Manz. HEX triplet: E4, DA and 49. RGB value is (228,218,73). Sum of RGB (Red+Green+Blue) = 228+218+73=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DA49 is #1B25B6. Grayscale: #CDCDCD. Windows color (decimal): -1779127 or 4840164. OLE color: 4840164.

HSL color Cylindrical-coordinate representation of color #E4DA49: hue angle of 56.13º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4DA49 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22821873-
CMYK00.040.680.11
HSL56.13º74.16%59.02%-
HSV(B)56.13º67.98%89.41%-
XYZ58.2767.1216.19-
YUV204.4653.81144.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 43.93%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 73 (28.91% from 255) = 14.07%
R=43.93%
G=42.00%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282187300.040.680.1156.1374.1659.02
HexE4DA490444B384a3b
Octal34433211104104137011273
Binary111001001101101010010010100100010010111110001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DA49; }

 p { color: rgb(228,218,73); }

 H1.HeaderClassName
 {
   color: #E4DA49;
 }
 .AnyTagClassName
 {
   color: #E4DA49;
 }
</style>
background-color css

<style>
 a { background-color: #E4DA49; }

 a { background-color: rgb(228,218,73); }

 div.DivClassName
 {
   background-color: #E4DA49;
 }
 .BgClassName
 {
   background-color: #E4DA49;
 }
</style>
border-color css

<style>
 span { border-color: #E4DA49; }

 span { border-color: rgb(228,218,73); }

 td.TdClassName
 {
   border-color: #E4DA49;
 }
 .TagClassName
 {
   border-color: #E4DA49;
 }
</style>