Html Css Color HEX #EBC580 Marzipan

📋 copy color: '#EBC580'

red 235 ◦ green 197 ◦ blue 128

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

Shades of Marzipan #EBC580

Tints of Marzipan #EBC580

RGB

 RED value IS 235 (92.19% from 255) = 41.96%

 GREEN value IS 197 (77.34% from 255) = 35.18%

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

R = 41.96%
G = 35.18%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBC580 (or 0xEBC580) is known color: Marzipan. HEX triplet: EB, C5 and 80. RGB value is (235,197,128). Sum of RGB (Red+Green+Blue) = 235+197+128=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC580 is #143A7F. Grayscale: #C8C8C8. Windows color (decimal): -1325696 or 8439275. OLE color: 8439275.

HSL color Cylindrical-coordinate representation of color #EBC580: hue angle of 38.69º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBC580 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 128 -
CMYK 0 0.16 0.46 0.08
HSL 38.69º 0.73% 0.71% -
HSV(B) 38.69º 0.46% 0.92% -
XYZ 58.12 59.15 28.78 -
YUV 200.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 235 197 128 0 0.16 0.46 0.08 38.69 0.73 0.71
Hex EB C5 80 0 10 2E 8 27 49 47
Octal 353 305 200 0 20 56 10 47 111 107
Binary 11101011 11000101 10000000 0 10000 101110 1000 100111 1001001 1000111

Color Harmonies of #EBC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC580

Black with #EBC580

Text Example


Text Example

White with #EBC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC580; }

 p { color: rgb(235,197,128); }

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

background-color css

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

 a { background-color: rgb(235,197,128); }

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

border-color css

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

 span { border-color: rgb(235,197,128); }

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