#EADD64

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

Shades of Manz #EADD64

Tints of Manz #EADD64

Color information

#EADD64 (or 0xEADD64) is unknown color: approx Manz. HEX triplet: EA, DD and 64. RGB value is (234,221,100). Sum of RGB (Red+Green+Blue) = 234+221+100=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD64 is #15229B. Grayscale: #D3D3D3. Windows color (decimal): -1385116 or 6610410. OLE color: 6610410.

HSL color Cylindrical-coordinate representation of color #EADD64: hue angle of 54.18º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EADD64 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB234221100-
CMYK00.060.570.08
HSL54.18º76.14%65.49%-
HSV(B)54.18º57.26%91.76%-
XYZ62.0970.1322.32-
YUV211.0965.31144.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 100 (39.45% from 255) = 18.02%
R=42.16%
G=39.82%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422110000.060.570.0854.1876.1465.49
HexEADD6406398364c41
Octal35233514406711066114101
Binary111010101101110111001000110111001100011011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD64; }

 p { color: rgb(234,221,100); }

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

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

 a { background-color: rgb(234,221,100); }

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

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

 span { border-color: rgb(234,221,100); }

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