#EDCB7D

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

Shades of Marzipan #EDCB7D

Tints of Marzipan #EDCB7D

Color information

#EDCB7D (or 0xEDCB7D) is unknown color: approx Marzipan. HEX triplet: ED, CB and 7D. RGB value is (237,203,125). Sum of RGB (Red+Green+Blue) = 237+203+125=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB7D is #123482. Grayscale: #CCCCCC. Windows color (decimal): -1193091 or 8244205. OLE color: 8244205.

HSL color Cylindrical-coordinate representation of color #EDCB7D: hue angle of 41.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDCB7D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB237203125-
CMYK00.140.470.07
HSL41.79º75.68%70.98%-
HSV(B)41.79º47.26%92.94%-
XYZ59.9862.228.25-
YUV204.2783.26151.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 125 (49.22% from 255) = 22.12%
R=41.95%
G=35.93%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720312500.140.470.0741.7975.6870.98
HexEDCB7D0E2F72a4c47
Octal35531317501657752114107
Binary111011011100101111111010111010111111110101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB7D; }

 p { color: rgb(237,203,125); }

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

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

 a { background-color: rgb(237,203,125); }

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

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

 span { border-color: rgb(237,203,125); }

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