#EAD960

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

Shades of Manz #EAD960

Tints of Manz #EAD960

Color information

#EAD960 (or 0xEAD960) is unknown color: approx Manz. HEX triplet: EA, D9 and 60. RGB value is (234,217,96). Sum of RGB (Red+Green+Blue) = 234+217+96=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD960 is #15269F. Grayscale: #D0D0D0. Windows color (decimal): -1386144 or 6347242. OLE color: 6347242.

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

Color convert

RGB23421796-
CMYK00.070.590.08
HSL52.61º76.67%64.71%-
HSV(B)52.61º58.97%91.76%-
XYZ60.8667.9620.98-
YUV208.2964.63146.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 96 (37.89% from 255) = 17.55%
R=42.78%
G=39.67%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342179600.070.590.0852.6176.6764.71
HexEAD960073B8354d41
Octal35233114007731065115101
Binary111010101101100111000000111111011100011010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD960; }

 p { color: rgb(234,217,96); }

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

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

 a { background-color: rgb(234,217,96); }

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

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

 span { border-color: rgb(234,217,96); }

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