#EBCA81

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

Shades of Marzipan #EBCA81

Tints of Marzipan #EBCA81

Color information

#EBCA81 (or 0xEBCA81) is unknown color: approx Marzipan. HEX triplet: EB, CA and 81. RGB value is (235,202,129). Sum of RGB (Red+Green+Blue) = 235+202+129=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCA81 is #14357E. Grayscale: #CBCBCB. Windows color (decimal): -1324415 or 8506091. OLE color: 8506091.

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

Color convert

RGB235202129-
CMYK00.140.450.08
HSL41.32º72.6%71.37%-
HSV(B)41.32º45.11%92.16%-
XYZ59.3461.4929.51-
YUV203.5485.93150.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 129 (50.78% from 255) = 22.79%
R=41.52%
G=35.69%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520212900.140.450.0841.3272.671.37
HexEBCA810E2D8294947
Octal353312201016551051111107
Binary11101011110010101000000101110101101100010100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA81; }

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

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

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

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

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

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

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

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