#EBC37D

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

Shades of Marzipan #EBC37D

Tints of Marzipan #EBC37D

Color information

#EBC37D (or 0xEBC37D) is unknown color: approx Marzipan. HEX triplet: EB, C3 and 7D. RGB value is (235,195,125). Sum of RGB (Red+Green+Blue) = 235+195+125=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC37D is #143C82. Grayscale: #C7C7C7. Windows color (decimal): -1326211 or 8242155. OLE color: 8242155.

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

Color convert

RGB235195125-
CMYK00.170.470.08
HSL38.18º73.33%70.59%-
HSV(B)38.18º46.81%92.16%-
XYZ57.4858.1727.6-
YUV198.9886.25153.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=42.34%
G=35.14%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519512500.170.470.0838.1873.3370.59
HexEBC37D0112F8264947
Octal353303175021571046111107
Binary11101011110000111111101010001101111100010011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC37D; }

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

 H1.HeaderClassName
 {
   color: #EBC37D;
 }
 .AnyTagClassName
 {
   color: #EBC37D;
 }
</style>
background-color css

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

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

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

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

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

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