#EADA4E

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

Shades of Manz #EADA4E

Tints of Manz #EADA4E

Color information

#EADA4E (or 0xEADA4E) is unknown color: approx Manz. HEX triplet: EA, DA and 4E. RGB value is (234,218,78). Sum of RGB (Red+Green+Blue) = 234+218+78=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA4E is #1525B1. Grayscale: #CFCFCF. Windows color (decimal): -1385906 or 5167850. OLE color: 5167850.

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

Color convert

RGB23421878-
CMYK00.070.670.08
HSL53.85º78.79%61.18%-
HSV(B)53.85º66.67%91.76%-
XYZ60.3868.1917.19-
YUV206.8255.3147.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 78 (30.86% from 255) = 14.72%
R=44.15%
G=41.13%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342187800.070.670.0853.8578.7961.18
HexEADA4E07438364f3d
Octal35233211607103106611775
Binary111010101101101010011100111100001110001101101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA4E; }

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

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

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

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

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

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

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

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