Html Css Color HEX #EBC373 Marzipan

📋 copy color: '#EBC373'

red 235 ◦ green 195 ◦ blue 115

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

Shades of Marzipan #EBC373

Tints of Marzipan #EBC373

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.78%

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

R = 43.12%
G = 35.78%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBC373 (or 0xEBC373) is known color: Marzipan. HEX triplet: EB, C3 and 73. RGB value is (235,195,115). Sum of RGB (Red+Green+Blue) = 235+195+115=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC373 is #143C8C. Grayscale: #C6C6C6. Windows color (decimal): -1326221 or 7586795. OLE color: 7586795.

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

Color convert

RGB 235 195 115 -
CMYK 0 0.17 0.51 0.08
HSL 40º 0.75% 0.69% -
HSV(B) 40º 0.51% 0.92% -
XYZ 56.87 57.93 24.4 -
YUV 197.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 235 195 115 0 0.17 0.51 0.08 40 0.75 0.69
Hex EB C3 73 0 11 33 8 28 4B 45
Octal 353 303 163 0 21 63 10 50 113 105
Binary 11101011 11000011 1110011 0 10001 110011 1000 101000 1001011 1000101

Color Harmonies of #EBC373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC373

Black with #EBC373

Text Example


Text Example

White with #EBC373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC373; }

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

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

background-color css

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

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

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

border-color css

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

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

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