#EBCD7A

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

Shades of Marzipan #EBCD7A

Tints of Marzipan #EBCD7A

Color information

#EBCD7A (or 0xEBCD7A) is unknown color: approx Marzipan. HEX triplet: EB, CD and 7A. RGB value is (235,205,122). Sum of RGB (Red+Green+Blue) = 235+205+122=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD7A is #143285. Grayscale: #CCCCCC. Windows color (decimal): -1323654 or 8048107. OLE color: 8048107.

HSL color Cylindrical-coordinate representation of color #EBCD7A: hue angle of 44.07º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBCD7A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB235205122-
CMYK00.130.480.08
HSL44.07º73.86%70%-
HSV(B)44.07º48.09%92.16%-
XYZ59.6162.7327.38-
YUV204.5181.44149.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 122 (48.05% from 255) = 21.71%
R=41.81%
G=36.48%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520512200.130.480.0844.0773.8670
HexEBCD7A0D3082c4a46
Octal353315172015601054112106
Binary1110101111001101111101001101110000100010110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCD7A; }

 p { color: rgb(235,205,122); }

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

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

 a { background-color: rgb(235,205,122); }

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

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

 span { border-color: rgb(235,205,122); }

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