Html Css Color HEX #EADB5E Manz

📋 copy color: '#EADB5E'

red 234 ◦ green 219 ◦ blue 94

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

Shades of Manz #EADB5E

Tints of Manz #EADB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.18%

R = 42.78%
G = 40.04%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EADB5E (or 0xEADB5E) is known color: Manz. HEX triplet: EA, DB and 5E. RGB value is (234,219,94). Sum of RGB (Red+Green+Blue) = 234+219+94=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB5E is #1524A1. Grayscale: #D1D1D1. Windows color (decimal): -1385634 or 6216682. OLE color: 6216682.

HSL color Cylindrical-coordinate representation of color #EADB5E: hue angle of 53.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EADB5E is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 94 -
CMYK 0 0.06 0.60 0.08
HSL 53.57º 0.77% 0.64% -
HSV(B) 53.57º 0.6% 0.92% -
XYZ 61.28 68.96 20.67 -
YUV 209.24 62.97 145.66 -
System Red Green Blue C M Y K H S L
Decimal 234 219 94 0 0.06 0.60 0.08 53.57 0.77 0.64
Hex EA DB 5E 0 6 3C 8 36 4D 40
Octal 352 333 136 0 6 74 10 66 115 100
Binary 11101010 11011011 1011110 0 110 111100 1000 110110 1001101 1000000

Color Harmonies of #EADB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB5E

Black with #EADB5E

Text Example


Text Example

White with #EADB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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