Html Css Color HEX #E1D85C Manz

📋 copy color: '#E1D85C'

red 225 ◦ green 216 ◦ blue 92

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

Shades of Manz #E1D85C

Tints of Manz #E1D85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.53%

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

R = 42.21%
G = 40.53%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1D85C (or 0xE1D85C) is known color: Manz. HEX triplet: E1, D8 and 5C. RGB value is (225,216,92). Sum of RGB (Red+Green+Blue) = 225+216+92=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D85C is #1E27A3. Grayscale: #CDCDCD. Windows color (decimal): -1976228 or 6084833. OLE color: 6084833.

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

Color convert

RGB 225 216 92 -
CMYK 0 0.04 0.59 0.12
HSL 55.94º 0.69% 0.62% -
HSV(B) 55.94º 0.59% 0.88% -
XYZ 57.54 65.89 19.81 -
YUV 204.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 225 216 92 0 0.04 0.59 0.12 55.94 0.69 0.62
Hex E1 D8 5C 0 4 3B C 38 45 3E
Octal 341 330 134 0 4 73 14 70 105 76
Binary 11100001 11011000 1011100 0 100 111011 1100 111000 1000101 111110

Color Harmonies of #E1D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D85C

Black with #E1D85C

Text Example


Text Example

White with #E1D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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