#EBC17D

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

Shades of Marzipan #EBC17D

Tints of Marzipan #EBC17D

Color information

#EBC17D (or 0xEBC17D) is unknown color: approx Marzipan. HEX triplet: EB, C1 and 7D. RGB value is (235,193,125). Sum of RGB (Red+Green+Blue) = 235+193+125=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC17D is #143E82. Grayscale: #C6C6C6. Windows color (decimal): -1326723 or 8241643. OLE color: 8241643.

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

Color convert

RGB235193125-
CMYK00.180.470.08
HSL37.09º73.33%70.59%-
HSV(B)37.09º46.81%92.16%-
XYZ57.0357.2827.45-
YUV197.8186.91154.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 125 (49.22% from 255) = 22.60%
R=42.50%
G=34.90%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519312500.180.470.0837.0973.3370.59
HexEBC17D0122F8254947
Octal353301175022571045111107
Binary11101011110000011111101010010101111100010010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC17D; }

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

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

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

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

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

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

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

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