Html Css Color HEX #EBC079 Marzipan

📋 copy color: '#EBC079'

red 235 ◦ green 192 ◦ blue 121

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

Shades of Marzipan #EBC079

Tints of Marzipan #EBC079

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.04%

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

R = 42.88%
G = 35.04%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBC079 (or 0xEBC079) is known color: Marzipan. HEX triplet: EB, C0 and 79. RGB value is (235,192,121). Sum of RGB (Red+Green+Blue) = 235+192+121=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 121 (47.66% from 255 or 22.08% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC079 is #143F86. Grayscale: #C5C5C5. Windows color (decimal): -1326983 or 7979243. OLE color: 7979243.

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

Color convert

RGB 235 192 121 -
CMYK 0 0.18 0.49 0.08
HSL 37.37º 0.74% 0.7% -
HSV(B) 37.37º 0.49% 0.92% -
XYZ 56.56 56.74 26.06 -
YUV 196.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 235 192 121 0 0.18 0.49 0.08 37.37 0.74 0.7
Hex EB C0 79 0 12 31 8 25 4A 46
Octal 353 300 171 0 22 61 10 45 112 106
Binary 11101011 11000000 1111001 0 10010 110001 1000 100101 1001010 1000110

Color Harmonies of #EBC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC079

Black with #EBC079

Text Example


Text Example

White with #EBC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC079; }

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

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

background-color css

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

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

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

border-color css

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

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

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