Html Css Color HEX #EBC277 Marzipan

📋 copy color: '#EBC277'

red 235 ◦ green 194 ◦ blue 119

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

Shades of Marzipan #EBC277

Tints of Marzipan #EBC277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.4%

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

R = 42.88%
G = 35.4%
B = 21.72%

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

#EBC277 (or 0xEBC277) is known color: Marzipan. HEX triplet: EB, C2 and 77. RGB value is (235,194,119). Sum of RGB (Red+Green+Blue) = 235+194+119=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC277 is #143D88. Grayscale: #C6C6C6. Windows color (decimal): -1326473 or 7848683. OLE color: 7848683.

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

Color convert

RGB 235 194 119 -
CMYK 0 0.17 0.49 0.08
HSL 38.79º 0.74% 0.69% -
HSV(B) 38.79º 0.49% 0.92% -
XYZ 56.88 57.58 25.57 -
YUV 197.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 235 194 119 0 0.17 0.49 0.08 38.79 0.74 0.69
Hex EB C2 77 0 11 31 8 27 4A 45
Octal 353 302 167 0 21 61 10 47 112 105
Binary 11101011 11000010 1110111 0 10001 110001 1000 100111 1001010 1000101

Color Harmonies of #EBC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC277

Black with #EBC277

Text Example


Text Example

White with #EBC277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC277; }

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

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

background-color css

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

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

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

border-color css

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

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

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