Html Css Color HEX #EBC779 Marzipan

📋 copy color: '#EBC779'

red 235 ◦ green 199 ◦ blue 121

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

Shades of Marzipan #EBC779

Tints of Marzipan #EBC779

RGB

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

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

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

R = 42.34%
G = 35.86%
B = 21.8%

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

#EBC779 (or 0xEBC779) is known color: Marzipan. HEX triplet: EB, C7 and 79. RGB value is (235,199,121). Sum of RGB (Red+Green+Blue) = 235+199+121=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC779 is #143886. Grayscale: #C9C9C9. Windows color (decimal): -1325191 or 7981035. OLE color: 7981035.

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

Color convert

RGB 235 199 121 -
CMYK 0 0.15 0.49 0.08
HSL 41.05º 0.74% 0.7% -
HSV(B) 41.05º 0.49% 0.92% -
XYZ 58.14 59.89 26.58 -
YUV 200.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 235 199 121 0 0.15 0.49 0.08 41.05 0.74 0.7
Hex EB C7 79 0 F 31 8 29 4A 46
Octal 353 307 171 0 17 61 10 51 112 106
Binary 11101011 11000111 1111001 0 1111 110001 1000 101001 1001010 1000110

Color Harmonies of #EBC779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC779

Black with #EBC779

Text Example


Text Example

White with #EBC779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC779; }

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

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

background-color css

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

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

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

border-color css

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

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

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