Html Css Color HEX #EBC076 Marzipan

📋 copy color: '#EBC076'

red 235 ◦ green 192 ◦ blue 118

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

Shades of Marzipan #EBC076

Tints of Marzipan #EBC076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.65%

R = 43.12%
G = 35.23%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBC076 (or 0xEBC076) is known color: Marzipan. HEX triplet: EB, C0 and 76. RGB value is (235,192,118). Sum of RGB (Red+Green+Blue) = 235+192+118=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC076 is #143F89. Grayscale: #C4C4C4. Windows color (decimal): -1326986 or 7782635. OLE color: 7782635.

HSL color Cylindrical-coordinate representation of color #EBC076: hue angle of 37.95º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBC076 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 118 -
CMYK 0 0.18 0.50 0.08
HSL 37.95º 0.75% 0.69% -
HSV(B) 37.95º 0.5% 0.92% -
XYZ 56.38 56.67 25.11 -
YUV 196.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 235 192 118 0 0.18 0.50 0.08 37.95 0.75 0.69
Hex EB C0 76 0 12 32 8 26 4B 45
Octal 353 300 166 0 22 62 10 46 113 105
Binary 11101011 11000000 1110110 0 10010 110010 1000 100110 1001011 1000101

Color Harmonies of #EBC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC076

Black with #EBC076

Text Example


Text Example

White with #EBC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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