Html Css Color HEX #EBC573 Marzipan

📋 copy color: '#EBC573'

red 235 ◦ green 197 ◦ blue 115

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

Shades of Marzipan #EBC573

Tints of Marzipan #EBC573

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.01%

 BLUE value IS 115 (45.31% from 255) = 21.02%

R = 42.96%
G = 36.01%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBC573 (or 0xEBC573) is known color: Marzipan. HEX triplet: EB, C5 and 73. RGB value is (235,197,115). Sum of RGB (Red+Green+Blue) = 235+197+115=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC573 is #143A8C. Grayscale: #C7C7C7. Windows color (decimal): -1325709 or 7587307. OLE color: 7587307.

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

Color convert

RGB 235 197 115 -
CMYK 0 0.16 0.51 0.08
HSL 41º 0.75% 0.69% -
HSV(B) 41º 0.51% 0.92% -
XYZ 57.32 58.83 24.55 -
YUV 199.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 235 197 115 0 0.16 0.51 0.08 41 0.75 0.69
Hex EB C5 73 0 10 33 8 29 4B 45
Octal 353 305 163 0 20 63 10 51 113 105
Binary 11101011 11000101 1110011 0 10000 110011 1000 101001 1001011 1000101

Color Harmonies of #EBC573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC573

Black with #EBC573

Text Example


Text Example

White with #EBC573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC573; }

 p { color: rgb(235,197,115); }

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

background-color css

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

 a { background-color: rgb(235,197,115); }

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

border-color css

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

 span { border-color: rgb(235,197,115); }

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