#E7D55F

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

Shades of Manz #E7D55F

Tints of Manz #E7D55F

Color information

#E7D55F (or 0xE7D55F) is unknown color: approx Manz. HEX triplet: E7, D5 and 5F. RGB value is (231,213,95). Sum of RGB (Red+Green+Blue) = 231+213+95=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D55F is #182AA0. Grayscale: #CDCDCD. Windows color (decimal): -1583777 or 6280679. OLE color: 6280679.

HSL color Cylindrical-coordinate representation of color #E7D55F: hue angle of 52.06º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7D55F is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23121395-
CMYK00.080.590.09
HSL52.06º73.91%63.92%-
HSV(B)52.06º58.87%90.59%-
XYZ58.8165.420.35-
YUV204.9365.96146.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 95 (37.5% from 255) = 17.63%
R=42.86%
G=39.52%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312139500.080.590.0952.0673.9163.92
HexE7D55F083B9344a40
Octal347325137010731164112100
Binary1110011111010101101111101000111011100111010010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D55F; }

 p { color: rgb(231,213,95); }

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

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

 a { background-color: rgb(231,213,95); }

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

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

 span { border-color: rgb(231,213,95); }

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