Html Css Color HEX #EADB61 Manz

📋 copy color: '#EADB61'

red 234 ◦ green 219 ◦ blue 97

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

Shades of Manz #EADB61

Tints of Manz #EADB61

RGB

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

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

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

R = 42.55%
G = 39.82%
B = 17.64%

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

#EADB61 (or 0xEADB61) is known color: Manz. HEX triplet: EA, DB and 61. RGB value is (234,219,97). Sum of RGB (Red+Green+Blue) = 234+219+97=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB61 is #15249E. Grayscale: #D2D2D2. Windows color (decimal): -1385631 or 6413290. OLE color: 6413290.

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

Color convert

RGB 234 219 97 -
CMYK 0 0.06 0.59 0.08
HSL 53.43º 0.77% 0.65% -
HSV(B) 53.43º 0.59% 0.92% -
XYZ 61.42 69.02 21.39 -
YUV 209.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 234 219 97 0 0.06 0.59 0.08 53.43 0.77 0.65
Hex EA DB 61 0 6 3B 8 35 4D 41
Octal 352 333 141 0 6 73 10 65 115 101
Binary 11101010 11011011 1100001 0 110 111011 1000 110101 1001101 1000001

Color Harmonies of #EADB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB61

Black with #EADB61

Text Example


Text Example

White with #EADB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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