#E1D74A

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

Shades of Manz #E1D74A

Tints of Manz #E1D74A

Color information

#E1D74A (or 0xE1D74A) is unknown color: approx Manz. HEX triplet: E1, D7 and 4A. RGB value is (225,215,74). Sum of RGB (Red+Green+Blue) = 225+215+74=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D74A is #1E28B5. Grayscale: #CACACA. Windows color (decimal): -1976502 or 4904929. OLE color: 4904929.

HSL color Cylindrical-coordinate representation of color #E1D74A: hue angle of 56.03º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1D74A is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22521574-
CMYK00.040.670.12
HSL56.03º71.56%58.63%-
HSV(B)56.03º67.11%88.24%-
XYZ56.5965.116.06-
YUV201.9255.81144.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.77%
GREEN value IS 215 (84.38% from 255) = 41.83%
BLUE value IS 74 (29.30% from 255) = 14.40%
R=43.77%
G=41.83%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252157400.040.670.1256.0371.5658.63
HexE1D74A0443C38483b
Octal34132711204103147011073
Binary111000011101011110010100100100001111001110001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D74A; }

 p { color: rgb(225,215,74); }

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

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

 a { background-color: rgb(225,215,74); }

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

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

 span { border-color: rgb(225,215,74); }

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