#E5D74D

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

Shades of Manz #E5D74D

Tints of Manz #E5D74D

Color information

#E5D74D (or 0xE5D74D) is unknown color: approx Manz. HEX triplet: E5, D7 and 4D. RGB value is (229,215,77). Sum of RGB (Red+Green+Blue) = 229+215+77=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D74D is #1A28B2. Grayscale: #CCCCCC. Windows color (decimal): -1714355 or 5101541. OLE color: 5101541.

HSL color Cylindrical-coordinate representation of color #E5D74D: hue angle of 54.47º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5D74D is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB22921577-
CMYK00.060.660.10
HSL54.47º74.51%60%-
HSV(B)54.47º66.38%89.8%-
XYZ57.9565.7916.67-
YUV203.4556.64146.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.95%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 77 (30.47% from 255) = 14.78%
R=43.95%
G=41.27%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292157700.060.660.1054.4774.5160
HexE5D74D0642A364b3c
Octal34532711506102126611374
Binary111001011101011110011010110100001010101101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D74D; }

 p { color: rgb(229,215,77); }

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

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

 a { background-color: rgb(229,215,77); }

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

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

 span { border-color: rgb(229,215,77); }

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