#EDCA7D

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

Shades of Marzipan #EDCA7D

Tints of Marzipan #EDCA7D

Color information

#EDCA7D (or 0xEDCA7D) is unknown color: approx Marzipan. HEX triplet: ED, CA and 7D. RGB value is (237,202,125). Sum of RGB (Red+Green+Blue) = 237+202+125=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA7D is #123582. Grayscale: #CCCCCC. Windows color (decimal): -1193347 or 8243949. OLE color: 8243949.

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

Color convert

RGB237202125-
CMYK00.150.470.07
HSL41.25º75.68%70.98%-
HSV(B)41.25º47.26%92.94%-
XYZ59.7561.7328.17-
YUV203.6983.6151.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 125 (49.22% from 255) = 22.16%
R=42.02%
G=35.82%
B=22.16%

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
Decimal23720212500.150.470.0741.2575.6870.98
HexEDCA7D0F2F7294c47
Octal35531217501757751114107
Binary111011011100101011111010111110111111110100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA7D; }

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

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

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

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

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

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

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

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