#EBC27D

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

Shades of Marzipan #EBC27D

Tints of Marzipan #EBC27D

Color information

#EBC27D (or 0xEBC27D) is unknown color: approx Marzipan. HEX triplet: EB, C2 and 7D. RGB value is (235,194,125). Sum of RGB (Red+Green+Blue) = 235+194+125=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC27D is #143D82. Grayscale: #C6C6C6. Windows color (decimal): -1326467 or 8241899. OLE color: 8241899.

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

Color convert

RGB235194125-
CMYK00.170.470.08
HSL37.64º73.33%70.59%-
HSV(B)37.64º46.81%92.16%-
XYZ57.2557.7327.53-
YUV198.3986.58154.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 125 (49.22% from 255) = 22.56%
R=42.42%
G=35.02%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519412500.170.470.0837.6473.3370.59
HexEBC27D0112F8264947
Octal353302175021571046111107
Binary11101011110000101111101010001101111100010011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC27D; }

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

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

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

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

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

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

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

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