Html Css Color HEX #EBC979 Marzipan

📋 copy color: '#EBC979'

red 235 ◦ green 201 ◦ blue 121

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

Shades of Marzipan #EBC979

Tints of Marzipan #EBC979

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.09%

 BLUE value IS 121 (47.66% from 255) = 21.72%

R = 42.19%
G = 36.09%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBC979 (or 0xEBC979) is known color: Marzipan. HEX triplet: EB, C9 and 79. RGB value is (235,201,121). Sum of RGB (Red+Green+Blue) = 235+201+121=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC979 is #143686. Grayscale: #CACACA. Windows color (decimal): -1324679 or 7981547. OLE color: 7981547.

HSL color Cylindrical-coordinate representation of color #EBC979: hue angle of 42.11º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBC979 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 121 -
CMYK 0 0.14 0.49 0.08
HSL 42.11º 0.74% 0.7% -
HSV(B) 42.11º 0.49% 0.92% -
XYZ 58.6 60.82 26.74 -
YUV 202.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 235 201 121 0 0.14 0.49 0.08 42.11 0.74 0.7
Hex EB C9 79 0 E 31 8 2A 4A 46
Octal 353 311 171 0 16 61 10 52 112 106
Binary 11101011 11001001 1111001 0 1110 110001 1000 101010 1001010 1000110

Color Harmonies of #EBC979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC979

Black with #EBC979

Text Example


Text Example

White with #EBC979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC979; }

 p { color: rgb(235,201,121); }

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

background-color css

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

 a { background-color: rgb(235,201,121); }

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

border-color css

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

 span { border-color: rgb(235,201,121); }

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