Html Css Color HEX #EADA60 Manz

📋 copy color: '#EADA60'

red 234 ◦ green 218 ◦ blue 96

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

Shades of Manz #EADA60

Tints of Manz #EADA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.78%

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

R = 42.7%
G = 39.78%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EADA60 (or 0xEADA60) is known color: Manz. HEX triplet: EA, DA and 60. RGB value is (234,218,96). Sum of RGB (Red+Green+Blue) = 234+218+96=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA60 is #15259F. Grayscale: #D1D1D1. Windows color (decimal): -1385888 or 6347498. OLE color: 6347498.

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

Color convert

RGB 234 218 96 -
CMYK 0 0.07 0.59 0.08
HSL 53.04º 0.77% 0.65% -
HSV(B) 53.04º 0.59% 0.92% -
XYZ 61.11 68.48 21.06 -
YUV 208.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 234 218 96 0 0.07 0.59 0.08 53.04 0.77 0.65
Hex EA DA 60 0 7 3B 8 35 4D 41
Octal 352 332 140 0 7 73 10 65 115 101
Binary 11101010 11011010 1100000 0 111 111011 1000 110101 1001101 1000001

Color Harmonies of #EADA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA60

Black with #EADA60

Text Example


Text Example

White with #EADA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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