#EDC782

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

Shades of Marzipan #EDC782

Tints of Marzipan #EDC782

Color information

#EDC782 (or 0xEDC782) is unknown color: approx Marzipan. HEX triplet: ED, C7 and 82. RGB value is (237,199,130). Sum of RGB (Red+Green+Blue) = 237+199+130=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC782 is #12387D. Grayscale: #CACACA. Windows color (decimal): -1194110 or 8570861. OLE color: 8570861.

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

Color convert

RGB237199130-
CMYK00.160.450.07
HSL38.69º74.83%71.96%-
HSV(B)38.69º45.15%92.94%-
XYZ59.3860.4629.66-
YUV202.587.09152.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 199 (78.12% from 255) = 35.16%
BLUE value IS 130 (51.17% from 255) = 22.97%
R=41.87%
G=35.16%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719913000.160.450.0738.6974.8371.96
HexEDC7820102D7274b48
Octal35530720202055747113110
Binary11101101110001111000001001000010110111110011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC782; }

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

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

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

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

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

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

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

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