Html Css Color HEX #EBC477 Marzipan

📋 copy color: '#EBC477'

red 235 ◦ green 196 ◦ blue 119

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

Shades of Marzipan #EBC477

Tints of Marzipan #EBC477

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.64%

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

R = 42.73%
G = 35.64%
B = 21.64%

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

#EBC477 (or 0xEBC477) is known color: Marzipan. HEX triplet: EB, C4 and 77. RGB value is (235,196,119). Sum of RGB (Red+Green+Blue) = 235+196+119=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC477 is #143B88. Grayscale: #C7C7C7. Windows color (decimal): -1325961 or 7849195. OLE color: 7849195.

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

Color convert

RGB 235 196 119 -
CMYK 0 0.17 0.49 0.08
HSL 39.83º 0.74% 0.69% -
HSV(B) 39.83º 0.49% 0.92% -
XYZ 57.33 58.47 25.72 -
YUV 198.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 235 196 119 0 0.17 0.49 0.08 39.83 0.74 0.69
Hex EB C4 77 0 11 31 8 28 4A 45
Octal 353 304 167 0 21 61 10 50 112 105
Binary 11101011 11000100 1110111 0 10001 110001 1000 101000 1001010 1000101

Color Harmonies of #EBC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC477

Black with #EBC477

Text Example


Text Example

White with #EBC477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC477; }

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

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

background-color css

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

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

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

border-color css

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

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

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