#EDC67E

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

Shades of Marzipan #EDC67E

Tints of Marzipan #EDC67E

Color information

#EDC67E (or 0xEDC67E) is unknown color: approx Marzipan. HEX triplet: ED, C6 and 7E. RGB value is (237,198,126). Sum of RGB (Red+Green+Blue) = 237+198+126=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC67E is #123981. Grayscale: #C9C9C9. Windows color (decimal): -1194370 or 8308461. OLE color: 8308461.

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

Color convert

RGB237198126-
CMYK00.160.470.07
HSL38.92º75.51%71.18%-
HSV(B)38.92º46.84%92.94%-
XYZ58.8959.928.2-
YUV201.4585.42153.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 126 (49.61% from 255) = 22.46%
R=42.25%
G=35.29%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719812600.160.470.0738.9275.5171.18
HexEDC67E0102F7274c47
Octal35530617602057747114107
Binary1110110111000110111111001000010111111110011110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC67E; }

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

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

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

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

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

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

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

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