#EBC781

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

Shades of Marzipan #EBC781

Tints of Marzipan #EBC781

Color information

#EBC781 (or 0xEBC781) is unknown color: approx Marzipan. HEX triplet: EB, C7 and 81. RGB value is (235,199,129). Sum of RGB (Red+Green+Blue) = 235+199+129=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC781 is #14387E. Grayscale: #CACACA. Windows color (decimal): -1325183 or 8505323. OLE color: 8505323.

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

Color convert

RGB235199129-
CMYK00.150.450.08
HSL39.62º72.6%71.37%-
HSV(B)39.62º45.11%92.16%-
XYZ58.6560.0929.28-
YUV201.7886.93151.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 129 (50.78% from 255) = 22.91%
R=41.74%
G=35.35%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519912900.150.450.0839.6272.671.37
HexEBC7810F2D8284947
Octal353307201017551050111107
Binary11101011110001111000000101111101101100010100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC781; }

 p { color: rgb(235,199,129); }

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

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

 a { background-color: rgb(235,199,129); }

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

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

 span { border-color: rgb(235,199,129); }

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