Html Css Color HEX #E5D964 Manz

📋 copy color: '#E5D964'

red 229 ◦ green 217 ◦ blue 100

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

Shades of Manz #E5D964

Tints of Manz #E5D964

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.74%

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

R = 41.94%
G = 39.74%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E5D964 (or 0xE5D964) is known color: Manz. HEX triplet: E5, D9 and 64. RGB value is (229,217,100). Sum of RGB (Red+Green+Blue) = 229+217+100=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D964 is #1A269B. Grayscale: #CFCFCF. Windows color (decimal): -1713820 or 6609381. OLE color: 6609381.

HSL color Cylindrical-coordinate representation of color #E5D964: hue angle of 54.42º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5D964 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 217 100 -
CMYK 0 0.05 0.56 0.10
HSL 54.42º 0.71% 0.65% -
HSV(B) 54.42º 0.56% 0.9% -
XYZ 59.43 67.2 21.9 -
YUV 207.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 229 217 100 0 0.05 0.56 0.10 54.42 0.71 0.65
Hex E5 D9 64 0 5 38 A 36 47 41
Octal 345 331 144 0 5 70 12 66 107 101
Binary 11100101 11011001 1100100 0 101 111000 1010 110110 1000111 1000001

Color Harmonies of #E5D964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D964

Black with #E5D964

Text Example


Text Example

White with #E5D964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D964; }

 p { color: rgb(229,217,100); }

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

background-color css

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

 a { background-color: rgb(229,217,100); }

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

border-color css

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

 span { border-color: rgb(229,217,100); }

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