#EDC97D

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

Shades of Marzipan #EDC97D

Tints of Marzipan #EDC97D

Color information

#EDC97D (or 0xEDC97D) is unknown color: approx Marzipan. HEX triplet: ED, C9 and 7D. RGB value is (237,201,125). Sum of RGB (Red+Green+Blue) = 237+201+125=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC97D is #123682. Grayscale: #CBCBCB. Windows color (decimal): -1193603 or 8243693. OLE color: 8243693.

HSL color Cylindrical-coordinate representation of color #EDC97D: hue angle of 40.71º 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 #EDC97D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB237201125-
CMYK00.150.470.07
HSL40.71º75.68%70.98%-
HSV(B)40.71º47.26%92.94%-
XYZ59.5161.2628.09-
YUV203.183.93152.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 125 (49.22% from 255) = 22.20%
R=42.10%
G=35.70%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720112500.150.470.0740.7175.6870.98
HexEDC97D0F2F7294c47
Octal35531117501757751114107
Binary111011011100100111111010111110111111110100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC97D; }

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

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

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

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

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

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

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

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