#EADB55

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

Shades of Manz #EADB55

Tints of Manz #EADB55

Color information

#EADB55 (or 0xEADB55) is unknown color: approx Manz. HEX triplet: EA, DB and 55. RGB value is (234,219,85). Sum of RGB (Red+Green+Blue) = 234+219+85=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB55 is #1524AA. Grayscale: #D0D0D0. Windows color (decimal): -1385643 or 5626858. OLE color: 5626858.

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

Color convert

RGB23421985-
CMYK00.060.640.08
HSL53.96º78.01%62.55%-
HSV(B)53.96º63.68%91.76%-
XYZ60.968.8118.67-
YUV208.2158.47146.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 219 (85.94% from 255) = 40.71%
BLUE value IS 85 (33.59% from 255) = 15.80%
R=43.49%
G=40.71%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342198500.060.640.0853.9678.0162.55
HexEADB5506408364e3f
Octal35233312506100106611677
Binary111010101101101110101010110100000010001101101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB55; }

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

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

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

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

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

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

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

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