#E7DA5D

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

Shades of Manz #E7DA5D

Tints of Manz #E7DA5D

Color information

#E7DA5D (or 0xE7DA5D) is unknown color: approx Manz. HEX triplet: E7, DA and 5D. RGB value is (231,218,93). Sum of RGB (Red+Green+Blue) = 231+218+93=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA5D is #1825A2. Grayscale: #D0D0D0. Windows color (decimal): -1582499 or 6150887. OLE color: 6150887.

HSL color Cylindrical-coordinate representation of color #E7DA5D: hue angle of 54.35º 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 #E7DA5D is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23121893-
CMYK00.060.600.09
HSL54.35º74.19%63.53%-
HSV(B)54.35º59.74%90.59%-
XYZ6067.9220.3-
YUV207.6463.31144.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.62%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 93 (36.72% from 255) = 17.16%
R=42.62%
G=40.22%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312189300.060.600.0954.3574.1963.53
HexE7DA5D063C9364a40
Octal34733213506741166112100
Binary111001111101101010111010110111100100111011010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA5D; }

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

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

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

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

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

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

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

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