#EBC380

Color #EBC380 Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #EBC380

Tints of Marzipan #EBC380

Color information

#EBC380 (or 0xEBC380) is unknown color: approx 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

RGB235195128-
CMYK00.170.460.08
HSL37.57º72.79%71.18%-
HSV(B)37.57º45.53%92.16%-
XYZ57.6758.2528.63-
YUV199.3287.75153.45-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519512800.170.460.0837.5772.7971.18
HexEBC3800112E8264947
Octal353303200021561046111107
Binary111010111100001110000000010001101110100010011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>