#EBCA84

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

Shades of Marzipan #EBCA84

Tints of Marzipan #EBCA84

Color information

#EBCA84 (or 0xEBCA84) is unknown color: approx Marzipan. HEX triplet: EB, CA and 84. RGB value is (235,202,132). Sum of RGB (Red+Green+Blue) = 235+202+132=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCA84 is #14357B. Grayscale: #CCCCCC. Windows color (decimal): -1324412 or 8702699. OLE color: 8702699.

HSL color Cylindrical-coordinate representation of color #EBCA84: hue angle of 40.78º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBCA84 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235202132-
CMYK00.140.440.08
HSL40.78º72.03%71.96%-
HSV(B)40.78º43.83%92.16%-
XYZ59.5561.5730.58-
YUV203.8987.43150.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 132 (51.95% from 255) = 23.20%
R=41.30%
G=35.50%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520213200.140.440.0840.7872.0371.96
HexEBCA840E2C8294848
Octal353312204016541051110110
Binary11101011110010101000010001110101100100010100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA84; }

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

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

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

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

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

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

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

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