Html Css Color HEX #E1D760 Manz

📋 copy color: '#E1D760'

red 225 ◦ green 215 ◦ blue 96

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

Shades of Manz #E1D760

Tints of Manz #E1D760

RGB

 RED value IS 225 (88.28% from 255) = 41.98%

 GREEN value IS 215 (84.38% from 255) = 40.11%

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

R = 41.98%
G = 40.11%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1D760 (or 0xE1D760) is known color: Manz. HEX triplet: E1, D7 and 60. RGB value is (225,215,96). Sum of RGB (Red+Green+Blue) = 225+215+96=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D760 is #1E289F. Grayscale: #CCCCCC. Windows color (decimal): -1976480 or 6346721. OLE color: 6346721.

HSL color Cylindrical-coordinate representation of color #E1D760: hue angle of 55.35º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1D760 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 215 96 -
CMYK 0 0.04 0.57 0.12
HSL 55.35º 0.68% 0.63% -
HSV(B) 55.35º 0.57% 0.88% -
XYZ 57.46 65.45 20.67 -
YUV 204.42 66.81 142.68 -
System Red Green Blue C M Y K H S L
Decimal 225 215 96 0 0.04 0.57 0.12 55.35 0.68 0.63
Hex E1 D7 60 0 4 39 C 37 44 3F
Octal 341 327 140 0 4 71 14 67 104 77
Binary 11100001 11010111 1100000 0 100 111001 1100 110111 1000100 111111

Color Harmonies of #E1D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D760

Black with #E1D760

Text Example


Text Example

White with #E1D760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D760; }

 p { color: rgb(225,215,96); }

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

background-color css

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

 a { background-color: rgb(225,215,96); }

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

border-color css

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

 span { border-color: rgb(225,215,96); }

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