Html Css Color HEX #E5D64F Manz

📋 copy color: '#E5D64F'

red 229 ◦ green 214 ◦ blue 79

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

Shades of Manz #E5D64F

Tints of Manz #E5D64F

RGB

 RED value IS 229 (89.84% from 255) = 43.87%

 GREEN value IS 214 (83.98% from 255) = 41%

 BLUE value IS 79 (31.25% from 255) = 15.13%

R = 43.87%
G = 41%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5D64F (or 0xE5D64F) is known color: Manz. HEX triplet: E5, D6 and 4F. RGB value is (229,214,79). Sum of RGB (Red+Green+Blue) = 229+214+79=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 79 (31.25% from 255 or 15.13% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D64F is #1A29B0. Grayscale: #CBCBCB. Windows color (decimal): -1714609 or 5232357. OLE color: 5232357.

HSL color Cylindrical-coordinate representation of color #E5D64F: hue angle of 54º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5D64F is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 214 79 -
CMYK 0 0.07 0.66 0.10
HSL 54º 0.74% 0.6% -
HSV(B) 54º 0.66% 0.9% -
XYZ 57.77 65.32 16.96 -
YUV 203.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 229 214 79 0 0.07 0.66 0.10 54 0.74 0.6
Hex E5 D6 4F 0 7 42 A 36 4A 3C
Octal 345 326 117 0 7 102 12 66 112 74
Binary 11100101 11010110 1001111 0 111 1000010 1010 110110 1001010 111100

Color Harmonies of #E5D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D64F

Black with #E5D64F

Text Example


Text Example

White with #E5D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D64F; }

 p { color: rgb(229,214,79); }

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

background-color css

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

 a { background-color: rgb(229,214,79); }

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

border-color css

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

 span { border-color: rgb(229,214,79); }

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