#EDC482

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

Shades of Marzipan #EDC482

Tints of Marzipan #EDC482

Color information

#EDC482 (or 0xEDC482) is unknown color: approx Marzipan. HEX triplet: ED, C4 and 82. RGB value is (237,196,130). Sum of RGB (Red+Green+Blue) = 237+196+130=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC482 is #123B7D. Grayscale: #C9C9C9. Windows color (decimal): -1194878 or 8570093. OLE color: 8570093.

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

Color convert

RGB237196130-
CMYK00.170.450.07
HSL37.01º74.83%71.96%-
HSV(B)37.01º45.15%92.94%-
XYZ58.6959.129.43-
YUV200.7488.08153.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 130 (51.17% from 255) = 23.09%
R=42.10%
G=34.81%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719613000.170.450.0737.0174.8371.96
HexEDC4820112D7254b48
Octal35530420202155745113110
Binary11101101110001001000001001000110110111110010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC482; }

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

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

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

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

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

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

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

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