Html Css Color HEX #EBC676 Marzipan

📋 copy color: '#EBC676'

red 235 ◦ green 198 ◦ blue 118

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

Shades of Marzipan #EBC676

Tints of Marzipan #EBC676

RGB

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

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

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

R = 42.65%
G = 35.93%
B = 21.42%

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

#EBC676 (or 0xEBC676) is known color: Marzipan. HEX triplet: EB, C6 and 76. RGB value is (235,198,118). Sum of RGB (Red+Green+Blue) = 235+198+118=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC676 is #143989. Grayscale: #C8C8C8. Windows color (decimal): -1325450 or 7784171. OLE color: 7784171.

HSL color Cylindrical-coordinate representation of color #EBC676: hue angle of 41.03º 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 #EBC676 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 198 118 -
CMYK 0 0.16 0.50 0.08
HSL 41.03º 0.75% 0.69% -
HSV(B) 41.03º 0.5% 0.92% -
XYZ 57.73 59.36 25.55 -
YUV 199.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 235 198 118 0 0.16 0.50 0.08 41.03 0.75 0.69
Hex EB C6 76 0 10 32 8 29 4B 45
Octal 353 306 166 0 20 62 10 51 113 105
Binary 11101011 11000110 1110110 0 10000 110010 1000 101001 1001011 1000101

Color Harmonies of #EBC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC676

Black with #EBC676

Text Example


Text Example

White with #EBC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC676; }

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

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

background-color css

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

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

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

border-color css

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

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

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