Html Css Color HEX #EBC380 Marzipan

📋 copy color: '#EBC380'

red 235 ◦ green 195 ◦ blue 128

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

Shades of Marzipan #EBC380

Tints of Marzipan #EBC380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.94%

R = 42.11%
G = 34.95%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBC380 (or 0xEBC380) is known color: Marzipan. HEX triplet: EB, C3 and 80. RGB value is (235,195,128). Sum of RGB (Red+Green+Blue) = 235+195+128=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC380 is #143C7F. Grayscale: #C7C7C7. Windows color (decimal): -1326208 or 8438763. OLE color: 8438763.

HSL color Cylindrical-coordinate representation of color #EBC380: hue angle of 37.57º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBC380 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 128 -
CMYK 0 0.17 0.46 0.08
HSL 37.57º 0.73% 0.71% -
HSV(B) 37.57º 0.46% 0.92% -
XYZ 57.67 58.25 28.63 -
YUV 199.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 235 195 128 0 0.17 0.46 0.08 37.57 0.73 0.71
Hex EB C3 80 0 11 2E 8 26 49 47
Octal 353 303 200 0 21 56 10 46 111 107
Binary 11101011 11000011 10000000 0 10001 101110 1000 100110 1001001 1000111

Color Harmonies of #EBC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC380

Black with #EBC380

Text Example


Text Example

White with #EBC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC380; }

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

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

background-color css

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

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

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

border-color css

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

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

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