#eadc61

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

Shades of Manz #EADC61

Tints of Manz #EADC61

Color information

#EADC61 (or 0xEADC61) is unknown color: approx Manz. HEX triplet: EA, DC and 61. RGB value is (234,220,97). Sum of RGB (Red+Green+Blue) = 234+220+97=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC61 is #15239E. Grayscale: #D2D2D2. Windows color (decimal): -1385375 or 6413546. OLE color: 6413546.

HSL color Cylindrical-coordinate representation of color #EADC61: hue angle of 53.87º 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 #EADC61 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23422097-
CMYK00.060.590.08
HSL53.87º76.54%64.9%-
HSV(B)53.87º58.55%91.76%-
XYZ61.6869.5421.48-
YUV210.1664.14145-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 97 (38.28% from 255) = 17.60%
R=42.47%
G=39.93%
B=17.60%

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
Decimal2342209700.060.590.0853.8776.5464.9
HexEADC61063B8364d41
Octal35233414106731066115101
Binary111010101101110011000010110111011100011011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eadc61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eadc61; }

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

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

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

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

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

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

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

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