#EADD61

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

Shades of Manz #EADD61

Tints of Manz #EADD61

Color information

#EADD61 (or 0xEADD61) is unknown color: approx Manz. HEX triplet: EA, DD and 61. RGB value is (234,221,97). Sum of RGB (Red+Green+Blue) = 234+221+97=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD61 is #15229E. Grayscale: #D3D3D3. Windows color (decimal): -1385119 or 6413802. OLE color: 6413802.

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

Color convert

RGB23422197-
CMYK00.060.590.08
HSL54.31º76.54%64.9%-
HSV(B)54.31º58.55%91.76%-
XYZ61.9570.0721.57-
YUV210.7563.81144.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 97 (38.28% from 255) = 17.57%
R=42.39%
G=40.04%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342219700.060.590.0854.3176.5464.9
HexEADD61063B8364d41
Octal35233514106731066115101
Binary111010101101110111000010110111011100011011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD61; }

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

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

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

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

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

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

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

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