#EBCE7E

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

Shades of Marzipan #EBCE7E

Tints of Marzipan #EBCE7E

Color information

#EBCE7E (or 0xEBCE7E) is unknown color: approx Marzipan. HEX triplet: EB, CE and 7E. RGB value is (235,206,126). Sum of RGB (Red+Green+Blue) = 235+206+126=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCE7E is #143181. Grayscale: #CDCDCD. Windows color (decimal): -1323394 or 8310507. OLE color: 8310507.

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

Color convert

RGB235206126-
CMYK00.120.460.08
HSL44.04º73.15%70.78%-
HSV(B)44.04º46.38%92.16%-
XYZ60.163.3128.79-
YUV205.5583.11149-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 126 (49.61% from 255) = 22.22%
R=41.45%
G=36.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520612600.120.460.0844.0473.1570.78
HexEBCE7E0C2E82c4947
Octal353316176014561054111107
Binary1110101111001110111111001100101110100010110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCE7E; }

 p { color: rgb(235,206,126); }

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

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

 a { background-color: rgb(235,206,126); }

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

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

 span { border-color: rgb(235,206,126); }

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