#EBCB7D

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

Shades of Marzipan #EBCB7D

Tints of Marzipan #EBCB7D

Color information

#EBCB7D (or 0xEBCB7D) is unknown color: approx Marzipan. HEX triplet: EB, CB and 7D. RGB value is (235,203,125). Sum of RGB (Red+Green+Blue) = 235+203+125=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB7D is #143482. Grayscale: #CCCCCC. Windows color (decimal): -1324163 or 8244203. OLE color: 8244203.

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

Color convert

RGB235203125-
CMYK00.140.470.08
HSL42.55º73.33%70.59%-
HSV(B)42.55º46.81%92.16%-
XYZ59.3261.8528.21-
YUV203.6883.6150.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 125 (49.22% from 255) = 22.20%
R=41.74%
G=36.06%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520312500.140.470.0842.5573.3370.59
HexEBCB7D0E2F82b4947
Octal353313175016571053111107
Binary1110101111001011111110101110101111100010101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB7D; }

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

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

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

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

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

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

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

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