Html Css Color HEX #EBC978 Marzipan

📋 copy color: '#EBC978'

red 235 ◦ green 201 ◦ blue 120

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

Shades of Marzipan #EBC978

Tints of Marzipan #EBC978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.58%

R = 42.27%
G = 36.15%
B = 21.58%

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

#EBC978 (or 0xEBC978) is known color: Marzipan. HEX triplet: EB, C9 and 78. RGB value is (235,201,120). Sum of RGB (Red+Green+Blue) = 235+201+120=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC978 is #143687. Grayscale: #CACACA. Windows color (decimal): -1324680 or 7916011. OLE color: 7916011.

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

Color convert

RGB 235 201 120 -
CMYK 0 0.14 0.49 0.08
HSL 42.26º 0.74% 0.7% -
HSV(B) 42.26º 0.49% 0.92% -
XYZ 58.54 60.79 26.42 -
YUV 201.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 235 201 120 0 0.14 0.49 0.08 42.26 0.74 0.7
Hex EB C9 78 0 E 31 8 2A 4A 46
Octal 353 311 170 0 16 61 10 52 112 106
Binary 11101011 11001001 1111000 0 1110 110001 1000 101010 1001010 1000110

Color Harmonies of #EBC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC978

Black with #EBC978

Text Example


Text Example

White with #EBC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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