Html Css Color HEX #EBC679 Marzipan

📋 copy color: '#EBC679'

red 235 ◦ green 198 ◦ blue 121

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

Shades of Marzipan #EBC679

Tints of Marzipan #EBC679

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.74%

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

R = 42.42%
G = 35.74%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBC679 (or 0xEBC679) is known color: Marzipan. HEX triplet: EB, C6 and 79. RGB value is (235,198,121). Sum of RGB (Red+Green+Blue) = 235+198+121=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC679 is #143986. Grayscale: #C8C8C8. Windows color (decimal): -1325447 or 7980779. OLE color: 7980779.

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

Color convert

RGB 235 198 121 -
CMYK 0 0.16 0.49 0.08
HSL 40.53º 0.74% 0.7% -
HSV(B) 40.53º 0.49% 0.92% -
XYZ 57.91 59.43 26.51 -
YUV 200.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 235 198 121 0 0.16 0.49 0.08 40.53 0.74 0.7
Hex EB C6 79 0 10 31 8 29 4A 46
Octal 353 306 171 0 20 61 10 51 112 106
Binary 11101011 11000110 1111001 0 10000 110001 1000 101001 1001010 1000110

Color Harmonies of #EBC679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC679

Black with #EBC679

Text Example


Text Example

White with #EBC679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC679; }

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

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

background-color css

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

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

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

border-color css

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

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

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