#EDC57A

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

Shades of Marzipan #EDC57A

Tints of Marzipan #EDC57A

Color information

#EDC57A (or 0xEDC57A) is unknown color: approx Marzipan. HEX triplet: ED, C5 and 7A. RGB value is (237,197,122). Sum of RGB (Red+Green+Blue) = 237+197+122=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC57A is #123A85. Grayscale: #C8C8C8. Windows color (decimal): -1194630 or 8046061. OLE color: 8046061.

HSL color Cylindrical-coordinate representation of color #EDC57A: hue angle of 39.13º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDC57A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237197122-
CMYK00.170.490.07
HSL39.13º76.16%70.39%-
HSV(B)39.13º48.52%92.94%-
XYZ58.459.3426.79-
YUV200.4183.75154.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 122 (48.05% from 255) = 21.94%
R=42.63%
G=35.43%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719712200.170.490.0739.1376.1670.39
HexEDC57A011317274c46
Octal35530517202161747114106
Binary1110110111000101111101001000111000111110011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC57A; }

 p { color: rgb(237,197,122); }

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

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

 a { background-color: rgb(237,197,122); }

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

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

 span { border-color: rgb(237,197,122); }

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