#E7DE5D

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

Shades of Manz #E7DE5D

Tints of Manz #E7DE5D

Color information

#E7DE5D (or 0xE7DE5D) is unknown color: approx Manz. HEX triplet: E7, DE and 5D. RGB value is (231,222,93). Sum of RGB (Red+Green+Blue) = 231+222+93=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DE5D is #1821A2. Grayscale: #D2D2D2. Windows color (decimal): -1581475 or 6151911. OLE color: 6151911.

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

Color convert

RGB23122293-
CMYK00.040.600.09
HSL56.09º74.19%63.53%-
HSV(B)56.09º59.74%90.59%-
XYZ61.0570.0220.65-
YUV209.9861.98142.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 222 (87.11% from 255) = 40.66%
BLUE value IS 93 (36.72% from 255) = 17.03%
R=42.31%
G=40.66%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312229300.040.600.0956.0974.1963.53
HexE7DE5D043C9384a40
Octal34733613504741170112100
Binary111001111101111010111010100111100100111100010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DE5D; }

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

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

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

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

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

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

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

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