Html Css Color HEX #E5C680 Marzipan

📋 copy color: '#E5C680'

red 229 ◦ green 198 ◦ blue 128

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

Shades of Marzipan #E5C680

Tints of Marzipan #E5C680

RGB

 RED value IS 229 (89.84% from 255) = 41.26%

 GREEN value IS 198 (77.73% from 255) = 35.68%

 BLUE value IS 128 (50.39% from 255) = 23.06%

R = 41.26%
G = 35.68%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E5C680 (or 0xE5C680) is known color: Marzipan. HEX triplet: E5, C6 and 80. RGB value is (229,198,128). Sum of RGB (Red+Green+Blue) = 229+198+128=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C680 is #1A397F. Grayscale: #C7C7C7. Windows color (decimal): -1718656 or 8439525. OLE color: 8439525.

HSL color Cylindrical-coordinate representation of color #E5C680: hue angle of 41.58º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5C680 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 198 128 -
CMYK 0 0.14 0.44 0.10
HSL 41.58º 0.66% 0.7% -
HSV(B) 41.58º 0.44% 0.9% -
XYZ 56.4 58.6 28.76 -
YUV 199.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 229 198 128 0 0.14 0.44 0.10 41.58 0.66 0.7
Hex E5 C6 80 0 E 2C A 2A 42 46
Octal 345 306 200 0 16 54 12 52 102 106
Binary 11100101 11000110 10000000 0 1110 101100 1010 101010 1000010 1000110

Color Harmonies of #E5C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C680

Black with #E5C680

Text Example


Text Example

White with #E5C680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C680; }

 p { color: rgb(229,198,128); }

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

background-color css

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

 a { background-color: rgb(229,198,128); }

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

border-color css

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

 span { border-color: rgb(229,198,128); }

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