Html Css Color HEX #E3D85C Manz

📋 copy color: '#E3D85C'

red 227 ◦ green 216 ◦ blue 92

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

Shades of Manz #E3D85C

Tints of Manz #E3D85C

RGB

 RED value IS 227 (89.06% from 255) = 42.43%

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

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

R = 42.43%
G = 40.37%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3D85C (or 0xE3D85C) is known color: Manz. HEX triplet: E3, D8 and 5C. RGB value is (227,216,92). Sum of RGB (Red+Green+Blue) = 227+216+92=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D85C is #1C27A3. Grayscale: #CDCDCD. Windows color (decimal): -1845156 or 6084835. OLE color: 6084835.

HSL color Cylindrical-coordinate representation of color #E3D85C: hue angle of 55.11º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3D85C is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 216 92 -
CMYK 0 0.05 0.59 0.11
HSL 55.11º 0.71% 0.63% -
HSV(B) 55.11º 0.59% 0.89% -
XYZ 58.17 66.22 19.84 -
YUV 205.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 227 216 92 0 0.05 0.59 0.11 55.11 0.71 0.63
Hex E3 D8 5C 0 5 3B B 37 47 3F
Octal 343 330 134 0 5 73 13 67 107 77
Binary 11100011 11011000 1011100 0 101 111011 1011 110111 1000111 111111

Color Harmonies of #E3D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D85C

Black with #E3D85C

Text Example


Text Example

White with #E3D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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