Html Css Color HEX #E1D960 Manz

📋 copy color: '#E1D960'

red 225 ◦ green 217 ◦ blue 96

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

Shades of Manz #E1D960

Tints of Manz #E1D960

RGB

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

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

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

R = 41.82%
G = 40.33%
B = 17.84%

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

#E1D960 (or 0xE1D960) is known color: Manz. HEX triplet: E1, D9 and 60. RGB value is (225,217,96). Sum of RGB (Red+Green+Blue) = 225+217+96=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D960 is #1E269F. Grayscale: #CECECE. Windows color (decimal): -1975968 or 6347233. OLE color: 6347233.

HSL color Cylindrical-coordinate representation of color #E1D960: hue angle of 56.28º 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 #E1D960 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 96 -
CMYK 0 0.04 0.57 0.12
HSL 56.28º 0.68% 0.63% -
HSV(B) 56.28º 0.57% 0.88% -
XYZ 57.98 66.48 20.84 -
YUV 205.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 225 217 96 0 0.04 0.57 0.12 56.28 0.68 0.63
Hex E1 D9 60 0 4 39 C 38 44 3F
Octal 341 331 140 0 4 71 14 70 104 77
Binary 11100001 11011001 1100000 0 100 111001 1100 111000 1000100 111111

Color Harmonies of #E1D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D960

Black with #E1D960

Text Example


Text Example

White with #E1D960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D960; }

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

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

background-color css

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

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

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

border-color css

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

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

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