Html Css Color HEX #E2DC60 Manz

📋 copy color: '#E2DC60'

red 226 ◦ green 220 ◦ blue 96

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

Shades of Manz #E2DC60

Tints of Manz #E2DC60

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

 BLUE value IS 96 (37.89% from 255) = 17.71%

R = 41.7%
G = 40.59%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2DC60 (or 0xE2DC60) is known color: Manz. HEX triplet: E2, DC and 60. RGB value is (226,220,96). Sum of RGB (Red+Green+Blue) = 226+220+96=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC60 is #1D239F. Grayscale: #D0D0D0. Windows color (decimal): -1909664 or 6348002. OLE color: 6348002.

HSL color Cylindrical-coordinate representation of color #E2DC60: hue angle of 57.23º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2DC60 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 220 96 -
CMYK 0 0.03 0.58 0.11
HSL 57.23º 0.69% 0.63% -
HSV(B) 57.23º 0.58% 0.89% -
XYZ 59.07 68.2 21.12 -
YUV 207.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 226 220 96 0 0.03 0.58 0.11 57.23 0.69 0.63
Hex E2 DC 60 0 3 3A B 39 45 3F
Octal 342 334 140 0 3 72 13 71 105 77
Binary 11100010 11011100 1100000 0 11 111010 1011 111001 1000101 111111

Color Harmonies of #E2DC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DC60

Black with #E2DC60

Text Example


Text Example

White with #E2DC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DC60; }

 p { color: rgb(226,220,96); }

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

background-color css

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

 a { background-color: rgb(226,220,96); }

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

border-color css

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

 span { border-color: rgb(226,220,96); }

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