#E7DD4D

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

Shades of Manz #E7DD4D

Tints of Manz #E7DD4D

Color information

#E7DD4D (or 0xE7DD4D) is unknown color: approx Manz. HEX triplet: E7, DD and 4D. RGB value is (231,221,77). Sum of RGB (Red+Green+Blue) = 231+221+77=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD4D is #1822B2. Grayscale: #D0D0D0. Windows color (decimal): -1581747 or 5103079. OLE color: 5103079.

HSL color Cylindrical-coordinate representation of color #E7DD4D: hue angle of 56.1º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7DD4D is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23122177-
CMYK00.040.670.09
HSL56.1º76.24%60.39%-
HSV(B)56.1º66.67%90.59%-
XYZ60.1569.2417.22-
YUV207.5754.31144.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.67%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 77 (30.47% from 255) = 14.56%
R=43.67%
G=41.78%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312217700.040.670.0956.176.2460.39
HexE7DD4D04439384c3c
Octal34733511504103117011474
Binary111001111101110110011010100100001110011110001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DD4D; }

 p { color: rgb(231,221,77); }

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

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

 a { background-color: rgb(231,221,77); }

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

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

 span { border-color: rgb(231,221,77); }

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