#E3D75F

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

Shades of Manz #E3D75F

Tints of Manz #E3D75F

Color information

#E3D75F (or 0xE3D75F) is unknown color: approx Manz. HEX triplet: E3, D7 and 5F. RGB value is (227,215,95). Sum of RGB (Red+Green+Blue) = 227+215+95=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D75F is #1C28A0. Grayscale: #CDCDCD. Windows color (decimal): -1845409 or 6281187. OLE color: 6281187.

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

Color convert

RGB22721595-
CMYK00.050.580.11
HSL54.55º70.21%63.14%-
HSV(B)54.55º58.15%89.02%-
XYZ58.0465.7620.46-
YUV204.9165.98143.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 215 (84.38% from 255) = 40.04%
BLUE value IS 95 (37.5% from 255) = 17.69%
R=42.27%
G=40.04%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272159500.050.580.1154.5570.2163.14
HexE3D75F053AB37463f
Octal3433271370572136710677
Binary11100011110101111011111010111101010111101111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D75F; }

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

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

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

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

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

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

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

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