Html Css Color HEX #EADC61 Manz

📋 copy color: '#EADC61'

red 234 ◦ green 220 ◦ blue 97

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

Shades of Manz #EADC61

Tints of Manz #EADC61

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

 BLUE value IS 97 (38.28% from 255) = 17.6%

R = 42.47%
G = 39.93%
B = 17.6%

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

#EADC61 (or 0xEADC61) is known color: Manz. HEX triplet: EA, DC and 61. RGB value is (234,220,97). Sum of RGB (Red+Green+Blue) = 234+220+97=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC61 is #15239E. Grayscale: #D2D2D2. Windows color (decimal): -1385375 or 6413546. OLE color: 6413546.

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

Color convert

RGB 234 220 97 -
CMYK 0 0.06 0.59 0.08
HSL 53.87º 0.77% 0.65% -
HSV(B) 53.87º 0.59% 0.92% -
XYZ 61.68 69.54 21.48 -
YUV 210.16 64.14 145 -
System Red Green Blue C M Y K H S L
Decimal 234 220 97 0 0.06 0.59 0.08 53.87 0.77 0.65
Hex EA DC 61 0 6 3B 8 36 4D 41
Octal 352 334 141 0 6 73 10 66 115 101
Binary 11101010 11011100 1100001 0 110 111011 1000 110110 1001101 1000001

Color Harmonies of #EADC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC61

Black with #EADC61

Text Example


Text Example

White with #EADC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC61; }

 p { color: rgb(234,220,97); }

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

background-color css

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

 a { background-color: rgb(234,220,97); }

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

border-color css

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

 span { border-color: rgb(234,220,97); }

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