Html Css Color HEX #EBC576 Marzipan

📋 copy color: '#EBC576'

red 235 ◦ green 197 ◦ blue 118

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

Shades of Marzipan #EBC576

Tints of Marzipan #EBC576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.45%

R = 42.73%
G = 35.82%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBC576 (or 0xEBC576) is known color: Marzipan. HEX triplet: EB, C5 and 76. RGB value is (235,197,118). Sum of RGB (Red+Green+Blue) = 235+197+118=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC576 is #143A89. Grayscale: #C7C7C7. Windows color (decimal): -1325706 or 7783915. OLE color: 7783915.

HSL color Cylindrical-coordinate representation of color #EBC576: hue angle of 40.51º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBC576 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 118 -
CMYK 0 0.16 0.50 0.08
HSL 40.51º 0.75% 0.69% -
HSV(B) 40.51º 0.5% 0.92% -
XYZ 57.5 58.9 25.48 -
YUV 199.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 235 197 118 0 0.16 0.50 0.08 40.51 0.75 0.69
Hex EB C5 76 0 10 32 8 29 4B 45
Octal 353 305 166 0 20 62 10 51 113 105
Binary 11101011 11000101 1110110 0 10000 110010 1000 101001 1001011 1000101

Color Harmonies of #EBC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC576

Black with #EBC576

Text Example


Text Example

White with #EBC576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC576; }

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

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

background-color css

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

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

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

border-color css

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

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

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