#EBCC7D

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

Shades of Marzipan #EBCC7D

Tints of Marzipan #EBCC7D

Color information

#EBCC7D (or 0xEBCC7D) is unknown color: approx Marzipan. HEX triplet: EB, CC and 7D. RGB value is (235,204,125). Sum of RGB (Red+Green+Blue) = 235+204+125=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC7D is #143382. Grayscale: #CCCCCC. Windows color (decimal): -1323907 or 8244459. OLE color: 8244459.

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

Color convert

RGB235204125-
CMYK00.130.470.08
HSL43.09º73.33%70.59%-
HSV(B)43.09º46.81%92.16%-
XYZ59.5662.3328.29-
YUV204.2683.27149.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 125 (49.22% from 255) = 22.16%
R=41.67%
G=36.17%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520412500.130.470.0843.0973.3370.59
HexEBCC7D0D2F82b4947
Octal353314175015571053111107
Binary1110101111001100111110101101101111100010101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC7D; }

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

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

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

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

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

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

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

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