#EDCC7D

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

Shades of Marzipan #EDCC7D

Tints of Marzipan #EDCC7D

Color information

#EDCC7D (or 0xEDCC7D) is unknown color: approx Marzipan. HEX triplet: ED, CC and 7D. RGB value is (237,204,125). Sum of RGB (Red+Green+Blue) = 237+204+125=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC7D is #123382. Grayscale: #CDCDCD. Windows color (decimal): -1192835 or 8244461. OLE color: 8244461.

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

Color convert

RGB237204125-
CMYK00.140.470.07
HSL42.32º75.68%70.98%-
HSV(B)42.32º47.26%92.94%-
XYZ60.2262.6728.32-
YUV204.8682.93150.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 125 (49.22% from 255) = 22.08%
R=41.87%
G=36.04%
B=22.08%

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
Decimal23720412500.140.470.0742.3275.6870.98
HexEDCC7D0E2F72a4c47
Octal35531417501657752114107
Binary111011011100110011111010111010111111110101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC7D; }

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

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

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

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

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

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

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

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