Html Css Color HEX #E7D85C Manz

📋 copy color: '#E7D85C'

red 231 ◦ green 216 ◦ blue 92

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

Shades of Manz #E7D85C

Tints of Manz #E7D85C

RGB

 RED value IS 231 (90.63% from 255) = 42.86%

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

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

R = 42.86%
G = 40.07%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7D85C (or 0xE7D85C) is known color: Manz. HEX triplet: E7, D8 and 5C. RGB value is (231,216,92). Sum of RGB (Red+Green+Blue) = 231+216+92=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D85C is #1827A3. Grayscale: #CECECE. Windows color (decimal): -1583012 or 6084839. OLE color: 6084839.

HSL color Cylindrical-coordinate representation of color #E7D85C: hue angle of 53.53º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7D85C is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 216 92 -
CMYK 0 0.06 0.60 0.09
HSL 53.53º 0.74% 0.63% -
HSV(B) 53.53º 0.6% 0.91% -
XYZ 59.44 66.87 19.9 -
YUV 206.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 231 216 92 0 0.06 0.60 0.09 53.53 0.74 0.63
Hex E7 D8 5C 0 6 3C 9 36 4A 3F
Octal 347 330 134 0 6 74 11 66 112 77
Binary 11100111 11011000 1011100 0 110 111100 1001 110110 1001010 111111

Color Harmonies of #E7D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D85C

Black with #E7D85C

Text Example


Text Example

White with #E7D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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