#EBD08A

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

Shades of Marzipan #EBD08A

Tints of Marzipan #EBD08A

Color information

#EBD08A (or 0xEBD08A) is unknown color: approx Marzipan. HEX triplet: EB, D0 and 8A. RGB value is (235,208,138). Sum of RGB (Red+Green+Blue) = 235+208+138=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD08A is #142F75. Grayscale: #D0D0D0. Windows color (decimal): -1322870 or 9097451. OLE color: 9097451.

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

Color convert

RGB235208138-
CMYK00.110.410.08
HSL43.3º70.8%73.14%-
HSV(B)43.3º41.28%92.16%-
XYZ61.464.6133.28-
YUV208.0988.45147.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=40.45%
G=35.80%
B=23.75%

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
Decimal23520813800.110.410.0843.370.873.14
HexEBD08A0B2982b4749
Octal353320212013511053107111
Binary11101011110100001000101001011101001100010101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD08A; }

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

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

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

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

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

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

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

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