#EDC67A

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

Shades of Marzipan #EDC67A

Tints of Marzipan #EDC67A

Color information

#EDC67A (or 0xEDC67A) is unknown color: approx Marzipan. HEX triplet: ED, C6 and 7A. RGB value is (237,198,122). Sum of RGB (Red+Green+Blue) = 237+198+122=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC67A is #123985. Grayscale: #C9C9C9. Windows color (decimal): -1194374 or 8046317. OLE color: 8046317.

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

Color convert

RGB237198122-
CMYK00.160.490.07
HSL39.65º76.16%70.39%-
HSV(B)39.65º48.52%92.94%-
XYZ58.6359.826.86-
YUV20183.42153.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 122 (48.05% from 255) = 21.90%
R=42.55%
G=35.55%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719812200.160.490.0739.6576.1670.39
HexEDC67A010317284c46
Octal35530617202061750114106
Binary1110110111000110111101001000011000111110100010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC67A; }

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

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

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

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

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

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

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

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