Html Css Color HEX #EADB64 Manz

📋 copy color: '#EADB64'

red 234 ◦ green 219 ◦ blue 100

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

Shades of Manz #EADB64

Tints of Manz #EADB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.08%

R = 42.31%
G = 39.6%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EADB64 (or 0xEADB64) is known color: Manz. HEX triplet: EA, DB and 64. RGB value is (234,219,100). Sum of RGB (Red+Green+Blue) = 234+219+100=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB64 is #15249B. Grayscale: #D2D2D2. Windows color (decimal): -1385628 or 6609898. OLE color: 6609898.

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

Color convert

RGB 234 219 100 -
CMYK 0 0.06 0.57 0.08
HSL 53.28º 0.76% 0.65% -
HSV(B) 53.28º 0.57% 0.92% -
XYZ 61.56 69.08 22.14 -
YUV 209.92 65.97 145.18 -
System Red Green Blue C M Y K H S L
Decimal 234 219 100 0 0.06 0.57 0.08 53.28 0.76 0.65
Hex EA DB 64 0 6 39 8 35 4C 41
Octal 352 333 144 0 6 71 10 65 114 101
Binary 11101010 11011011 1100100 0 110 111001 1000 110101 1001100 1000001

Color Harmonies of #EADB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB64

Black with #EADB64

Text Example


Text Example

White with #EADB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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