Html Css Color HEX #EBC077 Marzipan

📋 copy color: '#EBC077'

red 235 ◦ green 192 ◦ blue 119

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

Shades of Marzipan #EBC077

Tints of Marzipan #EBC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.79%

R = 43.04%
G = 35.16%
B = 21.79%

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

#EBC077 (or 0xEBC077) is known color: Marzipan. HEX triplet: EB, C0 and 77. RGB value is (235,192,119). Sum of RGB (Red+Green+Blue) = 235+192+119=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC077 is #143F88. Grayscale: #C4C4C4. Windows color (decimal): -1326985 or 7848171. OLE color: 7848171.

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

Color convert

RGB 235 192 119 -
CMYK 0 0.18 0.49 0.08
HSL 37.76º 0.74% 0.69% -
HSV(B) 37.76º 0.49% 0.92% -
XYZ 56.44 56.69 25.42 -
YUV 196.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 235 192 119 0 0.18 0.49 0.08 37.76 0.74 0.69
Hex EB C0 77 0 12 31 8 26 4A 45
Octal 353 300 167 0 22 61 10 46 112 105
Binary 11101011 11000000 1110111 0 10010 110001 1000 100110 1001010 1000101

Color Harmonies of #EBC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC077

Black with #EBC077

Text Example


Text Example

White with #EBC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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