#EDCF82

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

Shades of Marzipan #EDCF82

Tints of Marzipan #EDCF82

Color information

#EDCF82 (or 0xEDCF82) is unknown color: approx Marzipan. HEX triplet: ED, CF and 82. RGB value is (237,207,130). Sum of RGB (Red+Green+Blue) = 237+207+130=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCF82 is #12307D. Grayscale: #CFCFCF. Windows color (decimal): -1192062 or 8572909. OLE color: 8572909.

HSL color Cylindrical-coordinate representation of color #EDCF82: hue angle of 43.18º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDCF82 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB237207130-
CMYK00.130.450.07
HSL43.18º74.83%71.96%-
HSV(B)43.18º45.15%92.94%-
XYZ61.2764.2430.29-
YUV207.1984.44149.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 207 (81.25% from 255) = 36.06%
BLUE value IS 130 (51.17% from 255) = 22.65%
R=41.29%
G=36.06%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720713000.130.450.0743.1874.8371.96
HexEDCF820D2D72b4b48
Octal35531720201555753113110
Binary1110110111001111100000100110110110111110101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF82; }

 p { color: rgb(237,207,130); }

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

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

 a { background-color: rgb(237,207,130); }

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

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

 span { border-color: rgb(237,207,130); }

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