Html Css Color HEX #E0D85C Manz

📋 copy color: '#E0D85C'

red 224 ◦ green 216 ◦ blue 92

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

Shades of Manz #E0D85C

Tints of Manz #E0D85C

RGB

 RED value IS 224 (87.89% from 255) = 42.11%

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

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

R = 42.11%
G = 40.6%
B = 17.29%

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

#E0D85C (or 0xE0D85C) is known color: Manz. HEX triplet: E0, D8 and 5C. RGB value is (224,216,92). Sum of RGB (Red+Green+Blue) = 224+216+92=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D85C is #1F27A3. Grayscale: #CCCCCC. Windows color (decimal): -2041764 or 6084832. OLE color: 6084832.

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

Color convert

RGB 224 216 92 -
CMYK 0 0.04 0.59 0.12
HSL 56.36º 0.68% 0.62% -
HSV(B) 56.36º 0.59% 0.88% -
XYZ 57.23 65.73 19.8 -
YUV 204.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 224 216 92 0 0.04 0.59 0.12 56.36 0.68 0.62
Hex E0 D8 5C 0 4 3B C 38 44 3E
Octal 340 330 134 0 4 73 14 70 104 76
Binary 11100000 11011000 1011100 0 100 111011 1100 111000 1000100 111110

Color Harmonies of #E0D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D85C

Black with #E0D85C

Text Example


Text Example

White with #E0D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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