Html Css Color HEX #E1D65C Manz

📋 copy color: '#E1D65C'

red 225 ◦ green 214 ◦ blue 92

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

Shades of Manz #E1D65C

Tints of Manz #E1D65C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

 BLUE value IS 92 (36.33% from 255) = 17.33%

R = 42.37%
G = 40.3%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1D65C (or 0xE1D65C) is known color: Manz. HEX triplet: E1, D6 and 5C. RGB value is (225,214,92). Sum of RGB (Red+Green+Blue) = 225+214+92=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D65C is #1E29A3. Grayscale: #CBCBCB. Windows color (decimal): -1976740 or 6084321. OLE color: 6084321.

HSL color Cylindrical-coordinate representation of color #E1D65C: hue angle of 55.04º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1D65C is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 214 92 -
CMYK 0 0.05 0.59 0.12
HSL 55.04º 0.69% 0.62% -
HSV(B) 55.04º 0.59% 0.88% -
XYZ 57.03 64.87 19.64 -
YUV 203.38 65.14 143.42 -
System Red Green Blue C M Y K H S L
Decimal 225 214 92 0 0.05 0.59 0.12 55.04 0.69 0.62
Hex E1 D6 5C 0 5 3B C 37 45 3E
Octal 341 326 134 0 5 73 14 67 105 76
Binary 11100001 11010110 1011100 0 101 111011 1100 110111 1000101 111110

Color Harmonies of #E1D65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D65C

Black with #E1D65C

Text Example


Text Example

White with #E1D65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D65C; }

 p { color: rgb(225,214,92); }

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

background-color css

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

 a { background-color: rgb(225,214,92); }

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

border-color css

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

 span { border-color: rgb(225,214,92); }

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