#EDCA82

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

Shades of Marzipan #EDCA82

Tints of Marzipan #EDCA82

Color information

#EDCA82 (or 0xEDCA82) is unknown color: approx Marzipan. HEX triplet: ED, CA and 82. RGB value is (237,202,130). Sum of RGB (Red+Green+Blue) = 237+202+130=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA82 is #12357D. Grayscale: #CCCCCC. Windows color (decimal): -1193342 or 8571629. OLE color: 8571629.

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

Color convert

RGB237202130-
CMYK00.150.450.07
HSL40.37º74.83%71.96%-
HSV(B)40.37º45.15%92.94%-
XYZ60.0761.8629.89-
YUV204.2686.1151.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 130 (51.17% from 255) = 22.85%
R=41.65%
G=35.50%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720213000.150.450.0740.3774.8371.96
HexEDCA820F2D7284b48
Octal35531220201755750113110
Binary1110110111001010100000100111110110111110100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA82; }

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

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

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

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

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

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

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

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