Html Css Color HEX #EBC379 Marzipan

📋 copy color: '#EBC379'

red 235 ◦ green 195 ◦ blue 121

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

Shades of Marzipan #EBC379

Tints of Marzipan #EBC379

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.39%

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

R = 42.65%
G = 35.39%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBC379 (or 0xEBC379) is known color: Marzipan. HEX triplet: EB, C3 and 79. RGB value is (235,195,121). Sum of RGB (Red+Green+Blue) = 235+195+121=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC379 is #143C86. Grayscale: #C6C6C6. Windows color (decimal): -1326215 or 7980011. OLE color: 7980011.

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

Color convert

RGB 235 195 121 -
CMYK 0 0.17 0.49 0.08
HSL 38.95º 0.74% 0.7% -
HSV(B) 38.95º 0.49% 0.92% -
XYZ 57.23 58.07 26.28 -
YUV 198.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 235 195 121 0 0.17 0.49 0.08 38.95 0.74 0.7
Hex EB C3 79 0 11 31 8 27 4A 46
Octal 353 303 171 0 21 61 10 47 112 106
Binary 11101011 11000011 1111001 0 10001 110001 1000 100111 1001010 1000110

Color Harmonies of #EBC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC379

Black with #EBC379

Text Example


Text Example

White with #EBC379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC379; }

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

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

background-color css

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

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

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

border-color css

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

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

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