Html Css Color HEX #E2D94D Manz

📋 copy color: '#E2D94D'

red 226 ◦ green 217 ◦ blue 77

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

Shades of Manz #E2D94D

Tints of Manz #E2D94D

RGB

 RED value IS 226 (88.67% from 255) = 43.46%

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

 BLUE value IS 77 (30.47% from 255) = 14.81%

R = 43.46%
G = 41.73%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2D94D (or 0xE2D94D) is known color: Manz. HEX triplet: E2, D9 and 4D. RGB value is (226,217,77). Sum of RGB (Red+Green+Blue) = 226+217+77=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D94D is #1D26B2. Grayscale: #CCCCCC. Windows color (decimal): -1910451 or 5102050. OLE color: 5102050.

HSL color Cylindrical-coordinate representation of color #E2D94D: hue angle of 56.38º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2D94D is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 217 77 -
CMYK 0 0.04 0.66 0.11
HSL 56.38º 0.72% 0.59% -
HSV(B) 56.38º 0.66% 0.89% -
XYZ 57.52 66.33 16.79 -
YUV 203.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 226 217 77 0 0.04 0.66 0.11 56.38 0.72 0.59
Hex E2 D9 4D 0 4 42 B 38 48 3B
Octal 342 331 115 0 4 102 13 70 110 73
Binary 11100010 11011001 1001101 0 100 1000010 1011 111000 1001000 111011

Color Harmonies of #E2D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D94D

Black with #E2D94D

Text Example


Text Example

White with #E2D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D94D; }

 p { color: rgb(226,217,77); }

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

background-color css

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

 a { background-color: rgb(226,217,77); }

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

border-color css

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

 span { border-color: rgb(226,217,77); }

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