#E2D661

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

Shades of Manz #E2D661

Tints of Manz #E2D661

Color information

#E2D661 (or 0xE2D661) is unknown color: approx Manz. HEX triplet: E2, D6 and 61. RGB value is (226,214,97). Sum of RGB (Red+Green+Blue) = 226+214+97=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D661 is #1D299E. Grayscale: #CCCCCC. Windows color (decimal): -1911199 or 6412002. OLE color: 6412002.

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

Color convert

RGB22621497-
CMYK00.050.570.11
HSL54.42º68.98%63.33%-
HSV(B)54.42º57.08%88.63%-
XYZ57.5765.1220.85-
YUV204.2567.48143.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.09%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 97 (38.28% from 255) = 18.06%
R=42.09%
G=39.85%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262149700.050.570.1154.4268.9863.33
HexE2D6610539B36453f
Octal3423261410571136610577
Binary11100010110101101100001010111100110111101101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D661; }

 p { color: rgb(226,214,97); }

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

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

 a { background-color: rgb(226,214,97); }

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

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

 span { border-color: rgb(226,214,97); }

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