#edce7a

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

Shades of Marzipan #EDCE7A

Tints of Marzipan #EDCE7A

Color information

#EDCE7A (or 0xEDCE7A) is unknown color: approx Marzipan. HEX triplet: ED, CE and 7A. RGB value is (237,206,122). Sum of RGB (Red+Green+Blue) = 237+206+122=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE7A is #123185. Grayscale: #CECECE. Windows color (decimal): -1192326 or 8048365. OLE color: 8048365.

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

Color convert

RGB237206122-
CMYK00.130.490.07
HSL43.83º76.16%70.39%-
HSV(B)43.83º48.52%92.94%-
XYZ60.5163.5527.49-
YUV205.6980.77150.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 206 (80.86% from 255) = 36.46%
BLUE value IS 122 (48.05% from 255) = 21.59%
R=41.95%
G=36.46%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720612200.130.490.0743.8376.1670.39
HexEDCE7A0D3172c4c46
Octal35531617201561754114106
Binary111011011100111011110100110111000111110110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edce7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edce7a; }

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

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

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

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

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

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

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

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