Html Css Color HEX #EADB60 Manz

📋 copy color: '#EADB60'

red 234 ◦ green 219 ◦ blue 96

#EADB60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #EADB60

Tints of Manz #EADB60

RGB

 RED value IS 234 (91.8% from 255) = 42.62%

 GREEN value IS 219 (85.94% from 255) = 39.89%

 BLUE value IS 96 (37.89% from 255) = 17.49%

R = 42.62%
G = 39.89%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EADB60 (or 0xEADB60) is known color: Manz. HEX triplet: EA, DB and 60. RGB value is (234,219,96). Sum of RGB (Red+Green+Blue) = 234+219+96=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB60 is #15249F. Grayscale: #D1D1D1. Windows color (decimal): -1385632 or 6347754. OLE color: 6347754.

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

Color convert

RGB 234 219 96 -
CMYK 0 0.06 0.59 0.08
HSL 53.48º 0.77% 0.65% -
HSV(B) 53.48º 0.59% 0.92% -
XYZ 61.37 69 21.15 -
YUV 209.46 63.97 145.5 -
System Red Green Blue C M Y K H S L
Decimal 234 219 96 0 0.06 0.59 0.08 53.48 0.77 0.65
Hex EA DB 60 0 6 3B 8 35 4D 41
Octal 352 333 140 0 6 73 10 65 115 101
Binary 11101010 11011011 1100000 0 110 111011 1000 110101 1001101 1000001

Color Harmonies of #EADB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB60

Black with #EADB60

Text Example


Text Example

White with #EADB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB60; }

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

 H1.HeaderClassName
 {
   color: #EADB60;
 }
 .AnyTagClassName
 {
   color: #EADB60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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