#EDC776

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

Shades of Marzipan #EDC776

Tints of Marzipan #EDC776

Color information

#EDC776 (or 0xEDC776) is unknown color: approx Marzipan. HEX triplet: ED, C7 and 76. RGB value is (237,199,118). Sum of RGB (Red+Green+Blue) = 237+199+118=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC776 is #123889. Grayscale: #C9C9C9. Windows color (decimal): -1194122 or 7784429. OLE color: 7784429.

HSL color Cylindrical-coordinate representation of color #EDC776: hue angle of 40.84º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDC776 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237199118-
CMYK00.160.500.07
HSL40.84º76.77%69.61%-
HSV(B)40.84º50.21%92.94%-
XYZ58.6260.1625.66-
YUV201.1381.09153.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 199 (78.12% from 255) = 35.92%
BLUE value IS 118 (46.48% from 255) = 21.30%
R=42.78%
G=35.92%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719911800.160.500.0740.8476.7769.61
HexEDC776010327294d46
Octal35530716602062751115106
Binary1110110111000111111011001000011001011110100110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC776; }

 p { color: rgb(237,199,118); }

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

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

 a { background-color: rgb(237,199,118); }

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

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

 span { border-color: rgb(237,199,118); }

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