#E7DC5D

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

Shades of Manz #E7DC5D

Tints of Manz #E7DC5D

Color information

#E7DC5D (or 0xE7DC5D) is unknown color: approx Manz. HEX triplet: E7, DC and 5D. RGB value is (231,220,93). Sum of RGB (Red+Green+Blue) = 231+220+93=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC5D is #1823A2. Grayscale: #D1D1D1. Windows color (decimal): -1581987 or 6151399. OLE color: 6151399.

HSL color Cylindrical-coordinate representation of color #E7DC5D: hue angle of 55.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7DC5D is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23122093-
CMYK00.050.600.09
HSL55.22º74.19%63.53%-
HSV(B)55.22º59.74%90.59%-
XYZ60.5268.9720.48-
YUV208.8162.64143.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.46%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 93 (36.72% from 255) = 17.10%
R=42.46%
G=40.44%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312209300.050.600.0955.2274.1963.53
HexE7DC5D053C9374a40
Octal34733413505741167112100
Binary111001111101110010111010101111100100111011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC5D; }

 p { color: rgb(231,220,93); }

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

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

 a { background-color: rgb(231,220,93); }

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

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

 span { border-color: rgb(231,220,93); }

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