Html Css Color HEX #EBC078 Marzipan

📋 copy color: '#EBC078'

red 235 ◦ green 192 ◦ blue 120

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

Shades of Marzipan #EBC078

Tints of Marzipan #EBC078

RGB

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

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

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

R = 42.96%
G = 35.1%
B = 21.94%

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

#EBC078 (or 0xEBC078) is known color: Marzipan. HEX triplet: EB, C0 and 78. RGB value is (235,192,120). Sum of RGB (Red+Green+Blue) = 235+192+120=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC078 is #143F87. Grayscale: #C4C4C4. Windows color (decimal): -1326984 or 7913707. OLE color: 7913707.

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

Color convert

RGB 235 192 120 -
CMYK 0 0.18 0.49 0.08
HSL 37.57º 0.74% 0.7% -
HSV(B) 37.57º 0.49% 0.92% -
XYZ 56.5 56.72 25.74 -
YUV 196.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 235 192 120 0 0.18 0.49 0.08 37.57 0.74 0.7
Hex EB C0 78 0 12 31 8 26 4A 46
Octal 353 300 170 0 22 61 10 46 112 106
Binary 11101011 11000000 1111000 0 10010 110001 1000 100110 1001010 1000110

Color Harmonies of #EBC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC078

Black with #EBC078

Text Example


Text Example

White with #EBC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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