#E3DC4D

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

Shades of Manz #E3DC4D

Tints of Manz #E3DC4D

Color information

#E3DC4D (or 0xE3DC4D) is unknown color: approx Manz. HEX triplet: E3, DC and 4D. RGB value is (227,220,77). Sum of RGB (Red+Green+Blue) = 227+220+77=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DC4D is #1C23B2. Grayscale: #CECECE. Windows color (decimal): -1844147 or 5102819. OLE color: 5102819.

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

Color convert

RGB22722077-
CMYK00.030.660.11
HSL57.2º72.82%59.61%-
HSV(B)57.2º66.08%89.02%-
XYZ58.6168.0517.07-
YUV205.7955.32143.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.32%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 77 (30.47% from 255) = 14.69%
R=43.32%
G=41.98%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272207700.030.660.1157.272.8259.61
HexE3DC4D0342B39493c
Octal34333411503102137111174
Binary11100011110111001001101011100001010111110011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DC4D; }

 p { color: rgb(227,220,77); }

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

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

 a { background-color: rgb(227,220,77); }

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

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

 span { border-color: rgb(227,220,77); }

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