#EDC384

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

Shades of Marzipan #EDC384

Tints of Marzipan #EDC384

Color information

#EDC384 (or 0xEDC384) is unknown color: approx Marzipan. HEX triplet: ED, C3 and 84. RGB value is (237,195,132). Sum of RGB (Red+Green+Blue) = 237+195+132=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC384 is #123C7B. Grayscale: #C8C8C8. Windows color (decimal): -1195132 or 8700909. OLE color: 8700909.

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

Color convert

RGB237195132-
CMYK00.180.440.07
HSL36º74.47%72.35%-
HSV(B)36º44.3%92.94%-
XYZ58.6158.730.07-
YUV200.3889.41154.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 195 (76.56% from 255) = 34.57%
BLUE value IS 132 (51.95% from 255) = 23.40%
R=42.02%
G=34.57%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719513200.180.440.073674.4772.35
HexEDC3840122C7244a48
Octal35530320402254744112110
Binary11101101110000111000010001001010110011110010010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC384; }

 p { color: rgb(237,195,132); }

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

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

 a { background-color: rgb(237,195,132); }

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

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

 span { border-color: rgb(237,195,132); }

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