Html Css Color HEX #EBC178 Marzipan

📋 copy color: '#EBC178'

red 235 ◦ green 193 ◦ blue 120

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

Shades of Marzipan #EBC178

Tints of Marzipan #EBC178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.22%

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

R = 42.88%
G = 35.22%
B = 21.9%

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

#EBC178 (or 0xEBC178) is known color: Marzipan. HEX triplet: EB, C1 and 78. RGB value is (235,193,120). Sum of RGB (Red+Green+Blue) = 235+193+120=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC178 is #143E87. Grayscale: #C5C5C5. Windows color (decimal): -1326728 or 7913963. OLE color: 7913963.

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

Color convert

RGB 235 193 120 -
CMYK 0 0.18 0.49 0.08
HSL 38.09º 0.74% 0.7% -
HSV(B) 38.09º 0.49% 0.92% -
XYZ 56.72 57.16 25.81 -
YUV 197.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 235 193 120 0 0.18 0.49 0.08 38.09 0.74 0.7
Hex EB C1 78 0 12 31 8 26 4A 46
Octal 353 301 170 0 22 61 10 46 112 106
Binary 11101011 11000001 1111000 0 10010 110001 1000 100110 1001010 1000110

Color Harmonies of #EBC178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC178

Black with #EBC178

Text Example


Text Example

White with #EBC178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC178; }

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

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

background-color css

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

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

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

border-color css

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

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

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