#EDC27C

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

Shades of Marzipan #EDC27C

Tints of Marzipan #EDC27C

Color information

#EDC27C (or 0xEDC27C) is unknown color: approx Marzipan. HEX triplet: ED, C2 and 7C. RGB value is (237,194,124). Sum of RGB (Red+Green+Blue) = 237+194+124=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC27C is #123D83. Grayscale: #C7C7C7. Windows color (decimal): -1195396 or 8176365. OLE color: 8176365.

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

Color convert

RGB237194124-
CMYK00.180.480.07
HSL37.17º75.84%70.78%-
HSV(B)37.17º47.68%92.94%-
XYZ57.8558.0427.22-
YUV198.8885.75155.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 124 (48.83% from 255) = 22.34%
R=42.70%
G=34.95%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719412400.180.480.0737.1775.8470.78
HexEDC27C012307254c47
Octal35530217402260745114107
Binary1110110111000010111110001001011000011110010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC27C; }

 p { color: rgb(237,194,124); }

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

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

 a { background-color: rgb(237,194,124); }

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

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

 span { border-color: rgb(237,194,124); }

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