Html Css Color HEX #E5D949 Manz

📋 copy color: '#E5D949'

red 229 ◦ green 217 ◦ blue 73

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

Shades of Manz #E5D949

Tints of Manz #E5D949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.07%

R = 44.12%
G = 41.81%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5D949 (or 0xE5D949) is known color: Manz. HEX triplet: E5, D9 and 49. RGB value is (229,217,73). Sum of RGB (Red+Green+Blue) = 229+217+73=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D949 is #1A26B6. Grayscale: #CCCCCC. Windows color (decimal): -1713847 or 4839909. OLE color: 4839909.

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

Color convert

RGB 229 217 73 -
CMYK 0 0.05 0.68 0.10
HSL 55.38º 0.75% 0.59% -
HSV(B) 55.38º 0.68% 0.9% -
XYZ 58.33 66.76 16.12 -
YUV 204.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 229 217 73 0 0.05 0.68 0.10 55.38 0.75 0.59
Hex E5 D9 49 0 5 44 A 37 4B 3B
Octal 345 331 111 0 5 104 12 67 113 73
Binary 11100101 11011001 1001001 0 101 1000100 1010 110111 1001011 111011

Color Harmonies of #E5D949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D949

Black with #E5D949

Text Example


Text Example

White with #E5D949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D949; }

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

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

background-color css

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

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

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

border-color css

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

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

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