#E2D64C

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

Shades of Manz #E2D64C

Tints of Manz #E2D64C

Color information

#E2D64C (or 0xE2D64C) is unknown color: approx Manz. HEX triplet: E2, D6 and 4C. RGB value is (226,214,76). Sum of RGB (Red+Green+Blue) = 226+214+76=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D64C is #1D29B3. Grayscale: #CACACA. Windows color (decimal): -1911220 or 5035746. OLE color: 5035746.

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

Color convert

RGB22621476-
CMYK00.050.660.11
HSL55.2º72.12%59.22%-
HSV(B)55.2º66.37%88.63%-
XYZ56.7264.7816.35-
YUV201.8656.98145.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.80%
GREEN value IS 214 (83.98% from 255) = 41.47%
BLUE value IS 76 (30.08% from 255) = 14.73%
R=43.80%
G=41.47%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262147600.050.660.1155.272.1259.22
HexE2D64C0542B37483b
Octal34232611405102136711073
Binary111000101101011010011000101100001010111101111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D64C; }

 p { color: rgb(226,214,76); }

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

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

 a { background-color: rgb(226,214,76); }

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

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

 span { border-color: rgb(226,214,76); }

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