Html Css Color HEX #EBC778 Marzipan

📋 copy color: '#EBC778'

red 235 ◦ green 199 ◦ blue 120

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

Shades of Marzipan #EBC778

Tints of Marzipan #EBC778

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.92%

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

R = 42.42%
G = 35.92%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBC778 (or 0xEBC778) is known color: Marzipan. HEX triplet: EB, C7 and 78. RGB value is (235,199,120). Sum of RGB (Red+Green+Blue) = 235+199+120=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC778 is #143887. Grayscale: #C9C9C9. Windows color (decimal): -1325192 or 7915499. OLE color: 7915499.

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

Color convert

RGB 235 199 120 -
CMYK 0 0.15 0.49 0.08
HSL 41.22º 0.74% 0.7% -
HSV(B) 41.22º 0.49% 0.92% -
XYZ 58.07 59.87 26.26 -
YUV 200.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 235 199 120 0 0.15 0.49 0.08 41.22 0.74 0.7
Hex EB C7 78 0 F 31 8 29 4A 46
Octal 353 307 170 0 17 61 10 51 112 106
Binary 11101011 11000111 1111000 0 1111 110001 1000 101001 1001010 1000110

Color Harmonies of #EBC778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC778

Black with #EBC778

Text Example


Text Example

White with #EBC778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC778; }

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

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

background-color css

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

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

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

border-color css

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

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

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