#EBCD7E

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

Shades of Marzipan #EBCD7E

Tints of Marzipan #EBCD7E

Color information

#EBCD7E (or 0xEBCD7E) is unknown color: approx Marzipan. HEX triplet: EB, CD and 7E. RGB value is (235,205,126). Sum of RGB (Red+Green+Blue) = 235+205+126=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD7E is #143281. Grayscale: #CDCDCD. Windows color (decimal): -1323650 or 8310251. OLE color: 8310251.

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

Color convert

RGB235205126-
CMYK00.130.460.08
HSL43.49º73.15%70.78%-
HSV(B)43.49º46.38%92.16%-
XYZ59.8662.8328.71-
YUV204.9683.44149.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 126 (49.61% from 255) = 22.26%
R=41.52%
G=36.22%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520512600.130.460.0843.4973.1570.78
HexEBCD7E0D2E82b4947
Octal353315176015561053111107
Binary1110101111001101111111001101101110100010101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCD7E; }

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

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

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

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

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

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

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

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