#EADC5F

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

Shades of Manz #EADC5F

Tints of Manz #EADC5F

Color information

#EADC5F (or 0xEADC5F) is unknown color: approx Manz. HEX triplet: EA, DC and 5F. RGB value is (234,220,95). Sum of RGB (Red+Green+Blue) = 234+220+95=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC5F is #1523A0. Grayscale: #D2D2D2. Windows color (decimal): -1385377 or 6282474. OLE color: 6282474.

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

Color convert

RGB23422095-
CMYK00.060.590.08
HSL53.96º76.8%64.51%-
HSV(B)53.96º59.4%91.76%-
XYZ61.5969.5121-
YUV209.9463.14145.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 95 (37.5% from 255) = 17.30%
R=42.62%
G=40.07%
B=17.30%

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
Decimal2342209500.060.590.0853.9676.864.51
HexEADC5F063B8364d41
Octal35233413706731066115101
Binary111010101101110010111110110111011100011011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC5F; }

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

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

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

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

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

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

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

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