#E2D75A

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

Shades of Manz #E2D75A

Tints of Manz #E2D75A

Color information

#E2D75A (or 0xE2D75A) is unknown color: approx Manz. HEX triplet: E2, D7 and 5A. RGB value is (226,215,90). Sum of RGB (Red+Green+Blue) = 226+215+90=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D75A is #1D28A5. Grayscale: #CCCCCC. Windows color (decimal): -1910950 or 5953506. OLE color: 5953506.

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

Color convert

RGB22621590-
CMYK00.050.600.11
HSL55.15º70.1%61.96%-
HSV(B)55.15º60.18%88.63%-
XYZ57.5165.5119.29-
YUV204.0463.64143.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 215 (84.38% from 255) = 40.49%
BLUE value IS 90 (35.55% from 255) = 16.95%
R=42.56%
G=40.49%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262159000.050.600.1155.1570.161.96
HexE2D75A053CB37463e
Octal3423271320574136710676
Binary11100010110101111011010010111110010111101111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D75A; }

 p { color: rgb(226,215,90); }

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

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

 a { background-color: rgb(226,215,90); }

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

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

 span { border-color: rgb(226,215,90); }

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