#e2d656

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

Shades of Manz #E2D656

Tints of Manz #E2D656

Color information

#E2D656 (or 0xE2D656) is unknown color: approx Manz. HEX triplet: E2, D6 and 56. RGB value is (226,214,86). Sum of RGB (Red+Green+Blue) = 226+214+86=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D656 is #1D29A9. Grayscale: #CBCBCB. Windows color (decimal): -1911210 or 5691106. OLE color: 5691106.

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

Color convert

RGB22621486-
CMYK00.050.620.11
HSL54.86º70.71%61.18%-
HSV(B)54.86º61.95%88.63%-
XYZ57.0964.9318.33-
YUV20361.98144.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.97%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 86 (33.98% from 255) = 16.35%
R=42.97%
G=40.68%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262148600.050.620.1154.8670.7161.18
HexE2D656053EB37473d
Octal3423261260576136710775
Binary11100010110101101010110010111111010111101111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2d656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2d656; }

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

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

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

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

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

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

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

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