#EADB4E

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

Shades of Manz #EADB4E

Tints of Manz #EADB4E

Color information

#EADB4E (or 0xEADB4E) is unknown color: approx Manz. HEX triplet: EA, DB and 4E. RGB value is (234,219,78). Sum of RGB (Red+Green+Blue) = 234+219+78=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB4E is #1524B1. Grayscale: #CFCFCF. Windows color (decimal): -1385650 or 5168106. OLE color: 5168106.

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

Color convert

RGB23421978-
CMYK00.060.670.08
HSL54.23º78.79%61.18%-
HSV(B)54.23º66.67%91.76%-
XYZ60.6468.7117.27-
YUV207.4154.97146.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 78 (30.86% from 255) = 14.69%
R=44.07%
G=41.24%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342197800.060.670.0854.2378.7961.18
HexEADB4E06438364f3d
Octal35233311606103106611775
Binary111010101101101110011100110100001110001101101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB4E; }

 p { color: rgb(234,219,78); }

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

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

 a { background-color: rgb(234,219,78); }

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

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

 span { border-color: rgb(234,219,78); }

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