Html Css Color HEX #E8C380 Marzipan

📋 copy color: '#E8C380'

red 232 ◦ green 195 ◦ blue 128

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

Shades of Marzipan #E8C380

Tints of Marzipan #E8C380

RGB

 RED value IS 232 (91.02% from 255) = 41.8%

 GREEN value IS 195 (76.56% from 255) = 35.14%

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

R = 41.8%
G = 35.14%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E8C380 (or 0xE8C380) is known color: Marzipan. HEX triplet: E8, C3 and 80. RGB value is (232,195,128). Sum of RGB (Red+Green+Blue) = 232+195+128=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C380 is #173C7F. Grayscale: #C6C6C6. Windows color (decimal): -1522816 or 8438760. OLE color: 8438760.

HSL color Cylindrical-coordinate representation of color #E8C380: hue angle of 38.65º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8C380 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 195 128 -
CMYK 0 0.16 0.45 0.09
HSL 38.65º 0.69% 0.71% -
HSV(B) 38.65º 0.45% 0.91% -
XYZ 56.69 57.74 28.58 -
YUV 198.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 232 195 128 0 0.16 0.45 0.09 38.65 0.69 0.71
Hex E8 C3 80 0 10 2D 9 27 45 47
Octal 350 303 200 0 20 55 11 47 105 107
Binary 11101000 11000011 10000000 0 10000 101101 1001 100111 1000101 1000111

Color Harmonies of #E8C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C380

Black with #E8C380

Text Example


Text Example

White with #E8C380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C380; }

 p { color: rgb(232,195,128); }

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

background-color css

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

 a { background-color: rgb(232,195,128); }

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

border-color css

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

 span { border-color: rgb(232,195,128); }

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