#EBCC8B

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

Shades of Marzipan #EBCC8B

Tints of Marzipan #EBCC8B

Color information

#EBCC8B (or 0xEBCC8B) is unknown color: approx Marzipan. HEX triplet: EB, CC and 8B. RGB value is (235,204,139). Sum of RGB (Red+Green+Blue) = 235+204+139=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC8B is #143374. Grayscale: #CECECE. Windows color (decimal): -1323893 or 9161963. OLE color: 9161963.

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

Color convert

RGB235204139-
CMYK00.130.410.08
HSL40.62º70.59%73.33%-
HSV(B)40.62º40.85%92.16%-
XYZ60.5162.7133.34-
YUV205.8690.27148.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 139 (54.69% from 255) = 24.05%
R=40.66%
G=35.29%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520413900.130.410.0840.6270.5973.33
HexEBCC8B0D298294749
Octal353314213015511051107111
Binary11101011110011001000101101101101001100010100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC8B; }

 p { color: rgb(235,204,139); }

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

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

 a { background-color: rgb(235,204,139); }

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

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

 span { border-color: rgb(235,204,139); }

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