#E3D75E

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

Shades of Manz #E3D75E

Tints of Manz #E3D75E

Color information

#E3D75E (or 0xE3D75E) is unknown color: approx Manz. HEX triplet: E3, D7 and 5E. RGB value is (227,215,94). Sum of RGB (Red+Green+Blue) = 227+215+94=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D75E is #1C28A1. Grayscale: #CDCDCD. Windows color (decimal): -1845410 or 6215651. OLE color: 6215651.

HSL color Cylindrical-coordinate representation of color #E3D75E: hue angle of 54.59º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3D75E is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22721594-
CMYK00.050.590.11
HSL54.59º70.37%62.94%-
HSV(B)54.59º58.59%89.02%-
XYZ5865.7420.22-
YUV204.7965.48143.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.35%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 94 (37.11% from 255) = 17.54%
R=42.35%
G=40.11%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272159400.050.590.1154.5970.3762.94
HexE3D75E053BB37463f
Octal3433271360573136710677
Binary11100011110101111011110010111101110111101111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D75E; }

 p { color: rgb(227,215,94); }

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

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

 a { background-color: rgb(227,215,94); }

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

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

 span { border-color: rgb(227,215,94); }

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