#EDC47E

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

Shades of Marzipan #EDC47E

Tints of Marzipan #EDC47E

Color information

#EDC47E (or 0xEDC47E) is unknown color: approx Marzipan. HEX triplet: ED, C4 and 7E. RGB value is (237,196,126). Sum of RGB (Red+Green+Blue) = 237+196+126=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC47E is #123B81. Grayscale: #C8C8C8. Windows color (decimal): -1194882 or 8307949. OLE color: 8307949.

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

Color convert

RGB237196126-
CMYK00.170.470.07
HSL37.84º75.51%71.18%-
HSV(B)37.84º46.84%92.94%-
XYZ58.4358.9928.05-
YUV200.2886.08154.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 126 (49.61% from 255) = 22.54%
R=42.40%
G=35.06%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719612600.170.470.0737.8475.5171.18
HexEDC47E0112F7264c47
Octal35530417602157746114107
Binary1110110111000100111111001000110111111110011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC47E; }

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

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

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

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

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

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

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

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