#EBD28A

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

Shades of Marzipan #EBD28A

Tints of Marzipan #EBD28A

Color information

#EBD28A (or 0xEBD28A) is unknown color: approx Marzipan. HEX triplet: EB, D2 and 8A. RGB value is (235,210,138). Sum of RGB (Red+Green+Blue) = 235+210+138=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD28A is #142D75. Grayscale: #D1D1D1. Windows color (decimal): -1322358 or 9097963. OLE color: 9097963.

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

Color convert

RGB235210138-
CMYK00.110.410.08
HSL44.54º70.8%73.14%-
HSV(B)44.54º41.28%92.16%-
XYZ61.8965.5933.44-
YUV209.2787.78146.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=40.31%
G=36.02%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521013800.110.410.0844.5470.873.14
HexEBD28A0B2982d4749
Octal353322212013511055107111
Binary11101011110100101000101001011101001100010110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD28A; }

 p { color: rgb(235,210,138); }

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

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

 a { background-color: rgb(235,210,138); }

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

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

 span { border-color: rgb(235,210,138); }

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