#EADC4B

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

Shades of Manz #EADC4B

Tints of Manz #EADC4B

Color information

#EADC4B (or 0xEADC4B) is unknown color: approx Manz. HEX triplet: EA, DC and 4B. RGB value is (234,220,75). Sum of RGB (Red+Green+Blue) = 234+220+75=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC4B is #1523B4. Grayscale: #D0D0D0. Windows color (decimal): -1385397 or 4971754. OLE color: 4971754.

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

Color convert

RGB23422075-
CMYK00.060.680.08
HSL54.72º79.1%60.59%-
HSV(B)54.72º67.95%91.76%-
XYZ60.7969.1916.81-
YUV207.6653.14146.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.23%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 75 (29.69% from 255) = 14.18%
R=44.23%
G=41.59%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342207500.060.680.0854.7279.160.59
HexEADC4B06448374f3d
Octal35233411306104106711775
Binary111010101101110010010110110100010010001101111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC4B; }

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

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

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

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

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

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

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

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