Html Css Color HEX #E2D156 Manz

📋 copy color: '#E2D156'

red 226 ◦ green 209 ◦ blue 86

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

Shades of Manz #E2D156

Tints of Manz #E2D156

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

 BLUE value IS 86 (33.98% from 255) = 16.51%

R = 43.38%
G = 40.12%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E2D156 (or 0xE2D156) is known color: Manz. HEX triplet: E2, D1 and 56. RGB value is (226,209,86). Sum of RGB (Red+Green+Blue) = 226+209+86=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D156 is #1D2EA9. Grayscale: #C8C8C8. Windows color (decimal): -1912490 or 5689826. OLE color: 5689826.

HSL color Cylindrical-coordinate representation of color #E2D156: hue angle of 52.71º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2D156 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 209 86 -
CMYK 0 0.08 0.62 0.11
HSL 52.71º 0.71% 0.61% -
HSV(B) 52.71º 0.62% 0.89% -
XYZ 55.84 62.44 17.91 -
YUV 200.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 226 209 86 0 0.08 0.62 0.11 52.71 0.71 0.61
Hex E2 D1 56 0 8 3E B 35 47 3D
Octal 342 321 126 0 10 76 13 65 107 75
Binary 11100010 11010001 1010110 0 1000 111110 1011 110101 1000111 111101

Color Harmonies of #E2D156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D156

Black with #E2D156

Text Example


Text Example

White with #E2D156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D156; }

 p { color: rgb(226,209,86); }

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

background-color css

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

 a { background-color: rgb(226,209,86); }

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

border-color css

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

 span { border-color: rgb(226,209,86); }

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