#e2d74e

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

Shades of Manz #E2D74E

Tints of Manz #E2D74E

Color information

#E2D74E (or 0xE2D74E) is unknown color: approx Manz. HEX triplet: E2, D7 and 4E. RGB value is (226,215,78). Sum of RGB (Red+Green+Blue) = 226+215+78=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D74E is #1D28B1. Grayscale: #CBCBCB. Windows color (decimal): -1910962 or 5167074. OLE color: 5167074.

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

Color convert

RGB22621578-
CMYK00.050.650.11
HSL55.54º71.84%59.61%-
HSV(B)55.54º65.49%88.63%-
XYZ57.0465.3216.81-
YUV202.6757.64144.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 78 (30.86% from 255) = 15.03%
R=43.55%
G=41.43%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262157800.050.650.1155.5471.8459.61
HexE2D74E0541B38483c
Octal34232711605101137011074
Binary111000101101011110011100101100000110111110001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2d74e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2d74e; }

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

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

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

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

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

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

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

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